diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2020-12-21 19:13:02 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2021-01-25 18:46:43 +0100 |
commit | e9ced25e41588a2ff95280b4d3dabf3a0865513b (patch) | |
tree | 77ec781969c13424d8d83c59576100b6aaae05ec /arch/arm/boot/dts/meson8m2-mxiii-plus.dts | |
parent | Linux 5.11-rc1 (diff) | |
download | linux-e9ced25e41588a2ff95280b4d3dabf3a0865513b.tar.xz linux-e9ced25e41588a2ff95280b4d3dabf3a0865513b.zip |
ARM: dts: meson: move iio-hwmon for the SoC temperature to meson.dtsi
The SoC temperature can be retrieved from ADC channel 8 on all 32-bit
SoCs (Meson6, Meson8, Meson8b and Meson8m2). Move the iio-hwmon instance
to meson.dtsi instead of duplicating it in all board.dts.
If the temperature sensor calibration data is missing for a board then
iio-hwmon will simply not probe.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Link: https://lore.kernel.org/r/20201221181306.904272-2-martin.blumenstingl@googlemail.com
Diffstat (limited to 'arch/arm/boot/dts/meson8m2-mxiii-plus.dts')
-rw-r--r-- | arch/arm/boot/dts/meson8m2-mxiii-plus.dts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/meson8m2-mxiii-plus.dts b/arch/arm/boot/dts/meson8m2-mxiii-plus.dts index 8f4eb1ed4581..fa6d55f1cfb9 100644 --- a/arch/arm/boot/dts/meson8m2-mxiii-plus.dts +++ b/arch/arm/boot/dts/meson8m2-mxiii-plus.dts @@ -45,11 +45,6 @@ }; }; - iio-hwmon { - compatible = "iio-hwmon"; - io-channels = <&saradc 8>; - }; - vcc_3v3: regulator-vcc3v3 { compatible = "regulator-fixed"; regulator-name = "VCC3V3"; |