Commit 7912bda4 authored by Oleksij Rempel's avatar Oleksij Rempel Committed by Shawn Guo

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: default avatarOleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent b456aed0
...@@ -153,6 +153,14 @@ simple-audio-card,codec { ...@@ -153,6 +153,14 @@ simple-audio-card,codec {
frame-master; frame-master;
}; };
}; };
thermal-zones {
chassis-thermal {
polling-delay = <20000>;
polling-delay-passive = <0>;
thermal-sensors = <&tsens0>;
};
};
}; };
&audmux { &audmux {
...@@ -323,9 +331,10 @@ rtc@51 { ...@@ -323,9 +331,10 @@ rtc@51 {
reg = <0x51>; reg = <0x51>;
}; };
temperature-sensor@70 { tsens0: temperature-sensor@70 {
compatible = "ti,tmp103"; compatible = "ti,tmp103";
reg = <0x70>; reg = <0x70>;
#thermal-sensor-cells = <0>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment