]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: zynqmp: Use backward compatible string for gem
authorMichal Simek <michal.simek@xilinx.com>
Tue, 27 Mar 2018 10:53:37 +0000 (12:53 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 23 Apr 2018 06:57:39 +0000 (08:57 +0200)
Add backward compatible string for gem ("cdns,gem").

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

index 3ff43e53b487236e603bbf40fcc16b022ee28bba..f6ea83651824a3535f0f38a98bc33971e665729f 100644 (file)
                };
 
                gem0: ethernet@ff0b0000 {
-                       compatible = "cdns,zynqmp-gem";
+                       compatible = "cdns,zynqmp-gem", "cdns,gem";
                        status = "disabled";
                        interrupt-parent = <&gic>;
                        interrupts = <0 57 4>, <0 57 4>;
                };
 
                gem1: ethernet@ff0c0000 {
-                       compatible = "cdns,zynqmp-gem";
+                       compatible = "cdns,zynqmp-gem", "cdns,gem";
                        status = "disabled";
                        interrupt-parent = <&gic>;
                        interrupts = <0 59 4>, <0 59 4>;
                };
 
                gem2: ethernet@ff0d0000 {
-                       compatible = "cdns,zynqmp-gem";
+                       compatible = "cdns,zynqmp-gem", "cdns,gem";
                        status = "disabled";
                        interrupt-parent = <&gic>;
                        interrupts = <0 61 4>, <0 61 4>;
                };
 
                gem3: ethernet@ff0e0000 {
-                       compatible = "cdns,zynqmp-gem";
+                       compatible = "cdns,zynqmp-gem", "cdns,gem";
                        status = "disabled";
                        interrupt-parent = <&gic>;
                        interrupts = <0 63 4>, <0 63 4>;