All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device node
@ 2017-06-05 15:36 ` Robert Nelson
  0 siblings, 0 replies; 8+ messages in thread
From: Robert Nelson @ 2017-06-05 15:36 UTC (permalink / raw)
  To: tony-4v6yS6AI5VpBDgjK7y7TUQ, devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Robert Nelson,
	Ricardo Salveti, Jason Kridner

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

Signed-off-by: Robert Nelson <robertcnelson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
CC: Ricardo Salveti <ricardo.salveti-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
CC: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
CC: Jason Kridner <jkridner-hcmAuCOw+vXj4SYmN/TMmA@public.gmane.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

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device node
@ 2017-06-05 15:36 ` Robert Nelson
  0 siblings, 0 replies; 8+ 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] 8+ messages in thread

* Re: [PATCH] ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device node
  2017-06-05 15:36 ` Robert Nelson
@ 2017-06-05 15:38     ` Robert Nelson
  -1 siblings, 0 replies; 8+ messages in thread
From: Robert Nelson @ 2017-06-05 15:38 UTC (permalink / raw)
  To: tony-4v6yS6AI5VpBDgjK7y7TUQ, devicetree
  Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Robert Nelson,
	Ricardo Salveti, Jason Kridner

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-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> This adds the serial slave device for the WL1835 Bluetooth interface.
>
> Signed-off-by: Robert Nelson <robertcnelson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> CC: Ricardo Salveti <ricardo.salveti-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> CC: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
> CC: Jason Kridner <jkridner-hcmAuCOw+vXj4SYmN/TMmA@public.gmane.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/
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device node
@ 2017-06-05 15:38     ` Robert Nelson
  0 siblings, 0 replies; 8+ 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] 8+ messages in thread

* Re: [PATCH] ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device node
  2017-06-05 15:36 ` Robert Nelson
@ 2017-06-06  7:33     ` Tony Lindgren
  -1 siblings, 0 replies; 8+ messages in thread
From: Tony Lindgren @ 2017-06-06  7:33 UTC (permalink / raw)
  To: Robert Nelson
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	Ricardo Salveti, Jason Kridner

* Robert Nelson <robertcnelson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> [170605 08:40]:
> This adds the serial slave device for the WL1835 Bluetooth interface.

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

Tony
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device node
@ 2017-06-06  7:33     ` Tony Lindgren
  0 siblings, 0 replies; 8+ 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] 8+ messages in thread

* [PATCH] ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device node
@ 2017-06-05 15:33 ` Robert Nelson
  0 siblings, 0 replies; 8+ messages in thread
From: Robert Nelson @ 2017-06-05 15:33 UTC (permalink / raw)
  To: tony-4v6yS6AI5VpBDgjK7y7TUQ, devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Robert Nelson,
	Ricardo Salveti, Jason Kridner

Signed-off-by: Robert Nelson <robertcnelson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
CC: Ricardo Salveti <ricardo.salveti-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
CC: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
CC: Jason Kridner <jkridner-hcmAuCOw+vXj4SYmN/TMmA@public.gmane.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

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device node
@ 2017-06-05 15:33 ` Robert Nelson
  0 siblings, 0 replies; 8+ 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] 8+ messages in thread

end of thread, other threads:[~2017-06-06  7:33 UTC | newest]

Thread overview: 8+ 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:36 ` Robert Nelson
     [not found] ` <20170605153621.9121-1-robertcnelson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-06-05 15:38   ` Robert Nelson
2017-06-05 15:38     ` Robert Nelson
2017-06-06  7:33   ` Tony Lindgren
2017-06-06  7:33     ` Tony Lindgren
  -- strict thread matches above, loose matches on Subject: below --
2017-06-05 15:33 Robert Nelson
2017-06-05 15:33 ` Robert Nelson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.