Skip to content

Commit 1eeac1b

Browse files
committed
gimlet: add missing temperature sensors for the ISL68224 controller (U352)
fixes #1573
1 parent 360ceb9 commit 1eeac1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/gimlet/base.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ device = "isl68224"
966966
description = "DIMM/SP3 1.8V A0 power controller"
967967
power.rails = [ "VPP_ABCD", "VPP_EFGH", "V1P8_SP3" ]
968968
power.phases = [ [ 0 ], [ 1 ], [ 2 ] ]
969-
sensors = { voltage = 3, current = 3 }
969+
sensors = { temperature=3, voltage = 3, current = 3 }
970970
refdes = "U352"
971971

972972
[[config.i2c.devices]]

0 commit comments

Comments
 (0)