diff options
author | Heiko Stuebner <heiko@sntech.de> | 2015-04-05 12:15:01 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-04-27 10:27:41 +0300 |
commit | 8c653f9ab6e56921b3704c0b8191f5432de02ad7 (patch) | |
tree | 49191381061c40ed51a8d9a9ec198214ade0db63 /arch/arm/boot/dts/rk3288-popmetal.dts | |
parent | 71126029211cf67b64ed8b4f03cced508d32efd5 (diff) | |
download | linux-8c653f9ab6e56921b3704c0b8191f5432de02ad7.tar.xz |
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.dts | 6 |
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"; }; |