ARM64: zynqmp: Sync GEM nodes with Linux
authorMichal Simek <michal.simek@xilinx.com>
Thu, 11 Feb 2016 14:26:46 +0000 (15:26 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 13 Apr 2016 16:29:03 +0000 (18:29 +0200)
Remove jumbo properties which are handled in the driver directly
and use mainline compatible string which is already handled by the
driver.

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

index 66abe6f..7ac21f2 100644 (file)
                };
 
                gem0: ethernet@ff0b0000 {
-                       compatible = "cdns,gem";
+                       compatible = "cdns,zynqmp-gem";
                        status = "disabled";
                        interrupt-parent = <&gic>;
                        interrupts = <0 57 4>, <0 57 4>;
                        #address-cells = <1>;
                        #size-cells = <0>;
                        #stream-id-cells = <1>;
-                       jumbo-max-len = <10240>;
-                       jumbo-supported;
                };
 
                gem1: ethernet@ff0c0000 {
-                       compatible = "cdns,gem";
+                       compatible = "cdns,zynqmp-gem";
                        status = "disabled";
                        interrupt-parent = <&gic>;
                        interrupts = <0 59 4>, <0 59 4>;
                        #address-cells = <1>;
                        #size-cells = <0>;
                        #stream-id-cells = <1>;
-                       jumbo-max-len = <10240>;
-                       jumbo-supported;
                };
 
                gem2: ethernet@ff0d0000 {
-                       compatible = "cdns,gem";
+                       compatible = "cdns,zynqmp-gem";
                        status = "disabled";
                        interrupt-parent = <&gic>;
                        interrupts = <0 61 4>, <0 61 4>;
                        #address-cells = <1>;
                        #size-cells = <0>;
                        #stream-id-cells = <1>;
-                       jumbo-max-len = <10240>;
-                       jumbo-supported;
                };
 
                gem3: ethernet@ff0e0000 {
-                       compatible = "cdns,gem";
+                       compatible = "cdns,zynqmp-gem";
                        status = "disabled";
                        interrupt-parent = <&gic>;
                        interrupts = <0 63 4>, <0 63 4>;
                        #address-cells = <1>;
                        #size-cells = <0>;
                        #stream-id-cells = <1>;
-                       jumbo-max-len = <10240>;
-                       jumbo-supported;
                };
 
                gpio: gpio@ff0a0000 {