mainboard/jetway/nf81-t56n-lf: Fix HWM base addr.
The target board has a different base addr. for its hardware monitor (fans, temp, etc) from the Fintek Super I/O datasheet. Change-Id: Ifc025cb92d0fc4e8f813091d00a6c87deae05863 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/5383 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
parent
236cf47513
commit
ed2bcaa731
|
@ -80,7 +80,7 @@ chip northbridge/amd/agesa/family14/root_complex
|
|||
drq 0x74 = 3
|
||||
end
|
||||
device pnp 2e.04 on # Hardware Monitor
|
||||
io 0x60 = 0x295
|
||||
io 0x60 = 0x225 # Fintek datasheet says 0x295.
|
||||
irq 0x70 = 0
|
||||
end
|
||||
device pnp 2e.05 on # KBC
|
||||
|
|
Loading…
Reference in New Issue