util/superiotool/aspeed: fix SUART number
Change-Id: I20c4436d414bc6b9a3ff5138d6fd59ead8fd4a47 Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34237 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
ac14a40d0e
commit
aae7552b24
|
@ -28,7 +28,7 @@ static const struct superio_registers reg_table[] = {
|
||||||
{0x02, "SUART1",
|
{0x02, "SUART1",
|
||||||
{0x30,0x60,0x61,0x70,0x71,0xf0,EOT},
|
{0x30,0x60,0x61,0x70,0x71,0xf0,EOT},
|
||||||
{0x00,0x03,0xf8,0x04,0x02,RSVD,EOT}},
|
{0x00,0x03,0xf8,0x04,0x02,RSVD,EOT}},
|
||||||
{0x03, "SUART1",
|
{0x03, "SUART2",
|
||||||
{0x30,0x60,0x61,0x70,0x71,0xf0,EOT},
|
{0x30,0x60,0x61,0x70,0x71,0xf0,EOT},
|
||||||
{0x00,0x02,0xf8,0x03,0x02,0x00,EOT}},
|
{0x00,0x02,0xf8,0x03,0x02,0x00,EOT}},
|
||||||
{0x04, "SWC",
|
{0x04, "SWC",
|
||||||
|
|
Loading…
Reference in New Issue