aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Hansson <[email protected]>2017-06-07 11:08:22 +0200
committerMarcel Holtmann <[email protected]>2017-06-09 07:35:32 +0200
commitb73f22695f4445114bd354df19ef84201ead22fe (patch)
tree8cc15079da72892525c617e738acd5d50110ebb0
parent43d3d092c7cbd1685e1c8ff25ae0b89b5b729388 (diff)
arm64: dts: hikey: Add external clock to the Bluetooth node
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 <[email protected]> Signed-off-by: Ulf Hansson <[email protected]> Tested-by: John Stultz <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
-rw-r--r--arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
index 49f6a6242cf9..5cdfe732df38 100644
--- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
+++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
@@ -141,6 +141,8 @@
bluetooth {
compatible = "ti,wl1835-st";
enable-gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
+ clocks = <&pmic>;
+ clock-names = "ext_clock";
};
};