Skip to content
Snippets Groups Projects
Commit da2ad784 authored by Michal Simek's avatar Michal Simek
Browse files

ARM64: zynqmp: Sync GEM nodes with Linux


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: default avatarMichal Simek <michal.simek@xilinx.com>
parent 7f1d7d97
No related branches found
No related tags found
No related merge requests found
...@@ -302,7 +302,7 @@ ...@@ -302,7 +302,7 @@
}; };
gem0: ethernet@ff0b0000 { gem0: ethernet@ff0b0000 {
compatible = "cdns,gem"; compatible = "cdns,zynqmp-gem";
status = "disabled"; status = "disabled";
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
interrupts = <0 57 4>, <0 57 4>; interrupts = <0 57 4>, <0 57 4>;
...@@ -311,12 +311,10 @@ ...@@ -311,12 +311,10 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
#stream-id-cells = <1>; #stream-id-cells = <1>;
jumbo-max-len = <10240>;
jumbo-supported;
}; };
gem1: ethernet@ff0c0000 { gem1: ethernet@ff0c0000 {
compatible = "cdns,gem"; compatible = "cdns,zynqmp-gem";
status = "disabled"; status = "disabled";
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
interrupts = <0 59 4>, <0 59 4>; interrupts = <0 59 4>, <0 59 4>;
...@@ -325,12 +323,10 @@ ...@@ -325,12 +323,10 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
#stream-id-cells = <1>; #stream-id-cells = <1>;
jumbo-max-len = <10240>;
jumbo-supported;
}; };
gem2: ethernet@ff0d0000 { gem2: ethernet@ff0d0000 {
compatible = "cdns,gem"; compatible = "cdns,zynqmp-gem";
status = "disabled"; status = "disabled";
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
interrupts = <0 61 4>, <0 61 4>; interrupts = <0 61 4>, <0 61 4>;
...@@ -339,12 +335,10 @@ ...@@ -339,12 +335,10 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
#stream-id-cells = <1>; #stream-id-cells = <1>;
jumbo-max-len = <10240>;
jumbo-supported;
}; };
gem3: ethernet@ff0e0000 { gem3: ethernet@ff0e0000 {
compatible = "cdns,gem"; compatible = "cdns,zynqmp-gem";
status = "disabled"; status = "disabled";
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
interrupts = <0 63 4>, <0 63 4>; interrupts = <0 63 4>, <0 63 4>;
...@@ -353,8 +347,6 @@ ...@@ -353,8 +347,6 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
#stream-id-cells = <1>; #stream-id-cells = <1>;
jumbo-max-len = <10240>;
jumbo-supported;
}; };
gpio: gpio@ff0a0000 { gpio: gpio@ff0a0000 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment