Add detection support for the Winbond W83527HG Super I/O.
Running result. superiotool r6131 Found Winbond W83527HG (id=0xb0, rev=0x73) at 0x2e The documentation is not available yet. Signed-off-by: Zheng Bao <zheng.bao@amd.com> Acked-by: Peter Stuge <peter@stuge.se> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6169 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
dfeb04d463
commit
cb6c9e0942
|
@ -344,6 +344,8 @@ static const struct superio_registers reg_table[] = {
|
|||
{0x9774, "W83977ATF", {
|
||||
{EOT}}},
|
||||
|
||||
{0xb07, "W83527HG", { /* TODO: Not yet in sensors-detect */
|
||||
{EOT}}},
|
||||
/* ID only */
|
||||
{0x52, "W83627HF/F/HG/G", {
|
||||
{NOLDN, NULL,
|
||||
|
|
Loading…
Reference in New Issue