projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdf6fc3
)
arm: dts: rk3288-evb-rk818: set tsadc default pinctrl to gpio
author
Jianqun Xu
<jay.xu@rock-chips.com>
Fri, 14 Apr 2017 07:36:14 +0000
(15:36 +0800)
committer
Huang, Tao
<huangtao@rock-chips.com>
Mon, 17 Apr 2017 02:57:42 +0000
(10:57 +0800)
When rockchip,hw-tshut-mode is 0, means that tshut mode is CRU,
then the pinctrl should default to be GPIO.
If the tshut mode is GPIO, then the pinctrl should default to be
OTP_OUT.
Change-Id: Ic6e53a96823baf4671f9bad261ed34586512634f
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
arch/arm/boot/dts/rk3288-evb-rk818.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/rk3288-evb-rk818.dts
b/arch/arm/boot/dts/rk3288-evb-rk818.dts
index 0ac1fe591dec360f8f3446268eb76b86e7e2f990..12e54c22f041f59fbc4ac547a647870b7db43114 100644
(file)
--- a/
arch/arm/boot/dts/rk3288-evb-rk818.dts
+++ b/
arch/arm/boot/dts/rk3288-evb-rk818.dts
@@
-330,6
+330,7
@@
&tsadc {
rockchip,hw-tshut-mode = <0>; /* tshut mode 0:CRU 1:GPIO */
rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */
+ pinctrl-1 = <&otp_gpio>;
};
&pinctrl {