diff mbox series

arm64: zynqmp: Change compatible strings for cadence uart

Message ID e2404ccd22fd97fe6020be0b3b6eb3c8677f55b0.1642160583.git.michal.simek@xilinx.com
State Accepted
Commit 59b21d2aea89d07166bf61cd7d639a58aba1b1cc
Delegated to: Michal Simek
Headers show
Series arm64: zynqmp: Change compatible strings for cadence uart | expand

Commit Message

Michal Simek Jan. 14, 2022, 11:43 a.m. UTC
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(-)

Comments

Michal Simek Jan. 19, 2022, 10:32 a.m. UTC | #1
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
diff mbox series

Patch

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>;