[PATCH v7 5/5] ARM: dts: enable Thermal on rk3288-evb board

From: Caesar Wang
Date: Sun Sep 28 2014 - 06:39:47 EST


when a thermal shutdown at 125C.Via GPIO give PMIC,
Reset the entire chip.

Signed-off-by: Caesar Wang <caesar.wang@xxxxxxxxxxxxxx>
---
arch/arm/boot/dts/rk3288-evb.dtsi | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/rk3288-evb.dtsi b/arch/arm/boot/dts/rk3288-evb.dtsi
index 2964370..a6872aa 100644
--- a/arch/arm/boot/dts/rk3288-evb.dtsi
+++ b/arch/arm/boot/dts/rk3288-evb.dtsi
@@ -101,6 +101,11 @@
status = "okay";
};

+&tsadc {
+ reset-gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>;
+ status = "okay";
+};
+
&pinctrl {
buttons {
pwrbtn: pwrbtn {
--
1.9.1


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/