Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f92dfb02 authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Shawn Guo
Browse files

ARM: dts: mxs: Add iio-hwmon to mx28 soc



This allows to read the SoC on-die temperature sensor available on the LRADC by
using:
 cat /sys/class/hwmon/hwmon0/device/temp1_input

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent e3da3d21
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1182,4 +1182,9 @@
			status = "disabled";
		};
	};

	iio_hwmon {
		compatible = "iio-hwmon";
		io-channels = <&lradc 8>;
	};
};