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'.

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Change-Id: I94aeb7d016ed21379186649ed7e51a1ae14848b2
diff --git a/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-sensors-mrw.yaml b/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-sensors-mrw.yaml
index 419b9c8..a5d8d64 100644
--- a/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-sensors-mrw.yaml
+++ b/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-sensors-mrw.yaml
@@ -68,7 +68,7 @@
             Value:
                 Offsets:
                     255:
-                        type: int64_t
+                        type: double
     multiplierM: 1
     mutability: Mutability::Write|Mutability::Read
     offsetB: -127
@@ -110,7 +110,7 @@
             Value:
                 Offsets:
                     255:
-                        type: int64_t
+                        type: double
     multiplierM: 1
     mutability: Mutability::Write|Mutability::Read
     offsetB: -127
@@ -188,7 +188,7 @@
             Value:
                 Offsets:
                     255:
-                        type: int64_t
+                        type: double
     multiplierM: 1
     mutability: Mutability::Write|Mutability::Read
     offsetB: -127
@@ -221,7 +221,7 @@
             Value:
                 Offsets:
                     255:
-                        type: int64_t
+                        type: double
     multiplierM: 1
     mutability: Mutability::Write|Mutability::Read
     offsetB: -127
@@ -327,7 +327,7 @@
             Value:
                 Offsets:
                     255:
-                        type: int64_t
+                        type: double
     multiplierM: 1
     mutability: Mutability::Write|Mutability::Read
     offsetB: -127