Skip to content

Commit 5ea7572

Browse files
xdarklightsuperna9999
authored andcommitted
ARM: dts: meson: drop iio-hwmon in favour of generic-adc-thermal
Commit 85b21fd ("thermal/drivers/generic-adc: Register thermal zones as hwmon sensors") made "generic-adc-thermal" also register hwmon attributes. That means we now have the temperature sensor shown twice: - once from iio-hwmon - and another time from generic-adc-thermal We need the latter for SoC temperature control, so simply drop the former so userspace doesn't see duplicate sensors. Also generic-adc-thermal provides a better name to userspace ("soc_thermal-virtual-0") than iio_hwmon. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Link: https://patch.msgid.link/20251108211503.1578711-1-martin.blumenstingl@googlemail.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
1 parent 8f0b4cc commit 5ea7572

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

arch/arm/boot/dts/amlogic/meson.dtsi

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
#size-cells = <1>;
1313
interrupt-parent = <&gic>;
1414

15-
iio-hwmon {
16-
compatible = "iio-hwmon";
17-
io-channels = <&saradc 8>;
18-
};
19-
2015
soc {
2116
compatible = "simple-bus";
2217
#address-cells = <1>;

0 commit comments

Comments
 (0)