OSDN Git Service

arm64: dts: hikey: Add external clock to the Bluetooth node
authorUlf Hansson <ulf.hansson@linaro.org>
Wed, 7 Jun 2017 09:08:22 +0000 (11:08 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 9 Jun 2017 05:35:32 +0000 (07:35 +0200)
To make the TI WiLink chip work again for Bluetooth, let's add the missing
external clock to the Bluetooth node, such the driver can deal properly
with it during power on/off.

Fixes: ea452678734e ("arm64: dts: hikey: Fix WiFi support")
Cc: Wei Xu <xuwei5@hisilicon.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Tested-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts

index 49f6a62..5cdfe73 100644 (file)
                        bluetooth {
                                compatible = "ti,wl1835-st";
                                enable-gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
+                               clocks = <&pmic>;
+                               clock-names = "ext_clock";
                        };
                };