Detect SMSC SCH5027 (trivial).
This chip seems to be very similar to the SMSC DME1737, for coreboot purposes it might even work without any code changes. 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@3254 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
c4a4116440
commit
bb33e4a2fe
|
@ -436,6 +436,8 @@ static const struct superio_registers reg_table[] = {
|
||||||
{EOT}}},
|
{EOT}}},
|
||||||
{0x85, "SCH5317", { /* From sensors-detect */
|
{0x85, "SCH5317", { /* From sensors-detect */
|
||||||
{EOT}}},
|
{EOT}}},
|
||||||
|
{0x89, "SCH5027", { /* From sensors-detect (no public datasheet) */
|
||||||
|
{EOT}}},
|
||||||
{0x90, "SCH4307", { /* From sensors-detect */
|
{0x90, "SCH4307", { /* From sensors-detect */
|
||||||
{EOT}}},
|
{EOT}}},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue