diff options
author | Oleksij Rempel <o.rempel@pengutronix.de> | 2022-04-19 06:48:24 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-04-24 15:23:23 +0200 |
commit | 7912bda4f60dbb86c5aaa41fc1d36e639780ac90 (patch) | |
tree | bd20e0585357e8550954b71abf06515df130c664 /arch/arm/boot/dts/imx6qdl-vicut1.dtsi | |
parent | ARM: dts: imx6qdl-vicut1.dtsi: Add missing ISB led node (diff) | |
download | linux-7912bda4f60dbb86c5aaa41fc1d36e639780ac90.tar.xz linux-7912bda4f60dbb86c5aaa41fc1d36e639780ac90.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-vicut1.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-vicut1.dtsi | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-vicut1.dtsi b/arch/arm/boot/dts/imx6qdl-vicut1.dtsi index c928bd854e92..a1676b5d2980 100644 --- a/arch/arm/boot/dts/imx6qdl-vicut1.dtsi +++ b/arch/arm/boot/dts/imx6qdl-vicut1.dtsi @@ -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>; }; }; |