Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 87299d6

Browse files
diederikdehaasmmind
authored andcommitted
arm64: dts: rockchip: Fix wakeup prop names on PineNote BT node
The "brcm,bluetooth.yaml" binding has 'device-wakeup-gpios' and 'host-wakeup-gpios' property names, not '*-wake-gpios'. Fix the incorrect property names. Note that the "realtek,bluetooth.yaml" binding does use the '*-wake-gpios' property names. Fixes: d449121 ("arm64: dts: rockchip: Add Pine64 PineNote board") Signed-off-by: Diederik de Haas <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent de50a7e commit 87299d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,8 +684,8 @@
684684
compatible = "brcm,bcm43438-bt";
685685
clocks = <&rk817 1>;
686686
clock-names = "lpo";
687-
device-wake-gpios = <&gpio0 RK_PC2 GPIO_ACTIVE_HIGH>;
688-
host-wake-gpios = <&gpio0 RK_PC3 GPIO_ACTIVE_HIGH>;
687+
device-wakeup-gpios = <&gpio0 RK_PC2 GPIO_ACTIVE_HIGH>;
688+
host-wakeup-gpios = <&gpio0 RK_PC3 GPIO_ACTIVE_HIGH>;
689689
reset-gpios = <&gpio0 RK_PC4 GPIO_ACTIVE_LOW>;
690690
pinctrl-0 = <&bt_enable_h>, <&bt_host_wake_l>, <&bt_wake_h>;
691691
pinctrl-names = "default";

0 commit comments

Comments
 (0)