From 9dd4000ff8ba02dc69a2c34d2bff82e3e2e67de3 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Fri, 23 Oct 2020 21:22:04 +0300 Subject: Use correct type for Dbus sensor interface in IPMI sensors YAML files Dbus sensor interface 'xyz.openbmc_project.Sensor.Value' migrated from int to double. Therefore all old 'int64_t' types in "*-ipmi-sensor*.yaml" files for this interface should be changed to 'double'. (From meta-phosphor rev: ade38f11fda08fe426ba8ece743421cf8b63c098) Signed-off-by: Konstantin Aladyshev Change-Id: I1cec719689e37fab98232d4d03f94c13d73bb03d Signed-off-by: Andrew Geissler --- .../ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml index 8188612b3..44caf9e4b 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml @@ -271,7 +271,7 @@ cpucore_temp_sensor: Value: Offsets: 0xFF: - type: int64_t + type: double dimm_temp_sensor: serviceInterface: org.freedesktop.DBus.Properties @@ -289,7 +289,7 @@ dimm_temp_sensor: Value: Offsets: 0xFF: - type: int64_t + type: double vrm_vdd_temp_sensor: serviceInterface: org.freedesktop.DBus.Properties @@ -307,7 +307,7 @@ vrm_vdd_temp_sensor: Value: Offsets: 0xFF: - type: int64_t + type: double gpu_temp_sensor: serviceInterface: org.freedesktop.DBus.Properties @@ -325,7 +325,7 @@ gpu_temp_sensor: Value: Offsets: 0xFF: - type: int64_t + type: double memory_temp_sensor: serviceInterface: org.freedesktop.DBus.Properties @@ -343,7 +343,7 @@ memory_temp_sensor: Value: Offsets: 0xFF: - type: int64_t + type: double ps_derating_sensor: serviceInterface: org.freedesktop.DBus.Properties readingType: assertion -- cgit v1.2.3