summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/rk3288-popmetal.dts
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2015-04-05 11:15:01 +0200
committerHeiko Stuebner <heiko@sntech.de>2015-04-27 09:27:41 +0200
commit8c653f9ab6e56921b3704c0b8191f5432de02ad7 (patch)
tree49191381061c40ed51a8d9a9ec198214ade0db63 /arch/arm/boot/dts/rk3288-popmetal.dts
parent71126029211cf67b64ed8b4f03cced508d32efd5 (diff)
ARM: dts: rockchip: enable tsadc on rk3288 boards
The tsadc is used to read cpu and gpu temperatures. Also enable it on the other rk3288 boards beside the evb using the cru reset settings. Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-popmetal.dts')
-rw-r--r--arch/arm/boot/dts/rk3288-popmetal.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-popmetal.dts b/arch/arm/boot/dts/rk3288-popmetal.dts
index d081f0e0da36..d582811fbd7b 100644
--- a/arch/arm/boot/dts/rk3288-popmetal.dts
+++ b/arch/arm/boot/dts/rk3288-popmetal.dts
@@ -406,6 +406,12 @@
};
};
+&tsadc {
+ rockchip,hw-tshut-mode = <0>;
+ rockchip,hw-tshut-polarity = <0>;
+ status = "okay";
+};
+
&vopb {
status = "okay";
};