diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2015-05-31 20:37:04 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-06-02 09:30:30 +0200 |
commit | 3ad6ff10545f50db9c294dffd89e3a5e2a5a57d1 (patch) | |
tree | f2424089eacd637c164ffc944a6d41c225278997 | |
parent | 53120a8d9caa84e087e6f5aad149413272ef96a9 (diff) |
superiotool: detect the NCT5572D
Change-Id: I99717072679a51deecd6934ce7fb4aeb45135cd6
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: http://review.coreboot.org/10386
Tested-by: build bot (Jenkins)
Reviewed-by: Nicolas Reinecke <nr@das-labor.org>
-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 bc95869923..4376494fee 100644 --- a/util/superiotool/nuvoton.c +++ b/util/superiotool/nuvoton.c @@ -148,7 +148,7 @@ static const struct superio_registers reg_table[] = { {0xff,0xff,0xf7,0xff,0xfb,0xcb,0xff,0xff,0xff, 0xff,0x00,0x00,0x00,0x00,0x70,0xff,EOT}}, {EOT}}}, - {0xb473, "NCT6775F (B)", { + {0xb473, "NCT6775F (B) / NCT5572D (B) (not all LDNs supported)", { {NOLDN, NULL, {0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28, 0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT}, |