Thread (1 message) 1 message, 1 author, 2017-06-05

[PATCH] ARM64: dts: meson-gx: Fix sensors reporting from SCP

From: khilman@baylibre.com (Kevin Hilman)
Date: 2017-06-05 21:54:00
Also in: linux-amlogic, linux-devicetree

Carlo Caione [off-list ref] writes:
quoted hunk
From: Carlo Caione <redacted>

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 <redacted>
---
 arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
index 436b875..3128fa5 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";
Shouldn't this be:

			compatible = "amlogic,meson-gxbb-scpi-sensors", "arm,scpi-sensors";

For a safe fallback on kernels without the new compatible?

Kevin
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help