diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-03-13 03:33:35 +1100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-03-13 20:25:44 +0100 |
commit | ed2bcaa7310840073ac20f2087bd786d5874bd81 (patch) | |
tree | 8777343410bbeb3566087f12dee85d668fe7d585 /src/mainboard/jetway/nf81-t56n-lf/devicetree.cb | |
parent | 236cf4751345da3748cfcaa9f8c8a73889415ab3 (diff) |
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>
Diffstat (limited to 'src/mainboard/jetway/nf81-t56n-lf/devicetree.cb')
-rw-r--r-- | src/mainboard/jetway/nf81-t56n-lf/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb b/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb index 99b226625f..5f49b411ad 100644 --- a/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb +++ b/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb @@ -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 |