arm64: dts: meson-gxbb-vega-s95: fix bluetooth node
authorChristian Hewitt <christianshewitt@gmail.com>
Thu, 20 Feb 2020 17:44:02 +0000 (21:44 +0400)
committerKevin Hilman <khilman@baylibre.com>
Sat, 29 Feb 2020 17:37:46 +0000 (09:37 -0800)
This was missed from the previous fix.

Fixes: b07a11dbdfeb ("arm64: dts: meson-gxbb-vega-s95: fix WiFi/BT module support")

Suggested-by: Oleg Ivanov <balbes-150@yandex.ru>
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/1582220642-14133-1-git-send-email-christianshewitt@gmail.com
arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi

index 5eab3df..45cb836 100644 (file)
        bluetooth {
                compatible = "brcm,bcm43438-bt";
                shutdown-gpios = <&gpio GPIOX_20 GPIO_ACTIVE_HIGH>;
+               max-speed = <2000000>;
+               clocks = <&wifi32k>;
+               clock-names = "lpo";
        };
 };