提交 41e7afb1 编写于 作者: C Chen-Yu Tsai 提交者: Maxime Ripard

ARM: dts: sunxi: Enable thermal sensor support for RTP on sun[457]i

Now that the resistive touchpanel driver supports thermal sensors,
add the "#thermal-sensor-cells" property as required by the thermal
framework.
Signed-off-by: NChen-Yu Tsai <wens@csie.org>
Acked-by: NEduardo Valentin <edubezval@gmail.com>
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
上级 a6bac9eb
...@@ -734,6 +734,7 @@ ...@@ -734,6 +734,7 @@
compatible = "allwinner,sun4i-a10-ts"; compatible = "allwinner,sun4i-a10-ts";
reg = <0x01c25000 0x100>; reg = <0x01c25000 0x100>;
interrupts = <29>; interrupts = <29>;
#thermal-sensor-cells = <0>;
}; };
uart0: serial@01c28000 { uart0: serial@01c28000 {
......
...@@ -548,6 +548,7 @@ ...@@ -548,6 +548,7 @@
compatible = "allwinner,sun4i-a10-ts"; compatible = "allwinner,sun4i-a10-ts";
reg = <0x01c25000 0x100>; reg = <0x01c25000 0x100>;
interrupts = <29>; interrupts = <29>;
#thermal-sensor-cells = <0>;
}; };
uart0: serial@01c28000 { uart0: serial@01c28000 {
......
...@@ -482,6 +482,7 @@ ...@@ -482,6 +482,7 @@
compatible = "allwinner,sun4i-a10-ts"; compatible = "allwinner,sun4i-a10-ts";
reg = <0x01c25000 0x100>; reg = <0x01c25000 0x100>;
interrupts = <29>; interrupts = <29>;
#thermal-sensor-cells = <0>;
}; };
uart1: serial@01c28400 { uart1: serial@01c28400 {
......
...@@ -942,6 +942,7 @@ ...@@ -942,6 +942,7 @@
compatible = "allwinner,sun4i-a10-ts"; compatible = "allwinner,sun4i-a10-ts";
reg = <0x01c25000 0x100>; reg = <0x01c25000 0x100>;
interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
#thermal-sensor-cells = <0>;
}; };
uart0: serial@01c28000 { uart0: serial@01c28000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册