summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v11.dts
diff options
context:
space:
mode:
authorLongjian Lin <llj@rock-chips.com>2019-02-15 02:54:15 -0500
committerTao Huang <huangtao@rock-chips.com>2019-02-18 16:06:20 +0800
commitb5dc63f92cf4b27fb7b73b3c35999b60a5a90294 (patch)
tree7302cc615e81b06e4d03d49a31cafa2394f3e2b3 /arch/arm64/boot/dts/rockchip/rk3399pro-evb-v11.dts
parentd8bc92af0a6045abb75f968a13ea5491a23a3040 (diff)
arm64: dts: rockchip: pulldown BT irq gpio for rk3399pro evb
Change-Id: I0426e9335154b9069fa3d73068250745b8481053 Signed-off-by: Longjian Lin <llj@rock-chips.com>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3399pro-evb-v11.dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399pro-evb-v11.dts7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v11.dts b/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v11.dts
index cd90bbf6283f..5fba92ed8099 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v11.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v11.dts
@@ -214,7 +214,7 @@
clock-names = "ext_clock";
uart_rts_gpios = <&gpio2 RK_PC3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
- pinctrl-0 = <&uart0_rts>;
+ pinctrl-0 = <&uart0_rts>, <&bt_irq_gpio>;
pinctrl-1 = <&uart0_gpios>;
BT,reset_gpio = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio2 RK_PD2 GPIO_ACTIVE_HIGH>;
@@ -1060,5 +1060,10 @@
rockchip,pins =
<2 RK_PC3 0 &pcfg_pull_none>;
};
+
+ bt_irq_gpio: bt-irq-gpio {
+ rockchip,pins =
+ <0 RK_PA5 0 &pcfg_pull_down>;
+ };
};
};