diff mbox

ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device node

Message ID 20170605153621.9121-1-robertcnelson@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Robert Nelson June 5, 2017, 3:36 p.m. UTC
This adds the serial slave device for the WL1835 Bluetooth interface.

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
CC: Ricardo Salveti <ricardo.salveti@linaro.org>
CC: Tony Lindgren <tony@atomide.com>
CC: Jason Kridner <jkridner@beagleboard.org>
---
 arch/arm/boot/dts/am335x-bonegreen-wireless.dts | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Tony Lindgren June 6, 2017, 7:33 a.m. UTC | #1
* Robert Nelson <robertcnelson@gmail.com> [170605 08:40]:
> This adds the serial slave device for the WL1835 Bluetooth interface.

Applying into omap-for-v4.13/dt thanks.

Tony
diff mbox

Patch

diff --git a/arch/arm/boot/dts/am335x-bonegreen-wireless.dts b/arch/arm/boot/dts/am335x-bonegreen-wireless.dts
index 9d1a0fd555f3..57731f0daf10 100644
--- a/arch/arm/boot/dts/am335x-bonegreen-wireless.dts
+++ b/arch/arm/boot/dts/am335x-bonegreen-wireless.dts
@@ -97,6 +97,11 @@ 
 	pinctrl-names = "default";
 	pinctrl-0 = <&uart3_pins &bt_pins>;
 	status = "okay";
+
+	bluetooth {
+		compatible = "ti,wl1835-st";
+		enable-gpios = <&gpio1 28 GPIO_ACTIVE_HIGH>;
+	};
 };
 
 &gpio1 {