From: Martin Blumenstingl Date: Fri, 18 Jan 2019 22:52:22 +0000 (+0100) Subject: ARM: dts: meson8m2: use the Meson8m2 specific SAR ADC compatible X-Git-Tag: v5.15~6897^2~24^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c0ad99a2deacc7eab5f9bd9dd176bd4cbeea91e2;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Kevin Hilman --- diff --git a/arch/arm/boot/dts/meson8m2.dtsi b/arch/arm/boot/dts/meson8m2.dtsi index d1a28c2..bb87b25 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"; };