2019-10-03 14:41:43

by Sebastian Reichel

[permalink] [raw]
Subject: [PATCHv2 1/4] ARM: dts: LogicPD Torpedo: Add WiLink UART node

From: Sebastian Reichel <[email protected]>

Add a node for the UART part of WiLink chip.

This is compile tested only!

Cc: Adam Ford <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
---
arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
index 18c27e85051f..c34ba0ef8b4d 100644
--- a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
+++ b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
@@ -50,6 +50,14 @@
};
};

+&uart2 {
+ bluetooth {
+ compatible = "ti,wl1283-st";
+ enable-gpios = <&gpio6 2 GPIO_ACTIVE_HIGH>; /* gpio 162 */
+ max-speed = <3000000>;
+ };
+};
+
&omap3_pmx_core {
mmc3_pins: pinmux_mm3_pins {
pinctrl-single,pins = <
--
2.23.0


2019-10-03 21:44:24

by Adam Ford

[permalink] [raw]
Subject: Re: [PATCHv2 1/4] ARM: dts: LogicPD Torpedo: Add WiLink UART node

On Thu, Oct 3, 2019 at 8:42 AM Sebastian Reichel <[email protected]> wrote:
>
> From: Sebastian Reichel <[email protected]>
>
> Add a node for the UART part of WiLink chip.
Thank you.

hci0: Type: Primary Bus: UART
BD Address: 00:18:30:49:7D:63 ACL MTU: 1021:4 SCO MTU: 180:4
UP RUNNING
RX bytes:6185 acl:0 sco:0 events:581 errors:0
TX bytes:91006 acl:0 sco:0 commands:578 errors:0

>
> This is compile tested only!
>
I am not sure which is more appropriate,

Acked-by: Adam Ford <[email protected]>
Tested-by: Adam Ford <[email protected]>

> Cc: Adam Ford <[email protected]>
> Signed-off-by: Sebastian Reichel <[email protected]>
> ---
> arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
> index 18c27e85051f..c34ba0ef8b4d 100644
> --- a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
> +++ b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
> @@ -50,6 +50,14 @@
> };
> };
>
> +&uart2 {
> + bluetooth {
> + compatible = "ti,wl1283-st";
> + enable-gpios = <&gpio6 2 GPIO_ACTIVE_HIGH>; /* gpio 162 */
> + max-speed = <3000000>;
> + };
> +};
> +
> &omap3_pmx_core {
> mmc3_pins: pinmux_mm3_pins {
> pinctrl-single,pins = <
> --
> 2.23.0
>