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>
Thu, 24 Oct 2019 11:37:02 +0000 (13:37 +0200)
Add backward compatible string for gem ("cdns,gem").

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

index 854608c9382bd2cef0c104fed716b81e70ebba2b..dea918a0419a3ece89c1805ba5685db4056678e3 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>;