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)
This commit is contained in:
parent
f2c9837e6f
commit
4a699d12c5
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue