* [PATCH] ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device node
@ 2017-06-05 15:36 Robert Nelson
2017-06-05 15:38 ` Robert Nelson
2017-06-06 7:33 ` Tony Lindgren
0 siblings, 2 replies; 4+ messages in thread
From: Robert Nelson @ 2017-06-05 15:36 UTC (permalink / raw)
To: linux-arm-kernel
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(+)
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 {
--
2.11.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device node
2017-06-05 15:36 [PATCH] ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device node Robert Nelson
@ 2017-06-05 15:38 ` Robert Nelson
2017-06-06 7:33 ` Tony Lindgren
1 sibling, 0 replies; 4+ messages in thread
From: Robert Nelson @ 2017-06-05 15:38 UTC (permalink / raw)
To: linux-arm-kernel
Sorry, Tony, i had forgotten to include the subject in the first ARM:
dts: bonegreen-wireless: add WL1835 Bluetooth device node patch
Regards,
On Mon, Jun 5, 2017 at 10:36 AM, Robert Nelson <robertcnelson@gmail.com> wrote:
> 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(+)
>
> 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 {
> --
> 2.11.0
>
--
Robert Nelson
https://rcn-ee.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device node
2017-06-05 15:36 [PATCH] ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device node Robert Nelson
2017-06-05 15:38 ` Robert Nelson
@ 2017-06-06 7:33 ` Tony Lindgren
1 sibling, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2017-06-06 7:33 UTC (permalink / raw)
To: linux-arm-kernel
* 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device node
@ 2017-06-05 15:33 Robert Nelson
0 siblings, 0 replies; 4+ messages in thread
From: Robert Nelson @ 2017-06-05 15:33 UTC (permalink / raw)
To: linux-arm-kernel
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(+)
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 {
--
2.11.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-06-06 7:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-05 15:36 [PATCH] ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device node Robert Nelson
2017-06-05 15:38 ` Robert Nelson
2017-06-06 7:33 ` Tony Lindgren
-- strict thread matches above, loose matches on Subject: below --
2017-06-05 15:33 Robert Nelson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).