summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLongjian Lin <llj@rock-chips.com>2019-02-28 05:00:31 -0500
committerTao Huang <huangtao@rock-chips.com>2019-03-15 19:12:20 +0800
commitd787c5f0e054c360ee5ff527459fc6fe8db7c207 (patch)
tree4daa8d171db49e7250a5e905a4d3e2e6795c7e9b
parentef409c6d47a0bdc40f763ecc63d4f5178594d007 (diff)
arm64: dts: rockchip: pulldown BT irq gpio for rk3399pro evb v10
Change-Id: I8c4ac43cd2ff560f2f94a01570ec82b143a7966a Signed-off-by: Longjian Lin <llj@rock-chips.com>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts b/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts
index d40ae1b93d2a..4c7aabe9174e 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts
@@ -213,7 +213,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>;
@@ -1052,5 +1052,9 @@
rockchip,pins =
<2 RK_PC3 0 &pcfg_pull_none>;
};
+ bt_irq_gpio: bt-irq-gpio {
+ rockchip,pins =
+ <0 RK_PA5 0 &pcfg_pull_down>;
+ };
};
};