configurations: minerva_fanboard: add t-sense sensor
Add t-sense sensor on each fan board.
Change-Id: I81359395aaeae7f68f232d656e60de796e8a7c01
Signed-off-by: Yang Chen <yang.chen@quantatw.com>
diff --git a/configurations/minerva_fanboard.json b/configurations/minerva_fanboard.json
index b96aee4..ade3a80 100644
--- a/configurations/minerva_fanboard.json
+++ b/configurations/minerva_fanboard.json
@@ -382,6 +382,16 @@
"in1_Name": "FCB_$bus - 15 FAN $bus * 4 - 64 + 4 VOLT_V"
},
{
+ "Address": "0x49",
+ "Bus": "$bus",
+ "Labels": [
+ "temp1"
+ ],
+ "Name": "FCB_$bus - 15 T_SENSE",
+ "Type": "INA238",
+ "temp1_Name": "FCB_$bus - 15 T_SENSE_TEMP_C"
+ },
+ {
"Address": "0x4b",
"Bus": "$bus",
"Name": "FCB_$bus - 15 TEMP_C",
@@ -808,6 +818,16 @@
"in1_Name": "FCB_$bus - 15 FAN $bus * 4 - 64 + 4 VOLT_V"
},
{
+ "Address": "0x49",
+ "Bus": "$bus",
+ "Labels": [
+ "temp1"
+ ],
+ "Name": "FCB_$bus - 15 T_SENSE",
+ "Type": "INA238",
+ "temp1_Name": "FCB_$bus - 15 T_SENSE_TEMP_C"
+ },
+ {
"Address": "0x4b",
"Bus": "$bus",
"Name": "FCB_$bus - 15 TEMP_C",