ARM: dts: imx6qdl-vicut1.dtsi: add thermal zone and attach tmp103 to it.

Latest version of ti,tmp103 driver supports thermal zone. So make use of
it.

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Oleksij Rempel 2022-04-19 06:48:24 +02:00 committed by Shawn Guo
parent b456aed079
commit 7912bda4f6
1 changed files with 10 additions and 1 deletions

View File

@ -153,6 +153,14 @@
frame-master;
};
};
thermal-zones {
chassis-thermal {
polling-delay = <20000>;
polling-delay-passive = <0>;
thermal-sensors = <&tsens0>;
};
};
};
&audmux {
@ -323,9 +331,10 @@
reg = <0x51>;
};
temperature-sensor@70 {
tsens0: temperature-sensor@70 {
compatible = "ti,tmp103";
reg = <0x70>;
#thermal-sensor-cells = <0>;
};
};