u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm: dts: Add xlnx prefix to GEM compatible string
@ 2022-08-23 12:59 Michal Simek
  2022-08-31  8:08 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2022-08-23 12:59 UTC (permalink / raw)
  To: u-boot, git
  Cc: Harini Katakam, Ayan Kumar Halder, Manish Narani, Piyush Mehta,
	Sai Krishna Potthuri, Shravya Kumbham

From: Harini Katakam <harini.katakam@amd.com>

cdns,zynq/zynqmp were recentle deprecated in Linux in favour of xlnx
prefix. Add this new compatible string and retain the existing string for
compatibility with uboot drivers.

Signed-off-by: Harini Katakam <harini.katakam@amd.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
---

 arch/arm/dts/zynq-7000.dtsi | 4 ++--
 arch/arm/dts/zynqmp.dtsi    | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm/dts/zynq-7000.dtsi b/arch/arm/dts/zynq-7000.dtsi
index a7ca00fb76c6..b4aa09d149b0 100644
--- a/arch/arm/dts/zynq-7000.dtsi
+++ b/arch/arm/dts/zynq-7000.dtsi
@@ -247,7 +247,7 @@
 		};
 
 		gem0: ethernet@e000b000 {
-			compatible = "cdns,zynq-gem", "cdns,gem";
+			compatible = "xlnx,zynq-gem", "cdns,zynq-gem", "cdns,gem";
 			reg = <0xe000b000 0x1000>;
 			status = "disabled";
 			interrupts = <0 22 4>;
@@ -258,7 +258,7 @@
 		};
 
 		gem1: ethernet@e000c000 {
-			compatible = "cdns,zynq-gem", "cdns,gem";
+			compatible = "xlnx,zynq-gem", "cdns,zynq-gem", "cdns,gem";
 			reg = <0xe000c000 0x1000>;
 			status = "disabled";
 			interrupts = <0 45 4>;
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index fbc6e752da93..2aaec6cf5a15 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -529,7 +529,7 @@
 		};
 
 		gem0: ethernet@ff0b0000 {
-			compatible = "cdns,zynqmp-gem", "cdns,gem";
+			compatible = "xlnx,zynqmp-gem", "cdns,zynqmp-gem", "cdns,gem";
 			status = "disabled";
 			interrupt-parent = <&gic>;
 			interrupts = <0 57 4>, <0 57 4>;
@@ -543,7 +543,7 @@
 		};
 
 		gem1: ethernet@ff0c0000 {
-			compatible = "cdns,zynqmp-gem", "cdns,gem";
+			compatible = "xlnx,zynqmp-gem", "cdns,zynqmp-gem", "cdns,gem";
 			status = "disabled";
 			interrupt-parent = <&gic>;
 			interrupts = <0 59 4>, <0 59 4>;
@@ -557,7 +557,7 @@
 		};
 
 		gem2: ethernet@ff0d0000 {
-			compatible = "cdns,zynqmp-gem", "cdns,gem";
+			compatible = "xlnx,zynqmp-gem", "cdns,zynqmp-gem", "cdns,gem";
 			status = "disabled";
 			interrupt-parent = <&gic>;
 			interrupts = <0 61 4>, <0 61 4>;
@@ -571,7 +571,7 @@
 		};
 
 		gem3: ethernet@ff0e0000 {
-			compatible = "cdns,zynqmp-gem", "cdns,gem";
+			compatible = "xlnx,zynqmp-gem", "cdns,zynqmp-gem", "cdns,gem";
 			status = "disabled";
 			interrupt-parent = <&gic>;
 			interrupts = <0 63 4>, <0 63 4>;
-- 
2.36.1


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

* Re: [PATCH] arm: dts: Add xlnx prefix to GEM compatible string
  2022-08-23 12:59 [PATCH] arm: dts: Add xlnx prefix to GEM compatible string Michal Simek
@ 2022-08-31  8:08 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2022-08-31  8:08 UTC (permalink / raw)
  To: Michal Simek
  Cc: u-boot, git, Harini Katakam, Ayan Kumar Halder, Manish Narani,
	Piyush Mehta, Sai Krishna Potthuri, Shravya Kumbham

út 23. 8. 2022 v 14:59 odesílatel Michal Simek <michal.simek@amd.com> napsal:
>
> From: Harini Katakam <harini.katakam@amd.com>
>
> cdns,zynq/zynqmp were recentle deprecated in Linux in favour of xlnx
> prefix. Add this new compatible string and retain the existing string for
> compatibility with uboot drivers.
>
> Signed-off-by: Harini Katakam <harini.katakam@amd.com>
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---
>
>  arch/arm/dts/zynq-7000.dtsi | 4 ++--
>  arch/arm/dts/zynqmp.dtsi    | 8 ++++----
>  2 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/arch/arm/dts/zynq-7000.dtsi b/arch/arm/dts/zynq-7000.dtsi
> index a7ca00fb76c6..b4aa09d149b0 100644
> --- a/arch/arm/dts/zynq-7000.dtsi
> +++ b/arch/arm/dts/zynq-7000.dtsi
> @@ -247,7 +247,7 @@
>                 };
>
>                 gem0: ethernet@e000b000 {
> -                       compatible = "cdns,zynq-gem", "cdns,gem";
> +                       compatible = "xlnx,zynq-gem", "cdns,zynq-gem", "cdns,gem";
>                         reg = <0xe000b000 0x1000>;
>                         status = "disabled";
>                         interrupts = <0 22 4>;
> @@ -258,7 +258,7 @@
>                 };
>
>                 gem1: ethernet@e000c000 {
> -                       compatible = "cdns,zynq-gem", "cdns,gem";
> +                       compatible = "xlnx,zynq-gem", "cdns,zynq-gem", "cdns,gem";
>                         reg = <0xe000c000 0x1000>;
>                         status = "disabled";
>                         interrupts = <0 45 4>;
> diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
> index fbc6e752da93..2aaec6cf5a15 100644
> --- a/arch/arm/dts/zynqmp.dtsi
> +++ b/arch/arm/dts/zynqmp.dtsi
> @@ -529,7 +529,7 @@
>                 };
>
>                 gem0: ethernet@ff0b0000 {
> -                       compatible = "cdns,zynqmp-gem", "cdns,gem";
> +                       compatible = "xlnx,zynqmp-gem", "cdns,zynqmp-gem", "cdns,gem";
>                         status = "disabled";
>                         interrupt-parent = <&gic>;
>                         interrupts = <0 57 4>, <0 57 4>;
> @@ -543,7 +543,7 @@
>                 };
>
>                 gem1: ethernet@ff0c0000 {
> -                       compatible = "cdns,zynqmp-gem", "cdns,gem";
> +                       compatible = "xlnx,zynqmp-gem", "cdns,zynqmp-gem", "cdns,gem";
>                         status = "disabled";
>                         interrupt-parent = <&gic>;
>                         interrupts = <0 59 4>, <0 59 4>;
> @@ -557,7 +557,7 @@
>                 };
>
>                 gem2: ethernet@ff0d0000 {
> -                       compatible = "cdns,zynqmp-gem", "cdns,gem";
> +                       compatible = "xlnx,zynqmp-gem", "cdns,zynqmp-gem", "cdns,gem";
>                         status = "disabled";
>                         interrupt-parent = <&gic>;
>                         interrupts = <0 61 4>, <0 61 4>;
> @@ -571,7 +571,7 @@
>                 };
>
>                 gem3: ethernet@ff0e0000 {
> -                       compatible = "cdns,zynqmp-gem", "cdns,gem";
> +                       compatible = "xlnx,zynqmp-gem", "cdns,zynqmp-gem", "cdns,gem";
>                         status = "disabled";
>                         interrupt-parent = <&gic>;
>                         interrupts = <0 63 4>, <0 63 4>;
> --
> 2.36.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-08-31  8:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-23 12:59 [PATCH] arm: dts: Add xlnx prefix to GEM compatible string Michal Simek
2022-08-31  8:08 ` 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).