All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: zynqmp: Change compatible strings for cadence uart
@ 2022-01-14 11:43 Michal Simek
  2022-01-19 10:32 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2022-01-14 11:43 UTC (permalink / raw)
  To: u-boot, git
  Cc: Amit Kumar Mahapatra, Michal Simek, Srinivas Neeli, Stefano Stabellini

Based on Linux kernel DT binding there should be different compatible
strings used that's why align zynqmp.dtsi with it.

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

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

diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 015a582d7a79..300a2189f6eb 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -824,7 +824,7 @@
 
 		uart0: serial@ff000000 {
 			u-boot,dm-pre-reloc;
-			compatible = "cdns,uart-r1p12", "xlnx,xuartps";
+			compatible = "xlnx,zynqmp-uart", "cdns,uart-r1p12";
 			status = "disabled";
 			interrupt-parent = <&gic>;
 			interrupts = <0 21 4>;
@@ -835,7 +835,7 @@
 
 		uart1: serial@ff010000 {
 			u-boot,dm-pre-reloc;
-			compatible = "cdns,uart-r1p12", "xlnx,xuartps";
+			compatible = "xlnx,zynqmp-uart", "cdns,uart-r1p12";
 			status = "disabled";
 			interrupt-parent = <&gic>;
 			interrupts = <0 22 4>;
-- 
2.34.1


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

* Re: [PATCH] arm64: zynqmp: Change compatible strings for cadence uart
  2022-01-14 11:43 [PATCH] arm64: zynqmp: Change compatible strings for cadence uart Michal Simek
@ 2022-01-19 10:32 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2022-01-19 10:32 UTC (permalink / raw)
  To: U-Boot, git; +Cc: Amit Kumar Mahapatra, Srinivas Neeli, Stefano Stabellini

pá 14. 1. 2022 v 12:43 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> Based on Linux kernel DT binding there should be different compatible
> strings used that's why align zynqmp.dtsi with it.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  arch/arm/dts/zynqmp.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
> index 015a582d7a79..300a2189f6eb 100644
> --- a/arch/arm/dts/zynqmp.dtsi
> +++ b/arch/arm/dts/zynqmp.dtsi
> @@ -824,7 +824,7 @@
>
>                 uart0: serial@ff000000 {
>                         u-boot,dm-pre-reloc;
> -                       compatible = "cdns,uart-r1p12", "xlnx,xuartps";
> +                       compatible = "xlnx,zynqmp-uart", "cdns,uart-r1p12";
>                         status = "disabled";
>                         interrupt-parent = <&gic>;
>                         interrupts = <0 21 4>;
> @@ -835,7 +835,7 @@
>
>                 uart1: serial@ff010000 {
>                         u-boot,dm-pre-reloc;
> -                       compatible = "cdns,uart-r1p12", "xlnx,xuartps";
> +                       compatible = "xlnx,zynqmp-uart", "cdns,uart-r1p12";
>                         status = "disabled";
>                         interrupt-parent = <&gic>;
>                         interrupts = <0 22 4>;
> --
> 2.34.1
>

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] 2+ messages in thread

end of thread, other threads:[~2022-01-19 10:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14 11:43 [PATCH] arm64: zynqmp: Change compatible strings for cadence uart Michal Simek
2022-01-19 10:32 ` 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.