mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
arm64: dts: rockchip: fixes the irq of BT on rk3399pro linux
There is an obvious mistake defined on rk3399pro linux. Change-Id: I89c5589175fa5c8b712d856647442e96330bc669 Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
@@ -226,8 +226,8 @@
|
||||
clocks = <&rk809 1>;
|
||||
clock-names = "ext_clock";
|
||||
uart_rts_gpios = <&gpio2 RK_PC3 GPIO_ACTIVE_LOW>;
|
||||
pinctrl-names = "default", "rts_gpio", <&bt_irq_gpio>;
|
||||
pinctrl-0 = <&uart0_rts>;
|
||||
pinctrl-names = "default", "rts_gpio";
|
||||
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>;
|
||||
|
||||
@@ -226,8 +226,8 @@
|
||||
clocks = <&rk809 1>;
|
||||
clock-names = "ext_clock";
|
||||
uart_rts_gpios = <&gpio2 RK_PC3 GPIO_ACTIVE_LOW>;
|
||||
pinctrl-names = "default", "rts_gpio", <&bt_irq_gpio>;
|
||||
pinctrl-0 = <&uart0_rts>;
|
||||
pinctrl-names = "default", "rts_gpio";
|
||||
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>;
|
||||
|
||||
Reference in New Issue
Block a user