summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/meson8m2.dtsi
diff options
context:
space:
mode:
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>2019-01-18 23:52:22 +0100
committerKevin Hilman <khilman@baylibre.com>2019-02-11 21:52:25 +0100
commitc0ad99a2deacc7eab5f9bd9dd176bd4cbeea91e2 (patch)
treed73594007330acf72b67f8bee8ba43d3a06c3b46 /arch/arm/boot/dts/meson8m2.dtsi
parentARM: dts: meson: switch the clock controller to the HHI register area (diff)
downloadlinux-c0ad99a2deacc7eab5f9bd9dd176bd4cbeea91e2.tar.xz
linux-c0ad99a2deacc7eab5f9bd9dd176bd4cbeea91e2.zip
ARM: dts: meson8m2: use the Meson8m2 specific SAR ADC compatible
The SAR ADC on Meson8m2 is slightly different compared to Meson8. The ADC functionality is identical but the calibration of the internal thermal sensor is different. Use the Meson8m2 specific compatible so the temperature sensor is calibrated correctly on boards using the Meson8m2 SoC. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/meson8m2.dtsi')
-rw-r--r--arch/arm/boot/dts/meson8m2.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson8m2.dtsi b/arch/arm/boot/dts/meson8m2.dtsi
index d1a28c2adac5..bb87b251e16d 100644
--- a/arch/arm/boot/dts/meson8m2.dtsi
+++ b/arch/arm/boot/dts/meson8m2.dtsi
@@ -50,6 +50,10 @@
};
};
+&saradc {
+ compatible = "amlogic,meson8m2-saradc", "amlogic,meson-saradc";
+};
+
&wdt {
compatible = "amlogic,meson8m2-wdt", "amlogic,meson8b-wdt";
};