]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
xilinx: dts: Remove cdns,zynq-gem
authorMichal Simek <michal.simek@amd.com>
Mon, 6 Feb 2023 12:50:00 +0000 (13:50 +0100)
committerMichal Simek <michal.simek@amd.com>
Thu, 9 Mar 2023 12:14:59 +0000 (13:14 +0100)
cdns prefix was deprecated and replaced by xlnx one in upstream Linux. Also
U-Boot driver has been updated to support new compatible string that's why
it is time to remove it and deprecate it.

Signed-off-by: Michal Simek <michal.simek@amd.com>
arch/arm/dts/zynq-7000.dtsi
arch/arm/dts/zynqmp.dtsi

index 149c644634707867568a940f7e15a36867c7c80b..02cf382f066ba668217ee68c1e47bd61c13e6049 100644 (file)
                };
 
                gem0: ethernet@e000b000 {
-                       compatible = "xlnx,zynq-gem", "cdns,zynq-gem", "cdns,gem";
+                       compatible = "xlnx,zynq-gem", "cdns,gem";
                        reg = <0xe000b000 0x1000>;
                        status = "disabled";
                        interrupts = <0 22 4>;
                };
 
                gem1: ethernet@e000c000 {
-                       compatible = "xlnx,zynq-gem", "cdns,zynq-gem", "cdns,gem";
+                       compatible = "xlnx,zynq-gem", "cdns,gem";
                        reg = <0xe000c000 0x1000>;
                        status = "disabled";
                        interrupts = <0 45 4>;
index b74fb3b0ba245a5784a3eb817620b54a2ef4a28b..f32469f18ca99284564bf3affeb10e11c933f5e5 100644 (file)
                };
 
                gem0: ethernet@ff0b0000 {
-                       compatible = "xlnx,zynqmp-gem", "cdns,zynqmp-gem", "cdns,gem";
+                       compatible = "xlnx,zynqmp-gem", "cdns,gem";
                        status = "disabled";
                        interrupt-parent = <&gic>;
                        interrupts = <0 57 4>, <0 57 4>;
                };
 
                gem1: ethernet@ff0c0000 {
-                       compatible = "xlnx,zynqmp-gem", "cdns,zynqmp-gem", "cdns,gem";
+                       compatible = "xlnx,zynqmp-gem", "cdns,gem";
                        status = "disabled";
                        interrupt-parent = <&gic>;
                        interrupts = <0 59 4>, <0 59 4>;
                };
 
                gem2: ethernet@ff0d0000 {
-                       compatible = "xlnx,zynqmp-gem", "cdns,zynqmp-gem", "cdns,gem";
+                       compatible = "xlnx,zynqmp-gem", "cdns,gem";
                        status = "disabled";
                        interrupt-parent = <&gic>;
                        interrupts = <0 61 4>, <0 61 4>;
                };
 
                gem3: ethernet@ff0e0000 {
-                       compatible = "xlnx,zynqmp-gem", "cdns,zynqmp-gem", "cdns,gem";
+                       compatible = "xlnx,zynqmp-gem", "cdns,gem";
                        status = "disabled";
                        interrupt-parent = <&gic>;
                        interrupts = <0 63 4>, <0 63 4>;