diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2014-12-16 14:43:36 +0100 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2014-12-19 19:01:27 +0100 |
commit | 4a699d12c573a2561193817333f0b0041c9d9268 (patch) | |
tree | 048f954d64aed8f5f9a91611d7cf349098ef967d /util | |
parent | f2c9837e6f30e65f0a53b1c53c328ef8b6bf71f4 (diff) |
util/superiotool: fix default values for nct6776 (rev. c)
change default values according to the datasheet in revision 1.2
Change-Id: Iec1d55dd7b906a7a41940f3f8e42413922883efd
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: http://review.coreboot.org/7805
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'util')
-rw-r--r-- | util/superiotool/nuvoton.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/superiotool/nuvoton.c b/util/superiotool/nuvoton.c index 317b8ab9e2..54ac5f605b 100644 --- a/util/superiotool/nuvoton.c +++ b/util/superiotool/nuvoton.c @@ -354,7 +354,7 @@ static const struct superio_registers reg_table[] = { {0x08, "WDT1, GPIO0, GPIO1, GPIOA", {0x30,0x60,0x61,0xe0,0xe1,0xe2,0xe3,0xe4,0xf0, 0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7,EOT}, - {0x02,0x00,0x00,0xff,0x00,0x00,0x00,0xef,0xff, + {0x02,0x00,0x00,0xff,0x00,0x00,0x00,0x00,0xff, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,EOT}}, {0x09, "GPIO2, GPIO3, GPIO4, GPIO5", {0x30,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7, @@ -367,7 +367,7 @@ static const struct superio_registers reg_table[] = { {0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xe9, 0xee,0xf0,0xf2,0xf3,0xf4,0xf6,0xf7,0xfe,EOT}, {0x01,0x00,0x00,0x00,0x00,0x02,0x1c,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x00,EOT}}, + 0x00,0x00,0x5c,0x00,0x00,0x00,0xc0,0x00,EOT}}, {0x0b, "Hardware Monitor, Front Panel LED", {0x30,0x60,0x61,0x62,0x63,0x70,0xe0,0xe1,0xe2, 0xf0,0xf1,0xf2,0xf5,0xf6,0xf7,0xf8,0xf9,0xfa, |