summaryrefslogtreecommitdiffstats
path: root/src/mainboard
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-03-13 03:33:35 +1100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-03-13 20:25:44 +0100
commited2bcaa7310840073ac20f2087bd786d5874bd81 (patch)
tree8777343410bbeb3566087f12dee85d668fe7d585 /src/mainboard
parent236cf4751345da3748cfcaa9f8c8a73889415ab3 (diff)
downloadcoreboot-staging-ed2bcaa7310840073ac20f2087bd786d5874bd81.zip
coreboot-staging-ed2bcaa7310840073ac20f2087bd786d5874bd81.tar.gz
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')
-rw-r--r--src/mainboard/jetway/nf81-t56n-lf/devicetree.cb2
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 99b2266..5f49b41 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
OpenPOWER on IntegriCloud