]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
ARM64: zynqmp: Add MACB max jumbo length support
authorHarini Katakam <harinik@xilinx.com>
Fri, 9 Oct 2015 12:06:41 +0000 (14:06 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 12 Oct 2015 07:52:33 +0000 (09:52 +0200)
Add two properties:
1. To indicate whether jumbo is supported or not
2. To provide max jumbo length.
Zynq Ultrascale MPSoC has jumbo support and the max jumbo length is 10240.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm64/boot/dts/xilinx/zynqmp.dtsi

index 0ce6d244af347e3a4666f6a8764ec4bfe1d5b238..24b6d9d3619a9707bae4452c84247c67d2d5c127 100644 (file)
                        clock-names = "pclk", "hclk", "tx_clk";
                        #address-cells = <1>;
                        #size-cells = <0>;
+                       jumbo-max-len = <10240>;
+                       jumbo-supported;
                };
 
                gem1: ethernet@ff0c0000 {
                        clock-names = "pclk", "hclk", "tx_clk";
                        #address-cells = <1>;
                        #size-cells = <0>;
+                       jumbo-max-len = <10240>;
+                       jumbo-supported;
                };
 
                gem2: ethernet@ff0d0000 {
                        clock-names = "pclk", "hclk", "tx_clk";
                        #address-cells = <1>;
                        #size-cells = <0>;
+                       jumbo-max-len = <10240>;
+                       jumbo-supported;
                };
 
                gem3: ethernet@ff0e0000 {
                        clock-names = "pclk", "hclk", "tx_clk";
                        #address-cells = <1>;
                        #size-cells = <0>;
+                       jumbo-max-len = <10240>;
+                       jumbo-supported;
                };
 
                gpio: gpio@ff0a0000 {