From 4592462f956145f98d2df36164789dc5ef7e15f5 Mon Sep 17 00:00:00 2001 From: George Hung Date: Thu, 29 Apr 2021 14:32:56 +0800 Subject: meta-quanta: gbs: fix sensor type error Correct as the cable sensor type for cable sensors Signed-off-by: George Hung Change-Id: I5483e0cf103dccdf38a79ce781529e0f6b7b2d88 --- .../gbs-yaml-config/gbs-ipmi-inventory-sensors.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta-quanta/meta-gbs/recipes-phosphor/configuration/gbs-yaml-config/gbs-ipmi-inventory-sensors.yaml b/meta-quanta/meta-gbs/recipes-phosphor/configuration/gbs-yaml-config/gbs-ipmi-inventory-sensors.yaml index 58bcb658c..865e4b3b6 100644 --- a/meta-quanta/meta-gbs/recipes-phosphor/configuration/gbs-yaml-config/gbs-ipmi-inventory-sensors.yaml +++ b/meta-quanta/meta-gbs/recipes-phosphor/configuration/gbs-yaml-config/gbs-ipmi-inventory-sensors.yaml @@ -398,20 +398,20 @@ sensorID: 0xF5 sensorType: 0x25 offset: 0x01 -/xyz/openbmc_project/inventory/system/chassis/entity/hsbp_cab_prsnt: +/xyz/openbmc_project/inventory/system/chassis/cable/hsbp_cab_prsnt: eventReadingType: 0x6f sensorID: 0xF6 - sensorType: 0x25 + sensorType: 0x1B offset: 0x01 -/xyz/openbmc_project/inventory/system/chassis/entity/fanbd_cab_prsnt: +/xyz/openbmc_project/inventory/system/chassis/cable/fanbd_cab_prsnt: eventReadingType: 0x6f sensorID: 0xF7 - sensorType: 0x25 + sensorType: 0x1B offset: 0x01 -/xyz/openbmc_project/inventory/system/chassis/entity/bp12v_cab_prsnt: +/xyz/openbmc_project/inventory/system/chassis/cable/bp12v_cab_prsnt: eventReadingType: 0x6f sensorID: 0xF8 - sensorType: 0x25 + sensorType: 0x1B offset: 0x01 /xyz/openbmc_project/inventory/system/chassis/entity/pe_slot0_prsnt: eventReadingType: 0x6f -- cgit v1.2.3