All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: zynqmp: Use serdev for zcu100 BT
@ 2018-04-11 13:16 ` Michal Simek
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Simek @ 2018-04-11 13:16 UTC (permalink / raw)
  To: devicetree
  Cc: monstr, linux-kernel, Rob Herring, Will Deacon, Catalin Marinas,
	Mark Rutland, linux-arm-kernel

Mainline started to use serdev interface for uart attached devices.
Change description to reflect it.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts b/arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts
index 3e862a9faf26..c7f713c8e69e 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts
+++ b/arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts
@@ -89,12 +89,6 @@
 			gpios = <&gpio 25 GPIO_ACTIVE_HIGH>;
 			default-state = "on";
 		};
-
-		bt_power {
-			label = "bt_power";
-			gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
-			default-state = "on";
-		};
 	};
 
 	wmmcsdio_fixed: fixedregulator-mmcsdio {
@@ -267,6 +261,10 @@
 
 &uart0 {
 	status = "okay";
+	bluetooth {
+		compatible = "ti,wl1831-st";
+		enable-gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
+	};
 };
 
 &uart1 {
-- 
2.17.0

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

* [PATCH] arm64: zynqmp: Use serdev for zcu100 BT
@ 2018-04-11 13:16 ` Michal Simek
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Simek @ 2018-04-11 13:16 UTC (permalink / raw)
  To: linux-arm-kernel

Mainline started to use serdev interface for uart attached devices.
Change description to reflect it.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts b/arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts
index 3e862a9faf26..c7f713c8e69e 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts
+++ b/arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts
@@ -89,12 +89,6 @@
 			gpios = <&gpio 25 GPIO_ACTIVE_HIGH>;
 			default-state = "on";
 		};
-
-		bt_power {
-			label = "bt_power";
-			gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
-			default-state = "on";
-		};
 	};
 
 	wmmcsdio_fixed: fixedregulator-mmcsdio {
@@ -267,6 +261,10 @@
 
 &uart0 {
 	status = "okay";
+	bluetooth {
+		compatible = "ti,wl1831-st";
+		enable-gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
+	};
 };
 
 &uart1 {
-- 
2.17.0

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

* Re: [PATCH] arm64: zynqmp: Use serdev for zcu100 BT
  2018-04-11 13:16 ` Michal Simek
@ 2018-07-17 14:40   ` Michal Simek
  -1 siblings, 0 replies; 4+ messages in thread
From: Michal Simek @ 2018-07-17 14:40 UTC (permalink / raw)
  To: Michal Simek, devicetree
  Cc: linux-kernel, Rob Herring, Will Deacon, Catalin Marinas,
	Mark Rutland, linux-arm-kernel


[-- Attachment #1.1: Type: text/plain, Size: 1427 bytes --]

On 11.4.2018 15:16, Michal Simek wrote:
> Mainline started to use serdev interface for uart attached devices.
> Change description to reflect it.
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
> 
>  arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts | 10 ++++------
>  1 file changed, 4 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts b/arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts
> index 3e862a9faf26..c7f713c8e69e 100644
> --- a/arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts
> +++ b/arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts
> @@ -89,12 +89,6 @@
>  			gpios = <&gpio 25 GPIO_ACTIVE_HIGH>;
>  			default-state = "on";
>  		};
> -
> -		bt_power {
> -			label = "bt_power";
> -			gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
> -			default-state = "on";
> -		};
>  	};
>  
>  	wmmcsdio_fixed: fixedregulator-mmcsdio {
> @@ -267,6 +261,10 @@
>  
>  &uart0 {
>  	status = "okay";
> +	bluetooth {
> +		compatible = "ti,wl1831-st";
> +		enable-gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
> +	};
>  };
>  
>  &uart1 {
> 

Applied.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP SoCs



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* [PATCH] arm64: zynqmp: Use serdev for zcu100 BT
@ 2018-07-17 14:40   ` Michal Simek
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Simek @ 2018-07-17 14:40 UTC (permalink / raw)
  To: linux-arm-kernel

On 11.4.2018 15:16, Michal Simek wrote:
> Mainline started to use serdev interface for uart attached devices.
> Change description to reflect it.
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
> 
>  arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts | 10 ++++------
>  1 file changed, 4 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts b/arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts
> index 3e862a9faf26..c7f713c8e69e 100644
> --- a/arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts
> +++ b/arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts
> @@ -89,12 +89,6 @@
>  			gpios = <&gpio 25 GPIO_ACTIVE_HIGH>;
>  			default-state = "on";
>  		};
> -
> -		bt_power {
> -			label = "bt_power";
> -			gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
> -			default-state = "on";
> -		};
>  	};
>  
>  	wmmcsdio_fixed: fixedregulator-mmcsdio {
> @@ -267,6 +261,10 @@
>  
>  &uart0 {
>  	status = "okay";
> +	bluetooth {
> +		compatible = "ti,wl1831-st";
> +		enable-gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
> +	};
>  };
>  
>  &uart1 {
> 

Applied.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP SoCs


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180717/c5fcc39b/attachment.sig>

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

end of thread, other threads:[~2018-07-17 14:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-11 13:16 [PATCH] arm64: zynqmp: Use serdev for zcu100 BT Michal Simek
2018-04-11 13:16 ` Michal Simek
2018-07-17 14:40 ` Michal Simek
2018-07-17 14:40   ` Michal Simek

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.