Add detection support for the SMSC FDC37M602.
The ID was found on a Biostar M6TLD board (not mentioned in the FDC37M60x datasheet, though). Thanks Maciej Pijanka <maciej.pijanka@gmail.com> for the report. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4668 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
cdceab8fac
commit
a57a0ac53e
|
@ -276,6 +276,8 @@ static const struct superio_registers reg_table[] = {
|
|||
{0x30,0x60,0x61,0x70,0xf0,EOT},
|
||||
{0x00,0x00,0x00,NANA,NANA,EOT}},
|
||||
{EOT}}},
|
||||
{0x46, "FDC37M602", { /* Found in Biostar M6TLD. */
|
||||
{EOT}}},
|
||||
{0x47, "FDC37M60x", { /* TODO: Not yet in sensors-detect */
|
||||
{EOT}}},
|
||||
{0x4c, "FDC37B72x", {
|
||||
|
|
Loading…
Reference in New Issue