arm64: dts: meson: gxbb-kii-pro: complete the bluetooth node
authorChristian Hewitt <christianshewitt@gmail.com>
Mon, 6 Mar 2023 12:13:50 +0000 (12:13 +0000)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 6 Mar 2023 12:35:52 +0000 (13:35 +0100)
Add missing content to the bluetooth node to align it with the content
used in (all) other GXBB dts files.

Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Tested-by: Ferass El Hafidi <vitali64pmemail@protonmail.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20230306121351.1606360-3-christianshewitt@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts

index 73ad0f5..a800e89 100644 (file)
 
        bluetooth {
                compatible = "brcm,bcm4335a0";
+               shutdown-gpios = <&gpio GPIOX_20 GPIO_ACTIVE_HIGH>;
+               host-wakeup-gpios = <&gpio GPIOX_21 GPIO_ACTIVE_HIGH>;
+               max-speed = <2000000>;
+               clocks = <&wifi32k>;
+               clock-names = "lpo";
        };
 };