[U-Boot] [PATCH 08/33] ARM64: zynqmp: Sync GEM nodes with Linux

Michal Simek michal.simek at xilinx.com
Thu Apr 7 19:05:37 CEST 2016


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 at xilinx.com>
---

 arch/arm/dts/zynqmp.dtsi | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 66abe6fe0bcf..7ac21f2f8765 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -302,7 +302,7 @@
 		};
 
 		gem0: ethernet at ff0b0000 {
-			compatible = "cdns,gem";
+			compatible = "cdns,zynqmp-gem";
 			status = "disabled";
 			interrupt-parent = <&gic>;
 			interrupts = <0 57 4>, <0 57 4>;
@@ -311,12 +311,10 @@
 			#address-cells = <1>;
 			#size-cells = <0>;
 			#stream-id-cells = <1>;
-			jumbo-max-len = <10240>;
-			jumbo-supported;
 		};
 
 		gem1: ethernet at ff0c0000 {
-			compatible = "cdns,gem";
+			compatible = "cdns,zynqmp-gem";
 			status = "disabled";
 			interrupt-parent = <&gic>;
 			interrupts = <0 59 4>, <0 59 4>;
@@ -325,12 +323,10 @@
 			#address-cells = <1>;
 			#size-cells = <0>;
 			#stream-id-cells = <1>;
-			jumbo-max-len = <10240>;
-			jumbo-supported;
 		};
 
 		gem2: ethernet at ff0d0000 {
-			compatible = "cdns,gem";
+			compatible = "cdns,zynqmp-gem";
 			status = "disabled";
 			interrupt-parent = <&gic>;
 			interrupts = <0 61 4>, <0 61 4>;
@@ -339,12 +335,10 @@
 			#address-cells = <1>;
 			#size-cells = <0>;
 			#stream-id-cells = <1>;
-			jumbo-max-len = <10240>;
-			jumbo-supported;
 		};
 
 		gem3: ethernet at ff0e0000 {
-			compatible = "cdns,gem";
+			compatible = "cdns,zynqmp-gem";
 			status = "disabled";
 			interrupt-parent = <&gic>;
 			interrupts = <0 63 4>, <0 63 4>;
@@ -353,8 +347,6 @@
 			#address-cells = <1>;
 			#size-cells = <0>;
 			#stream-id-cells = <1>;
-			jumbo-max-len = <10240>;
-			jumbo-supported;
 		};
 
 		gpio: gpio at ff0a0000 {
-- 
1.9.1



More information about the U-Boot mailing list