meta-facebook: yosemite4: Remove unused virtual sensors
Summary:
Remove virtual sensor definition from entity-manager since it is no
longer needed.
Description:
This commit removes the virtual sensor configuration from
entity-manager. The sensor was previously used as part of a temporary
implementation, but is now obsolete due to the finalized long-term
solution.
Motivation:
The virtual sensor is no longer used and should be cleaned up to
maintain clarity in sensor definitions.
Test Plan:
- Build and flash the firmware.
- Verify that fan control mechanisms are no longer affected by the
removed virtual sensor.
- Confirm fan behavior remains correct using only the long-term
solution inputs.
- Specifically, verify that when a sensor is missing from D-Bus,
the fan control logic ramps up fan speed as expected.
Reference:
Long-term behavior is handled by:
https://gerrit.openbmc.org/c/openbmc/phosphor-pid-control/+/80380
Change-Id: Ia67fc9c12e5b12230faf8a440455be3d509ad261
Signed-off-by: Patrick NC Lin <patrick.nc.lin.wiwynn@gmail.com>
diff --git a/configurations/meta/yosemite4_sentineldome_t1.json b/configurations/meta/yosemite4_sentineldome_t1.json
index 9780ac0..3af370e 100644
--- a/configurations/meta/yosemite4_sentineldome_t1.json
+++ b/configurations/meta/yosemite4_sentineldome_t1.json
@@ -352,27 +352,6 @@
"Zones": [
"Zone 1"
]
- },
- {
- "Class": "temp",
- "Inputs": [
- "SENTINEL_DOME_SLOT $bus % 15 SENSOR_STATUS"
- ],
- "Name": "Stepwise_SENTINEL_DOME_SLOT $bus % 15 SENSOR_STATUS",
- "NegativeHysteresis": 0,
- "Output": [
- 100.0,
- 10.0
- ],
- "PositiveHysteresis": 0,
- "Reading": [
- 0.0,
- 100.0
- ],
- "Type": "Stepwise",
- "Zones": [
- "Zone 1"
- ]
}
],
"Name": "Yosemite 4 Sentinel Dome T1 Slot $bus % 15",
diff --git a/configurations/meta/yosemite4_sentineldome_t1_retimer.json b/configurations/meta/yosemite4_sentineldome_t1_retimer.json
index ec1d9e7..10575a2 100644
--- a/configurations/meta/yosemite4_sentineldome_t1_retimer.json
+++ b/configurations/meta/yosemite4_sentineldome_t1_retimer.json
@@ -411,27 +411,6 @@
"Zones": [
"Zone 1"
]
- },
- {
- "Class": "temp",
- "Inputs": [
- "SENTINEL_DOME_SLOT $bus % 15 SENSOR_STATUS"
- ],
- "Name": "Stepwise_SENTINEL_DOME_SLOT $bus % 15 SENSOR_STATUS",
- "NegativeHysteresis": 0,
- "Output": [
- 100.0,
- 10.0
- ],
- "PositiveHysteresis": 0,
- "Reading": [
- 0.0,
- 100.0
- ],
- "Type": "Stepwise",
- "Zones": [
- "Zone 1"
- ]
}
],
"Name": "Yosemite 4 Sentinel Dome T1 with Retimer Slot $bus % 15",
diff --git a/configurations/meta/yosemite4_sentineldome_t2.json b/configurations/meta/yosemite4_sentineldome_t2.json
index b86b0dc..ac32603 100644
--- a/configurations/meta/yosemite4_sentineldome_t2.json
+++ b/configurations/meta/yosemite4_sentineldome_t2.json
@@ -421,27 +421,6 @@
"Zones": [
"Zone 1"
]
- },
- {
- "Class": "temp",
- "Inputs": [
- "SENTINEL_DOME_SLOT $bus % 15 SENSOR_STATUS"
- ],
- "Name": "Stepwise_SENTINEL_DOME_SLOT $bus % 15 SENSOR_STATUS",
- "NegativeHysteresis": 0,
- "Output": [
- 100.0,
- 10.0
- ],
- "PositiveHysteresis": 0,
- "Reading": [
- 0.0,
- 100.0
- ],
- "Type": "Stepwise",
- "Zones": [
- "Zone 1"
- ]
}
],
"Name": "Yosemite 4 Sentinel Dome T2 Slot $bus % 15",
diff --git a/configurations/meta/yosemite4_sentineldome_t2_retimer.json b/configurations/meta/yosemite4_sentineldome_t2_retimer.json
index 28e5699..e4610c1 100644
--- a/configurations/meta/yosemite4_sentineldome_t2_retimer.json
+++ b/configurations/meta/yosemite4_sentineldome_t2_retimer.json
@@ -480,27 +480,6 @@
"Zones": [
"Zone 1"
]
- },
- {
- "Class": "temp",
- "Inputs": [
- "SENTINEL_DOME_SLOT $bus % 15 SENSOR_STATUS"
- ],
- "Name": "Stepwise_SENTINEL_DOME_SLOT $bus % 15 SENSOR_STATUS",
- "NegativeHysteresis": 0,
- "Output": [
- 100.0,
- 10.0
- ],
- "PositiveHysteresis": 0,
- "Reading": [
- 0.0,
- 100.0
- ],
- "Type": "Stepwise",
- "Zones": [
- "Zone 1"
- ]
}
],
"Name": "Yosemite 4 Sentinel Dome T2 with Retimer Slot $bus % 15",
diff --git a/configurations/meta/yosemite4_wailuafalls.json b/configurations/meta/yosemite4_wailuafalls.json
index bc7df36..7a865bf 100644
--- a/configurations/meta/yosemite4_wailuafalls.json
+++ b/configurations/meta/yosemite4_wailuafalls.json
@@ -272,27 +272,6 @@
"Zones": [
"Zone 1"
]
- },
- {
- "Class": "temp",
- "Inputs": [
- "WAILUA_FALLS_SLOT $bus % 15 SENSOR_STATUS"
- ],
- "Name": "Stepwise_WAILUA_FALLS_SLOT $bus % 15 SENSOR_STATUS",
- "NegativeHysteresis": 0,
- "Output": [
- 100.0,
- 10.0
- ],
- "PositiveHysteresis": 0,
- "Reading": [
- 0.0,
- 100.0
- ],
- "Type": "Stepwise",
- "Zones": [
- "Zone 1"
- ]
}
],
"Name": "Yosemite 4 Wailua Falls Slot $bus % 15",