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>
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 8188612..44caf9e 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 @@
       Value:
         Offsets:
           0xFF:
-            type: int64_t
+            type: double
 
 dimm_temp_sensor:
   serviceInterface: org.freedesktop.DBus.Properties
@@ -289,7 +289,7 @@
       Value:
         Offsets:
           0xFF:
-            type: int64_t
+            type: double
 
 vrm_vdd_temp_sensor:
   serviceInterface: org.freedesktop.DBus.Properties
@@ -307,7 +307,7 @@
       Value:
         Offsets:
           0xFF:
-            type: int64_t
+            type: double
 
 gpu_temp_sensor:
   serviceInterface: org.freedesktop.DBus.Properties
@@ -325,7 +325,7 @@
       Value:
         Offsets:
           0xFF:
-            type: int64_t
+            type: double
 
 memory_temp_sensor:
   serviceInterface: org.freedesktop.DBus.Properties
@@ -343,7 +343,7 @@
       Value:
         Offsets:
           0xFF:
-            type: int64_t
+            type: double
 ps_derating_sensor:
   serviceInterface: org.freedesktop.DBus.Properties
   readingType: assertion