diff mbox series

[19/19] arm64: dts: allwinner: pine-h64: Fix typos in BT GPIOs

Message ID 20210114113538.1233933-19-maxime@cerno.tech (mailing list archive)
State New, archived
Headers show
Series [01/19] dt-bindings: sunxi: Fix the pinecube compatible | expand

Commit Message

Maxime Ripard Jan. 14, 2021, 11:35 a.m. UTC
The commit 53441b8ef7de ("arm64: dts: allwinner: h6: PineH64 model B:
Add bluetooth") introduced the Bluetooth chip for the PineH64 model B,
but the GPIOs property didn't conform to the binding of the bluetooth
chip. Let's fix this.

Fixes: 53441b8ef7de ("arm64: dts: allwinner: h6: PineH64 model B: Add bluetooth")
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
---
 arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64-model-b.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Jernej Škrabec Jan. 14, 2021, 8:49 p.m. UTC | #1
Dne četrtek, 14. januar 2021 ob 12:35:38 CET je Maxime Ripard napisal(a):
> The commit 53441b8ef7de ("arm64: dts: allwinner: h6: PineH64 model B:
> Add bluetooth") introduced the Bluetooth chip for the PineH64 model B,
> but the GPIOs property didn't conform to the binding of the bluetooth
> chip. Let's fix this.
> 
> Fixes: 53441b8ef7de ("arm64: dts: allwinner: h6: PineH64 model B: Add 
bluetooth")
> Signed-off-by: Maxime Ripard <maxime@cerno.tech>

Sorry for that.

Acked-by: Jernej Skrabec <jernej.skrabec@siol.net>

Best regards,
Jernej
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64-model-b.dts b/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64-model-b.dts
index 645bd8761eb5..686f58e77004 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64-model-b.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64-model-b.dts
@@ -43,8 +43,8 @@  &uart1 {
 
 	bluetooth {
 		compatible = "realtek,rtl8723bs-bt";
-		device-wakeup-gpios = <&r_pio 1 2 GPIO_ACTIVE_HIGH>; /* PM2 */
-		host-wakeup-gpios = <&r_pio 1 1 GPIO_ACTIVE_HIGH>; /* PM1 */
+		device-wake-gpios = <&r_pio 1 2 GPIO_ACTIVE_HIGH>; /* PM2 */
+		host-wake-gpios = <&r_pio 1 1 GPIO_ACTIVE_HIGH>; /* PM1 */
 		enable-gpios = <&r_pio 1 4 GPIO_ACTIVE_HIGH>; /* PM4 */
 		max-speed = <1500000>;
 	};