41 lines
1.5 KiB
Diff
41 lines
1.5 KiB
Diff
From patchwork Mon May 22 14:51:38 2017
|
|
Content-Type: text/plain; charset="utf-8"
|
|
MIME-Version: 1.0
|
|
Content-Transfer-Encoding: 7bit
|
|
Subject: arm: dts: boneblack-wireless: add WL1835 Bluetooth device node
|
|
From: Ricardo Salveti <ricardo.salveti@linaro.org>
|
|
X-Patchwork-Id: 9740719
|
|
Message-Id: <1495464701-12046-1-git-send-email-ricardo.salveti@linaro.org>
|
|
To: linux-omap@vger.kernel.org
|
|
Cc: Mark Rutland <mark.rutland@arm.com>,
|
|
Ricardo Salveti <ricardo.salveti@linaro.org>, devicetree@vger.kernel.org,
|
|
Tony Lindgren <tony@atomide.com>, Russell King <linux@armlinux.org.uk>,
|
|
linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
|
|
=?UTF-8?q?Beno=C3=AEt=20Cousson?= <bcousson@baylibre.com>,
|
|
robertcnelson@gmail.com, linux-arm-kernel@lists.infradead.org
|
|
Date: Mon, 22 May 2017 11:51:38 -0300
|
|
|
|
This adds the serial slave device for the WL1835 Bluetooth interface.
|
|
|
|
Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
|
|
---
|
|
arch/arm/boot/dts/am335x-boneblack-wireless.dts | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/am335x-boneblack-wireless.dts b/arch/arm/boot/dts/am335x-boneblack-wireless.dts
|
|
index 105bd10..83f49f6 100644
|
|
--- a/arch/arm/boot/dts/am335x-boneblack-wireless.dts
|
|
+++ b/arch/arm/boot/dts/am335x-boneblack-wireless.dts
|
|
@@ -97,6 +97,11 @@
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&uart3_pins &bt_pins>;
|
|
status = "okay";
|
|
+
|
|
+ bluetooth {
|
|
+ compatible = "ti,wl1835-st";
|
|
+ enable-gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
|
|
+ };
|
|
};
|
|
|
|
&gpio3 {
|