]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: meson-gxl-s905x-khadas-vim: fix uart_A bluetooth node
authorChristian Hewitt <christianshewitt@gmail.com>
Mon, 9 Sep 2019 15:01:23 +0000 (19:01 +0400)
committerKevin Hilman <khilman@baylibre.com>
Mon, 7 Oct 2019 18:13:38 +0000 (11:13 -0700)
Fixes: dd5297cc8b8b ("arm64: dts: meson-gxl-s905x-khadas-vim enable Bluetooth")
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Reviewed-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts

index 3ce11976b8eb20bde6dd7ce22c71903caa7bfb8d..440bc23c734268cd4638fb33ee063c748f51c487 100644 (file)
@@ -190,6 +190,9 @@ &uart_A {
        bluetooth {
                compatible = "brcm,bcm43438-bt";
                shutdown-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
+               max-speed = <2000000>;
+               clocks = <&wifi32k>;
+               clock-names = "lpo";
        };
 };