Skip to content

Commit 2fa98dc

Browse files
committed
arm64: dts: rockchip: Fix bluetooth properties on rk3566 box demo
The expected clock-name is different, and extclk also is deprecated in favor of txco for clocks that are not crystals. The wakeup gpio properties are named differently too, when changing from vendor-tree to mainline. So fix those to match the binding. Fixes: 2e0537b ("arm64: dts: rockchip: Add dts for rockchip rk3566 box demo board") Cc: Andy Yan <[email protected]> Reviewed-by: Dragan Simic <[email protected]> Signed-off-by: Heiko Stuebner <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 98c3f4a commit 2fa98dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,9 @@
449449
bluetooth {
450450
compatible = "brcm,bcm43438-bt";
451451
clocks = <&pmucru CLK_RTC_32K>;
452-
clock-names = "ext_clock";
453-
device-wake-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
454-
host-wake-gpios = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
452+
clock-names = "txco";
453+
device-wakeup-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
454+
host-wakeup-gpios = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
455455
shutdown-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
456456
pinctrl-names = "default";
457457
pinctrl-0 = <&bt_host_wake_l &bt_wake_l &bt_enable_h>;

0 commit comments

Comments
 (0)