Add detection support for the ITE IT8721F.
Tested on hardware by me. 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@6235 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
48b8b92439
commit
f9bd9ae9eb
|
@ -605,6 +605,8 @@ static const struct superio_registers reg_table[] = {
|
|||
{EOT}}},
|
||||
{0x8720, "IT8720F", { /* From sensors-detect */
|
||||
{EOT}}},
|
||||
{0x8721, "IT8721F", {
|
||||
{EOT}}},
|
||||
{0x8722, "IT8722F", {
|
||||
{EOT}}},
|
||||
{0x8726, "IT8726F", {
|
||||
|
|
Loading…
Reference in New Issue