From aae7552b2415154f818c1c66de6f2f2a01cdad69 Mon Sep 17 00:00:00 2001 From: Maxim Polyakov Date: Thu, 11 Jul 2019 14:26:46 +0300 Subject: util/superiotool/aspeed: fix SUART number Change-Id: I20c4436d414bc6b9a3ff5138d6fd59ead8fd4a47 Signed-off-by: Maxim Polyakov Reviewed-on: https://review.coreboot.org/c/coreboot/+/34237 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held Reviewed-by: Paul Menzel --- util/superiotool/aspeed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/superiotool/aspeed.c b/util/superiotool/aspeed.c index 6d49c16e9a..454e5c5baa 100644 --- a/util/superiotool/aspeed.c +++ b/util/superiotool/aspeed.c @@ -28,7 +28,7 @@ static const struct superio_registers reg_table[] = { {0x02, "SUART1", {0x30,0x60,0x61,0x70,0x71,0xf0,EOT}, {0x00,0x03,0xf8,0x04,0x02,RSVD,EOT}}, - {0x03, "SUART1", + {0x03, "SUART2", {0x30,0x60,0x61,0x70,0x71,0xf0,EOT}, {0x00,0x02,0xf8,0x03,0x02,0x00,EOT}}, {0x04, "SWC", -- cgit v1.2.3