summaryrefslogtreecommitdiff
path: root/meta-ampere
diff options
context:
space:
mode:
authorHieu Huynh <hieuh@os.amperecomputing.com>2023-12-22 14:34:33 +0300
committerHieu Huynh <hieuh@os.amperecomputing.com>2023-12-23 04:09:58 +0300
commit8459b4f0f6cdc8d39746a43ce234b923058c719b (patch)
tree019bdd5757607f8af610d5137034c7619d027f7b /meta-ampere
parent20dd705b5872b2ed9f4da69886afd542abb6f504 (diff)
downloadopenbmc-8459b4f0f6cdc8d39746a43ce234b923058c719b.tar.xz
meta-ampere: update PSU1 name in phosphor-gpio-present
This corrects the name of the PSU from CPU1 to PSU1. Tested: 1. Get PSUs name busctl get-property xyz.openbmc_project.Inventory.Manager \ /xyz/openbmc_project/inventory/system/powersupply/PowerSupply0 \ xyz.openbmc_project.Inventory.Item PrettyName s "PSU0" busctl get-property xyz.openbmc_project.Inventory.Manager \ /xyz/openbmc_project/inventory/system/powersupply/PowerSupply1 \ xyz.openbmc_project.Inventory.Item PrettyName s "PSU1" Signed-off-by: Hieu Huynh <hieuh@os.amperecomputing.com> Change-Id: I3e1110d3b76335d7412006f75e79073f9f776151
Diffstat (limited to 'meta-ampere')
-rw-r--r--meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json2
-rw-r--r--meta-ampere/meta-mitchell/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json b/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json
index e48a9888da..2ff86f8c25 100644
--- a/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json
+++ b/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json
@@ -18,7 +18,7 @@
"Inventory": "/system/powersupply/PowerSupply0"
},
{
- "Name": "CPU1",
+ "Name": "PSU1",
"LineName": "presence-ps1",
"ActiveLow": true,
"Inventory": "/system/powersupply/PowerSupply1"
diff --git a/meta-ampere/meta-mitchell/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json b/meta-ampere/meta-mitchell/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json
index e48a9888da..2ff86f8c25 100644
--- a/meta-ampere/meta-mitchell/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json
+++ b/meta-ampere/meta-mitchell/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json
@@ -18,7 +18,7 @@
"Inventory": "/system/powersupply/PowerSupply0"
},
{
- "Name": "CPU1",
+ "Name": "PSU1",
"LineName": "presence-ps1",
"ActiveLow": true,
"Inventory": "/system/powersupply/PowerSupply1"