From 242b66075fa6f86ed96ab9414363230f720ed324 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Fri, 23 Jul 2021 13:01:17 +0300 Subject: meta-ethanolx: Fix CPU fan names in IPMI YAML file The BMC on the AMD Ethanol CRB uses entity-manager for sensor configuration. Therefore IPMI configuration YAML file should use DBus paths to sensors based on the names from the entity-manager JSON files. Currently 'ethanolx-chassis.json' exports CPU fans on a DBus as "P0_Fan"/"P1_Fan". Use these names to correctly populate CPU fans to the IPMI. Signed-off-by: Konstantin Aladyshev Change-Id: I0425e42771e1bfb36ad067dfcad5a23e5f180d67 --- .../configuration/ethanolx-yaml-config/ethanolx-ipmi-sensors.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-amd/meta-ethanolx') diff --git a/meta-amd/meta-ethanolx/recipes-phosphor/configuration/ethanolx-yaml-config/ethanolx-ipmi-sensors.yaml b/meta-amd/meta-ethanolx/recipes-phosphor/configuration/ethanolx-yaml-config/ethanolx-ipmi-sensors.yaml index 4d2bbb2b0..3eb17bec9 100644 --- a/meta-amd/meta-ethanolx/recipes-phosphor/configuration/ethanolx-yaml-config/ethanolx-ipmi-sensors.yaml +++ b/meta-amd/meta-ethanolx/recipes-phosphor/configuration/ethanolx-yaml-config/ethanolx-ipmi-sensors.yaml @@ -161,7 +161,7 @@ 9: entityID: 0x1D sensorType: 0x04 - path: /xyz/openbmc_project/sensors/fan_tach/P0_Fan_Speed + path: /xyz/openbmc_project/sensors/fan_tach/P0_Fan sensorReadingType: 0x01 multiplierM: 40 offsetB: 0 @@ -183,7 +183,7 @@ 10: entityID: 0x1D sensorType: 0x04 - path: /xyz/openbmc_project/sensors/fan_tach/P1_Fan_Speed + path: /xyz/openbmc_project/sensors/fan_tach/P1_Fan sensorReadingType: 0x01 multiplierM: 40 offsetB: 0 -- cgit v1.2.3