configurations: catalina remove SSD1 and SSD3 sensors
Although there are still power sense chips on the HDD board for SSD1 and
SSD3, the Catalina system does not use the SSD1 and SSD3 slots.
Remove all SSD1 and SSD3 sensors to prevent unexpected readings and
threshold event logs.
Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: Iec88660764a7ae24e5e48339089afd24ff64c366
diff --git a/configurations/catalina_hdd.json b/configurations/catalina_hdd.json
index dd05e4a..b061de5 100644
--- a/configurations/catalina_hdd.json
+++ b/configurations/catalina_hdd.json
@@ -38,37 +38,6 @@
"power1_Name": "HDDBOARD_SSD0_P12V_PWR_W"
},
{
- "Address": "0x41",
- "Bus": 55,
- "Labels": [
- "in1",
- "curr1",
- "power1"
- ],
- "Name": "HDDBOARD_SSD1_INA230",
- "PowerState": "On",
- "Thresholds": [
- {
- "Direction": "greater than",
- "Label": "in1",
- "Name": "upper critical",
- "Severity": 1,
- "Value": 13.6
- },
- {
- "Direction": "less than",
- "Label": "in1",
- "Name": "lower critical",
- "Severity": 1,
- "Value": 10.5
- }
- ],
- "Type": "INA230",
- "curr1_Name": "HDDBOARD_SSD1_P12V_CURR_A",
- "in1_Name": "HDDBOARD_SSD1_P12V_VOLT_V",
- "power1_Name": "HDDBOARD_SSD1_P12V_PWR_W"
- },
- {
"Address": "0x44",
"Bus": 55,
"Labels": [
@@ -98,37 +67,6 @@
"curr1_Name": "HDDBOARD_SSD2_P12V_CURR_A",
"in1_Name": "HDDBOARD_SSD2_P12V_VOLT_V",
"power1_Name": "HDDBOARD_SSD2_P12V_PWR_W"
- },
- {
- "Address": "0x45",
- "Bus": 55,
- "Labels": [
- "in1",
- "curr1",
- "power1"
- ],
- "Name": "HDDBOARD_SSD3_INA230",
- "PowerState": "On",
- "Thresholds": [
- {
- "Direction": "greater than",
- "Label": "in1",
- "Name": "upper critical",
- "Severity": 1,
- "Value": 13.6
- },
- {
- "Direction": "less than",
- "Label": "in1",
- "Name": "lower critical",
- "Severity": 1,
- "Value": 10.5
- }
- ],
- "Type": "INA230",
- "curr1_Name": "HDDBOARD_SSD3_P12V_CURR_A",
- "in1_Name": "HDDBOARD_SSD3_P12V_VOLT_V",
- "power1_Name": "HDDBOARD_SSD3_P12V_PWR_W"
}
],
/* Catalina Hard Disk Drive Carrier Board */
diff --git a/configurations/catalina_hdd_nvme.json b/configurations/catalina_hdd_nvme.json
index 0163282..fa50966 100644
--- a/configurations/catalina_hdd_nvme.json
+++ b/configurations/catalina_hdd_nvme.json
@@ -23,27 +23,6 @@
},
{
"Address": "0x6a",
- "Bus": "49",
- "Name": "HDDBOARD_SSD1_TEMP_C",
- "PowerState": "On",
- "Thresholds": [
- {
- "Direction": "greater than",
- "Name": "upper critical",
- "Severity": 1,
- "Value": 70
- },
- {
- "Direction": "less than",
- "Name": "lower critical",
- "Severity": 1,
- "Value": 5
- }
- ],
- "Type": "NVME1000"
- },
- {
- "Address": "0x6a",
"Bus": "50",
"Name": "HDDBOARD_SSD2_TEMP_C",
"PowerState": "On",
@@ -62,27 +41,6 @@
}
],
"Type": "NVME1000"
- },
- {
- "Address": "0x6a",
- "Bus": "51",
- "Name": "HDDBOARD_SSD3_TEMP_C",
- "PowerState": "On",
- "Thresholds": [
- {
- "Direction": "greater than",
- "Name": "upper critical",
- "Severity": 1,
- "Value": 70
- },
- {
- "Direction": "less than",
- "Name": "lower critical",
- "Severity": 1,
- "Value": 5
- }
- ],
- "Type": "NVME1000"
}
],
"Name": "Catalina HDD NVMe",