]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Documentation: DT: cpsw: remove rx_descs property
authorIvan Khoronzhuk <ivan.khoronzhuk@linaro.org>
Fri, 17 Jun 2016 10:25:40 +0000 (13:25 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Jun 2016 04:27:57 +0000 (21:27 -0700)
There is no reason to hold s/w dependent parameter in device tree.
Even more, there is no reason in this parameter because davinici_cpdma
driver splits pool of descriptors equally between tx and rx channels
anyway.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/cpsw.txt
arch/arm/boot/dts/am33xx.dtsi
arch/arm/boot/dts/am4372.dtsi
arch/arm/boot/dts/dm814x.dtsi
arch/arm/boot/dts/dra7.dtsi

index 0ae06491b4302209607340a5f4b250c7ca1fe100..5ad439f30135cb2ebb302daab8d047bbf2a50163 100644 (file)
@@ -15,7 +15,6 @@ Required properties:
 - cpdma_channels       : Specifies number of channels in CPDMA
 - ale_entries          : Specifies No of entries ALE can hold
 - bd_ram_size          : Specifies internal descriptor RAM size
-- rx_descs             : Specifies number of Rx descriptors
 - mac_control          : Specifies Default MAC control register content
                          for the specific platform
 - slaves               : Specifies number for slaves
index 52be48bbd2dd945d567060b0157cbc8d9c98b5ea..702126ff4a56053b5995f879a8a46d4a6aa73aaf 100644 (file)
                        ale_entries = <1024>;
                        bd_ram_size = <0x2000>;
                        no_bd_ram = <0>;
-                       rx_descs = <64>;
                        mac_control = <0x20>;
                        slaves = <2>;
                        active_slave = <0>;
index 12fcde4d4d2e474ce856c91be2363147e04b3046..a10fa7f9544227b2cfb9e7db2d93edd728b52902 100644 (file)
                        ale_entries = <1024>;
                        bd_ram_size = <0x2000>;
                        no_bd_ram = <0>;
-                       rx_descs = <64>;
                        mac_control = <0x20>;
                        slaves = <2>;
                        active_slave = <0>;
index d4537dc6149769be2f87fa6ab2e922794f118d93..f23cae0c2179316b39fa7766d3113305c5e54191 100644 (file)
                        ale_entries = <1024>;
                        bd_ram_size = <0x2000>;
                        no_bd_ram = <0>;
-                       rx_descs = <64>;
                        mac_control = <0x20>;
                        slaves = <2>;
                        active_slave = <0>;
index e0074014385a50d930a2058a74f3a3a4f8428ec3..b7ddc645dd52af80868abd4411465852067a2d1d 100644 (file)
                        ale_entries = <1024>;
                        bd_ram_size = <0x2000>;
                        no_bd_ram = <0>;
-                       rx_descs = <64>;
                        mac_control = <0x20>;
                        slaves = <2>;
                        active_slave = <0>;