Skip to content

Commit

Permalink
arm64: dts: hikey: Add external clock to the Bluetooth node
Browse files Browse the repository at this point in the history
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: ea45267 ("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]>
  • Loading branch information
storulf authored and holtmann committed Jun 9, 2017
1 parent 43d3d09 commit b73f226
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@
bluetooth {
compatible = "ti,wl1835-st";
enable-gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
clocks = <&pmic>;
clock-names = "ext_clock";
};
};

Expand Down

0 comments on commit b73f226

Please sign in to comment.