diff options
| author | Ulf Hansson <[email protected]> | 2017-06-07 11:08:22 +0200 |
|---|---|---|
| committer | Marcel Holtmann <[email protected]> | 2017-06-09 07:35:32 +0200 |
| commit | b73f22695f4445114bd354df19ef84201ead22fe (patch) | |
| tree | 8cc15079da72892525c617e738acd5d50110ebb0 | |
| parent | 43d3d092c7cbd1685e1c8ff25ae0b89b5b729388 (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.dts | 2 |
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"; }; }; |