arm: dts: Add xlnx prefix to GEM compatible string
authorHarini Katakam <harini.katakam@amd.com>
Tue, 23 Aug 2022 12:59:20 +0000 (14:59 +0200)
committerMichal Simek <michal.simek@amd.com>
Tue, 13 Sep 2022 09:32:48 +0000 (11:32 +0200)
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>
Link: https://lore.kernel.org/r/a38b1b55132fc026cc09224dba61e42fd03b1a36.1661259558.git.michal.simek@amd.com
arch/arm/dts/zynq-7000.dtsi
arch/arm/dts/zynqmp.dtsi

index a7ca00f..b4aa09d 100644 (file)
                };
 
                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>;
                };
 
                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>;
index fbc6e75..2aaec6c 100644 (file)
                };
 
                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>;
                };
 
                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>;
                };
 
                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>;
                };
 
                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>;