summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2020-10-23 21:22:04 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-10-29 04:20:14 +0300
commit9dd4000ff8ba02dc69a2c34d2bff82e3e2e67de3 (patch)
treef5f779e1ae24e17e7d03495071badc5a1bbac646
parent90d98a13c2a6e17ddd02a463fe598890b8d4ccd8 (diff)
downloadopenbmc-9dd4000ff8ba02dc69a2c34d2bff82e3e2e67de3.tar.xz
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 <aladyshev22@gmail.com> Change-Id: I1cec719689e37fab98232d4d03f94c13d73bb03d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml10
1 files 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