aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2019-06-07 16:36:16 +0200
committerKevin Hilman <khilman@baylibre.com>2019-06-11 15:50:04 -0700
commit524595ec62e85413ab0e3a6d9667320dd7e120a4 (patch)
treefb1311bcd09ceb7c624eb856f6c20cbbddd11deb
parentarm64: dts: meson-g12a-sei510: add 32k clock to bluetooth node (diff)
downloadlinux-dev-524595ec62e85413ab0e3a6d9667320dd7e120a4.tar.xz
linux-dev-524595ec62e85413ab0e3a6d9667320dd7e120a4.zip
arm64: dts: meson-g12a-x96-max: 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>
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts b/arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts
index 07d80ec06db2..55b4f129e182 100644
--- a/arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts
@@ -208,6 +208,8 @@
bluetooth {
compatible = "brcm,bcm43438-bt";
shutdown-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
+ clocks = <&wifi32k>;
+ clock-names = "lpo";
};
};