summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot
diff options
context:
space:
mode:
authorNeil Armstrong2019-06-07 16:36:15 +0200
committerKevin Hilman2019-06-12 00:50:04 +0200
commitfaf438e0669fd8e1c81ad5bf9d5efb6eda94eafe (patch)
treea99ed2d64bd3335984a9e881c45beee867a2016b /arch/arm64/boot
parentarm64: dts: meson-g12a-sei510: Enable Wifi SDIO module (diff)
downloadkernel-qcow2-linux-faf438e0669fd8e1c81ad5bf9d5efb6eda94eafe.tar.gz
kernel-qcow2-linux-faf438e0669fd8e1c81ad5bf9d5efb6eda94eafe.tar.xz
kernel-qcow2-linux-faf438e0669fd8e1c81ad5bf9d5efb6eda94eafe.zip
arm64: dts: meson-g12a-sei510: add 32k clock to bluetooth node
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>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts b/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts
index a1821d850a6d..77a6f0ec692d 100644
--- a/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts
@@ -275,6 +275,8 @@
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>;
};