]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: meson-g12a-sei510: add 32k clock to bluetooth node
authorNeil Armstrong <narmstrong@baylibre.com>
Fri, 7 Jun 2019 14:36:15 +0000 (16:36 +0200)
committerKevin Hilman <khilman@baylibre.com>
Tue, 11 Jun 2019 22:50:04 +0000 (15:50 -0700)
The 32k low power clock is necessary for the bluetooth part of the
combo module to initialize correctly, simply add the same clock we
use for the sdio pwrseq.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts

index a1821d850a6da4335064fa47677bf751a15c565e..77a6f0ec692d40331e88480703989444c6ed1c30 100644 (file)
@@ -275,6 +275,8 @@ &uart_A {
        bluetooth {
                compatible = "brcm,bcm43438-bt";
                shutdown-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
+               clocks = <&wifi32k>;
+               clock-names = "lpo";
                vbat-supply = <&vddao_3v3>;
                vddio-supply = <&vddio_ao1v8>;
        };