ARM64: dts: meson-gx: Fix sensors reporting from SCP
authorCarlo Caione <carlo@endlessm.com>
Tue, 6 Jun 2017 10:23:42 +0000 (12:23 +0200)
committerKevin Hilman <khilman@baylibre.com>
Tue, 6 Jun 2017 23:42:19 +0000 (16:42 -0700)
Switch to use the new compatible for the SCPI sensors so that the
sensor readings are reported using the correct scale.

Signed-off-by: Carlo Caione <carlo@endlessm.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-gx.dtsi

index 436b875..603491d 100644 (file)
                };
 
                scpi_sensors: sensors {
-                       compatible = "arm,scpi-sensors";
+                       compatible = "amlogic,meson-gxbb-scpi-sensors", "arm,scpi-sensors";
                        #thermal-sensor-cells = <1>;
                };
        };