linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: zynqmp: Fix serial compatible string
@ 2021-08-06  8:58 Michal Simek
  2021-08-09  1:57 ` Laurent Pinchart
  2021-08-25  6:21 ` Michal Simek
  0 siblings, 2 replies; 3+ messages in thread
From: Michal Simek @ 2021-08-06  8:58 UTC (permalink / raw)
  To: linux-kernel, monstr, michal.simek, git
  Cc: Krzysztof Kozlowski, Laurent Pinchart, Rob Herring, devicetree,
	linux-arm-kernel

Based on commit 65a2c14d4f00 ("dt-bindings: serial: convert Cadence UART
bindings to YAML") compatible string should look like differently that's
why fix it to be aligned with dt binding.

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

 arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
index 6f0fcec28ae2..b5fde9dddca5 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
+++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
@@ -786,7 +786,7 @@ ttc3: timer@ff140000 {
 		};
 
 		uart0: serial@ff000000 {
-			compatible = "cdns,uart-r1p12", "xlnx,xuartps";
+			compatible = "xlnx,zynqmp-uart", "cdns,uart-r1p12";
 			status = "disabled";
 			interrupt-parent = <&gic>;
 			interrupts = <0 21 4>;
@@ -796,7 +796,7 @@ uart0: serial@ff000000 {
 		};
 
 		uart1: serial@ff010000 {
-			compatible = "cdns,uart-r1p12", "xlnx,xuartps";
+			compatible = "xlnx,zynqmp-uart", "cdns,uart-r1p12";
 			status = "disabled";
 			interrupt-parent = <&gic>;
 			interrupts = <0 22 4>;
-- 
2.32.0


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

* Re: [PATCH] arm64: zynqmp: Fix serial compatible string
  2021-08-06  8:58 [PATCH] arm64: zynqmp: Fix serial compatible string Michal Simek
@ 2021-08-09  1:57 ` Laurent Pinchart
  2021-08-25  6:21 ` Michal Simek
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2021-08-09  1:57 UTC (permalink / raw)
  To: Michal Simek
  Cc: linux-kernel, monstr, git, Krzysztof Kozlowski, Rob Herring,
	devicetree, linux-arm-kernel

Hi Michal,

Thank you for the patch.

On Fri, Aug 06, 2021 at 10:58:29AM +0200, Michal Simek wrote:
> Based on commit 65a2c14d4f00 ("dt-bindings: serial: convert Cadence UART
> bindings to YAML") compatible string should look like differently that's
> why fix it to be aligned with dt binding.
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
> 
>  arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> index 6f0fcec28ae2..b5fde9dddca5 100644
> --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> @@ -786,7 +786,7 @@ ttc3: timer@ff140000 {
>  		};
>  
>  		uart0: serial@ff000000 {
> -			compatible = "cdns,uart-r1p12", "xlnx,xuartps";
> +			compatible = "xlnx,zynqmp-uart", "cdns,uart-r1p12";
>  			status = "disabled";
>  			interrupt-parent = <&gic>;
>  			interrupts = <0 21 4>;
> @@ -796,7 +796,7 @@ uart0: serial@ff000000 {
>  		};
>  
>  		uart1: serial@ff010000 {
> -			compatible = "cdns,uart-r1p12", "xlnx,xuartps";
> +			compatible = "xlnx,zynqmp-uart", "cdns,uart-r1p12";
>  			status = "disabled";
>  			interrupt-parent = <&gic>;
>  			interrupts = <0 22 4>;

-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH] arm64: zynqmp: Fix serial compatible string
  2021-08-06  8:58 [PATCH] arm64: zynqmp: Fix serial compatible string Michal Simek
  2021-08-09  1:57 ` Laurent Pinchart
@ 2021-08-25  6:21 ` Michal Simek
  1 sibling, 0 replies; 3+ messages in thread
From: Michal Simek @ 2021-08-25  6:21 UTC (permalink / raw)
  To: LKML, Michal Simek, git
  Cc: Krzysztof Kozlowski, Laurent Pinchart, Rob Herring, DTML, linux-arm

pá 6. 8. 2021 v 10:58 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> Based on commit 65a2c14d4f00 ("dt-bindings: serial: convert Cadence UART
> bindings to YAML") compatible string should look like differently that's
> why fix it to be aligned with dt binding.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> index 6f0fcec28ae2..b5fde9dddca5 100644
> --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> @@ -786,7 +786,7 @@ ttc3: timer@ff140000 {
>                 };
>
>                 uart0: serial@ff000000 {
> -                       compatible = "cdns,uart-r1p12", "xlnx,xuartps";
> +                       compatible = "xlnx,zynqmp-uart", "cdns,uart-r1p12";
>                         status = "disabled";
>                         interrupt-parent = <&gic>;
>                         interrupts = <0 21 4>;
> @@ -796,7 +796,7 @@ uart0: serial@ff000000 {
>                 };
>
>                 uart1: serial@ff010000 {
> -                       compatible = "cdns,uart-r1p12", "xlnx,xuartps";
> +                       compatible = "xlnx,zynqmp-uart", "cdns,uart-r1p12";
>                         status = "disabled";
>                         interrupt-parent = <&gic>;
>                         interrupts = <0 22 4>;
> --
> 2.32.0
>

Applied.
M

-- 
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/Versal SoCs

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

end of thread, other threads:[~2021-08-25  6:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-06  8:58 [PATCH] arm64: zynqmp: Fix serial compatible string Michal Simek
2021-08-09  1:57 ` Laurent Pinchart
2021-08-25  6:21 ` Michal Simek

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).