diff options
author | Michał Żygowski <michal.zygowski@3mdeb.com> | 2022-10-23 12:01:23 +0200 |
---|---|---|
committer | Michał Żygowski <michal.zygowski@3mdeb.com> | 2022-10-24 09:08:40 +0000 |
commit | b205c5d8c1edf4bc254cc2d0944935f6dc8f26ff (patch) | |
tree | ff64491cbcfbcd980941b39eebfb9f2a44af5eaf /util | |
parent | 94008a81e52cd717aea6291d7f52398285a27998 (diff) |
util/superiotool/nuvoton.c: fix NCT6687D PP LDN typo
Parallel Port has LDN 1 and Serial Pot has LDN 2. Fix typo made in the
patch adding register definitions for NCT6687D Super I/O chip.
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Change-Id: If850d2a0a03bd41e3d855f347fd182831bcfcdca
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68710
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'util')
-rw-r--r-- | util/superiotool/nuvoton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/superiotool/nuvoton.c b/util/superiotool/nuvoton.c index 66dcfce9eb..ea11393000 100644 --- a/util/superiotool/nuvoton.c +++ b/util/superiotool/nuvoton.c @@ -90,7 +90,7 @@ static const struct superio_registers reg_table[] = { {0xff,0xff,0x00,0x00,0x00,0x00,0x10,0x00,0x00, 0x00,0xd5,0x92,0x00,0x80,0x67,0x01,0x00,0x3e, 0x00,0x03,0x0f,0x00,0x00,0x00,MISC,EOT}}, - {0x02, "Parallel Port", + {0x01, "Parallel Port", {0x30,0x60,0x61,0x70,0x74,0xf0,EOT}, {0x00,0x00,0x00,0x00,0x00,0x3f,EOT}}, {0x02, "UART A", |