提交 b73f2269 编写于 作者: U Ulf Hansson 提交者: Marcel Holtmann

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: ea452678 ("arm64: dts: hikey: Fix WiFi support")
Cc: Wei Xu <xuwei5@hisilicon.com>
Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
Tested-by: NJohn Stultz <john.stultz@linaro.org>
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
上级 43d3d092
...@@ -141,6 +141,8 @@ ...@@ -141,6 +141,8 @@
bluetooth { bluetooth {
compatible = "ti,wl1835-st"; compatible = "ti,wl1835-st";
enable-gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>; enable-gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
clocks = <&pmic>;
clock-names = "ext_clock";
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册