arm64: dts: rockchip: fix hw-tshut-polarity to HIGH for rk3399pro-npu-evb

Change-Id: I5db079860ecc0560f3aceb2da70c3c0bf1982e4a
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
Jianqun Xu
2018-10-29 19:33:37 +08:00
committed by Tao Huang
parent 099fbe8812
commit 81a65efd5c

View File

@@ -120,7 +120,7 @@
&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 */
pinctrl-names = "init", "default";
pinctrl-0 = <&tsadc_otp_gpio>;
pinctrl-1 = <&tsadc_otp_out>;