Maxim Polyakov has uploaded this change for review.

View Change

mb/asrock/h110m: fix SB-TSI address for SuperIO HWM

Fixes the SB-TSI base address value in the SuperIO hardware monitor
register. This value is got from a superiotool dump

Change-Id: I3aeb75bcf124a65dfebf3a8caa6ca150de617431
Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com>
---
M src/mainboard/asrock/h110m/devicetree.cb
1 file changed, 3 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/35368/1
diff --git a/src/mainboard/asrock/h110m/devicetree.cb b/src/mainboard/asrock/h110m/devicetree.cb
index b4e6a02..5af5cfc 100644
--- a/src/mainboard/asrock/h110m/devicetree.cb
+++ b/src/mainboard/asrock/h110m/devicetree.cb
@@ -364,8 +364,10 @@
device pnp 2e.309 off end # GPIO5
device pnp 2e.a off end # ACPI
device pnp 2e.b on # HWM, LED
+ # HM base address
io 0x60 = 0x0290
- io 0x62 = 0
+ # SB-TSI base address
+ io 0x62 = 0x02a0
irq 0x70 = 0
end
device pnp 2e.d off end # BCLK, WDT2, WDT_MEM

To view, visit change 35368. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I3aeb75bcf124a65dfebf3a8caa6ca150de617431
Gerrit-Change-Number: 35368
Gerrit-PatchSet: 1
Gerrit-Owner: Maxim Polyakov <max.senia.poliak@gmail.com>
Gerrit-MessageType: newchange