From: Carlo Caione Date: Tue, 6 Jun 2017 10:23:42 +0000 (+0200) Subject: ARM64: dts: meson-gx: Fix sensors reporting from SCP X-Git-Tag: v4.13-rc1~165^2~17^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5f3195ecd5c318c042d913841baa056750ccea75;p=karo-tx-linux.git ARM64: dts: meson-gx: Fix sensors reporting from SCP 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 Signed-off-by: Kevin Hilman --- diff --git a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi index 436b875060e7..603491df9f0f 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi @@ -200,7 +200,7 @@ }; scpi_sensors: sensors { - compatible = "arm,scpi-sensors"; + compatible = "amlogic,meson-gxbb-scpi-sensors", "arm,scpi-sensors"; #thermal-sensor-cells = <1>; }; };