Skip to content

Commit

Permalink
ARM: dts: rk3128-fireprime: correct wireless-bluetooth config
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Yang <[email protected]>
Change-Id: I31532611f0b80fc58db3150181a758a6e35cae66
  • Loading branch information
yanghanxing authored and rkhuangtao committed Jul 16, 2020
1 parent 852508f commit b6b0994
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions arch/arm/boot/dts/rk3128-fireprime.dts
Original file line number Diff line number Diff line change
Expand Up @@ -157,15 +157,11 @@

wireless-bluetooth {
compatible = "bluetooth-platdata";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio0 RK_PC1 GPIO_ACTIVE_LOW>;
pinctrl-names = "default","rts_gpio";
pinctrl-0 = <&uart0_rts>;
pinctrl-1 = <&uart0_rts_gpio>;
//BT,power_gpio = <&gpio1 GPIO_B3 GPIO_ACTIVE_HIGH>;
BT,reset_gpio = <&gpio1 RK_PA3 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio1 RK_PB2 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio1 RK_PB1 GPIO_ACTIVE_LOW>;
BT,power_gpio = <&gpio1 RK_PA3 GPIO_ACTIVE_HIGH>;
status = "okay";
};

Expand Down

0 comments on commit b6b0994

Please sign in to comment.