meta: ventura: add suffix to valve names
Add suffix to valve names for Meta's Ventura platform.
Change-Id: If69ea4863bdcfeb9ea04e156cf611fd029975e72
Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
diff --git a/configurations/meta/ventura_cable.json b/configurations/meta/ventura_cable.json
index 7fcdd95..7ad2030 100644
--- a/configurations/meta/ventura_cable.json
+++ b/configurations/meta/ventura_cable.json
@@ -310,7 +310,7 @@
"Exposes": [],
"Name": "$Name",
"Probe": [
- "xyz.openbmc_project.Inventory.Source.DevicePresence({'Name': '^ReturnValve$'})"
+ "xyz.openbmc_project.Inventory.Source.DevicePresence({'Name': '^ReturnValve_1$'})"
],
"Type": "Cable",
"xyz.openbmc_project.Inventory.Decorator.Asset": {
@@ -329,7 +329,7 @@
"Exposes": [],
"Name": "$Name",
"Probe": [
- "xyz.openbmc_project.Inventory.Source.DevicePresence({'Name': '^SupplyValve$'})"
+ "xyz.openbmc_project.Inventory.Source.DevicePresence({'Name': '^SupplyValve_1$'})"
],
"Type": "Cable",
"xyz.openbmc_project.Inventory.Decorator.Asset": {
diff --git a/configurations/meta/ventura_scm.json b/configurations/meta/ventura_scm.json
index c38755c..a984c7c 100644
--- a/configurations/meta/ventura_scm.json
+++ b/configurations/meta/ventura_scm.json
@@ -576,7 +576,7 @@
"Type": "GPIODeviceDetect"
},
{
- "Name": "ReturnValve",
+ "Name": "ReturnValve_1",
"PresencePinNames": [
"wPRSNT_RETURN_PLD_R_N"
],
@@ -586,7 +586,7 @@
"Type": "GPIODeviceDetect"
},
{
- "Name": "SupplyValve",
+ "Name": "SupplyValve_1",
"PresencePinNames": [
"wPRSNT_SUPPLY_PLD_R_N"
],