meta-quanta: gbs: fix pwr_u2_11_en name typo and add watchdog sensor
1. fix "pwr_u2_11_en" sensor name typo
2. add host watchdog sensor
Signed-off-by: George Hung <george.hung@quantatw.com>
Change-Id: I0baee227045872616eee38e0f4038a31f70dee47
diff --git a/meta-gbs/recipes-phosphor/configuration/gbs-yaml-config/gbs-ipmi-sensors.yaml b/meta-gbs/recipes-phosphor/configuration/gbs-yaml-config/gbs-ipmi-sensors.yaml
index 65212b6..929a566 100644
--- a/meta-gbs/recipes-phosphor/configuration/gbs-yaml-config/gbs-ipmi-sensors.yaml
+++ b/meta-gbs/recipes-phosphor/configuration/gbs-yaml-config/gbs-ipmi-sensors.yaml
@@ -1081,7 +1081,7 @@
0xDB:
<<: *nvme_pwren
entityInstance: 0x5B
- path: /xyz/openbmc_project/control/nvme/pwr_u2_10_en
+ path: /xyz/openbmc_project/control/nvme/pwr_u2_11_en
0xDC:
<<: *nvme_pwren
@@ -1225,3 +1225,30 @@
<<: *card_prsnt
entityInstance: 1
path: /xyz/openbmc_project/inventory/system/chassis/entity/pe_slot1_prsnt
+
+0xFB:
+ entityID: 0x21
+ entityInstance: 0
+ interfaces:
+ xyz.openbmc_project.State.Watchdog:
+ ExpireAction:
+ Offsets:
+ 0x00:
+ assert: xyz.openbmc_project.State.Watchdog.Action.None
+ type: string
+ 0x01:
+ assert: xyz.openbmc_project.State.Watchdog.Action.HardReset
+ type: string
+ 0x02:
+ assert: xyz.openbmc_project.State.Watchdog.Action.PowerOff
+ type: string
+ 0x03:
+ assert: xyz.openbmc_project.State.Watchdog.Action.PowerCycle
+ type: string
+ mutability: Mutability::Write|Mutability::Read
+ path: /xyz/openbmc_project/watchdog/host0
+ readingType: assertion
+ sensorNamePattern: nameLeaf
+ sensorReadingType: 0x6F
+ sensorType: 0x23
+ serviceInterface: org.freedesktop.DBus.Properties