Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Martin Blumenstingl and committed by
Kevin Hilman
c0ad99a2 b6db3936

+4
+4
arch/arm/boot/dts/meson8m2.dtsi
··· 50 50 }; 51 51 }; 52 52 53 + &saradc { 54 + compatible = "amlogic,meson8m2-saradc", "amlogic,meson-saradc"; 55 + }; 56 + 53 57 &wdt { 54 58 compatible = "amlogic,meson8m2-wdt", "amlogic,meson8b-wdt"; 55 59 };