arm64: dts: allwinner: pine-h64: Fix typos in BT GPIOs
authorMaxime Ripard <maxime@cerno.tech>
Thu, 14 Jan 2021 11:35:38 +0000 (12:35 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Sun, 31 Jan 2021 18:49:20 +0000 (19:49 +0100)
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>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Jernej Skrabec <jernej.skrabec@siol.net>
Link: https://lore.kernel.org/r/20210114113538.1233933-19-maxime@cerno.tech
arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64-model-b.dts

index 645bd8761eb50ef56ff2f3830e82d833c4654d84..686f58e7700497fd462b1f49fcff96a9824dc070 100644 (file)
@@ -43,8 +43,8 @@
 
        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>;
        };