util/superiotool: change displayed name of chip id 0xc333 (nct6776)
nct6776f and nct6776d are just two package variants containing the same die Change-Id: I4d319fa0e791e66ad04857dede2fdfc8e42dd45a Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: http://review.coreboot.org/7806 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
4a699d12c5
commit
5eabe25a69
|
@ -314,7 +314,7 @@ static const struct superio_registers reg_table[] = {
|
|||
{0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,EOT},
|
||||
{0x01,0x00,0x00,0x00,0x01,0x00,EOT}},
|
||||
{EOT}}},
|
||||
{0xc333, "NCT6776F (C)", {
|
||||
{0xc333, "NCT6776F/D (C)", {
|
||||
{NOLDN, NULL,
|
||||
{0x10,0x11,0x13,0x14,0x16,0x17,0x18,0x19,0x1a,
|
||||
0x1b,0x1c,0x1d,0x1e,0x1f,0x20,0x21,0x22,0x23,
|
||||
|
|
Loading…
Reference in New Issue