diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-06-07 17:36:16 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-06-12 01:50:04 +0300 |
commit | 524595ec62e85413ab0e3a6d9667320dd7e120a4 (patch) | |
tree | fb1311bcd09ceb7c624eb856f6c20cbbddd11deb /arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts | |
parent | faf438e0669fd8e1c81ad5bf9d5efb6eda94eafe (diff) | |
download | linux-524595ec62e85413ab0e3a6d9667320dd7e120a4.tar.xz |
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>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts | 2 |
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"; }; }; |