projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d65818
)
arm64: dts: rockchip: rename Quartz64-A bluetooth gpios
author
Peter Geis
<pgwipeout@gmail.com>
Wed, 11 May 2022 15:01:14 +0000
(11:01 -0400)
committer
Heiko Stuebner
<heiko@sntech.de>
Fri, 27 May 2022 17:31:24 +0000
(19:31 +0200)
The bluetooth binding for the Quartz64 Model A has incorrectly named
host-wakeup and device-wakeup gpios. Rename them to clear some dtbs_check
warnings.
Signed-off-by: Peter Geis <pgwipeout@gmail.com>
Link:
https://lore.kernel.org/r/20220511150117.113070-4-pgwipeout@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts
b/arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts
index 141a433429b5cc6f5257205469af40c2944c6f50..1534e11a9ad17373bb77de632bccc5aaae80f346 100644
(file)
--- a/
arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts
+++ b/
arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts
@@
-652,8
+652,8
@@
compatible = "brcm,bcm43438-bt";
clocks = <&rk817 1>;
clock-names = "lpo";
- device-wake-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
- host-wake-gpios = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
+ device-wake
up
-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
+ host-wake
up
-gpios = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
shutdown-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&bt_host_wake_l &bt_wake_l &bt_enable_h>;