[PATCH v3 4/4] arm64: dts: hikey: add WL1835 Bluetooth device node

Rob Herring robh at kernel.org
Thu Apr 13 11:03:53 EDT 2017


This adds the serial slave device for the WL1835 Bluetooth interface.

Signed-off-by: Rob Herring <robh at kernel.org>
Cc: Wei Xu <xuwei5 at hisilicon.com>
Cc: Mark Rutland <mark.rutland at arm.com>
---
v3:
- rebase on bluetooth-next

 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
index dba3c131c62c..9b4ba7169210 100644
--- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
+++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
@@ -98,6 +98,11 @@
 			assigned-clocks = <&sys_ctrl HI6220_UART1_SRC>;
 			assigned-clock-rates = <150000000>;
 			status = "ok";
+
+			bluetooth {
+				compatible = "ti,wl1835-st";
+				enable-gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
+			};
 		};
 
 		uart2: uart at f7112000 {
-- 
2.11.0




More information about the linux-arm-kernel mailing list