ARM64: dts: rockchip: fixes the hw-tshut-polarity for rk3399
authorCaesar Wang <wxt@rock-chips.com>
Thu, 14 Apr 2016 03:40:29 +0000 (11:40 +0800)
committerCaesar Wang <wxt@rock-chips.com>
Thu, 14 Apr 2016 09:28:10 +0000 (17:28 +0800)
AFAIK, the hardware designed that TSHUT should be set the active high.

Since rk3399 evb designed the over-temperature protection pin is
connected to PMIC that active high vaild.
Also, as gru/kevin designed the over-temperature protection pin is
connected to EC control that active high to prevent leakage.

Change-Id: Ib7b15d115d2ea4e474918fc416dde273b040e740
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi
arch/arm64/boot/dts/rockchip/rk3399-tb.dtsi

index 052941516bf1cb6733ac1c1716b667c8047e71b6..546cda2ebb9597ecc6592dfb277a2f921619b53c 100644 (file)
@@ -789,7 +789,7 @@ ap_i2c_audio: &i2c8 {
        status = "okay";
 
        rockchip,hw-tshut-mode = <1>; /* tshut mode 0:CRU 1:GPIO */
-       rockchip,hw-tshut-polarity = <0>; /* tshut polarity 0:LOW 1:HIGH */
+       rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */
 };
 
 &uart2 {
index 6fc899a87e56e263babc8a7f60d3b4b88e7e8422..889a3196832492d7b420f18aef167f4e010d204a 100644 (file)
 
 &tsadc {
        rockchip,hw-tshut-mode = <1>; /* tshut mode 0:CRU 1:GPIO */
-       rockchip,hw-tshut-polarity = <0>; /* tshut polarity 0:LOW 1:HIGH */
+       rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */
        status = "okay";
 };