From 4a699d12c573a2561193817333f0b0041c9d9268 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 16 Dec 2014 14:43:36 +0100 Subject: 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 Reviewed-on: http://review.coreboot.org/7805 Reviewed-by: Paul Menzel Reviewed-by: Edward O'Callaghan Tested-by: build bot (Jenkins) --- util/superiotool/nuvoton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/superiotool') 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, -- cgit v1.2.3