diff options
author | Carlo Caione <carlo@endlessm.com> | 2017-06-06 06:23:42 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-06-06 19:42:19 -0400 |
commit | 5f3195ecd5c318c042d913841baa056750ccea75 (patch) | |
tree | 9fc49f81ebb33ef1dac7bfd4fa7fe1c52d6ebc54 | |
parent | 85b2e743d392680f42f601813acdd6934f223a76 (diff) |
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>
-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 @@ | |||
200 | }; | 200 | }; |
201 | 201 | ||
202 | scpi_sensors: sensors { | 202 | scpi_sensors: sensors { |
203 | compatible = "arm,scpi-sensors"; | 203 | compatible = "amlogic,meson-gxbb-scpi-sensors", "arm,scpi-sensors"; |
204 | #thermal-sensor-cells = <1>; | 204 | #thermal-sensor-cells = <1>; |
205 | }; | 205 | }; |
206 | }; | 206 | }; |