diff options
author | Carlo Caione <carlo@endlessm.com> | 2017-06-06 13:23:42 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-06-07 02:42:19 +0300 |
commit | 5f3195ecd5c318c042d913841baa056750ccea75 (patch) | |
tree | 9fc49f81ebb33ef1dac7bfd4fa7fe1c52d6ebc54 /arch/arm64/boot/dts/amlogic | |
parent | 85b2e743d392680f42f601813acdd6934f223a76 (diff) | |
download | linux-5f3195ecd5c318c042d913841baa056750ccea75.tar.xz |
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 <carlo@endlessm.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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>; }; }; |