Documentation: DT: cpsw: remove rx_descs property

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>
This commit is contained in:
Ivan Khoronzhuk 2016-06-17 13:25:40 +03:00 committed by David S. Miller
parent 1793331e09
commit 6774b68b24
5 changed files with 0 additions and 5 deletions

View File

@ -15,7 +15,6 @@ Required properties:
- cpdma_channels : Specifies number of channels in CPDMA - cpdma_channels : Specifies number of channels in CPDMA
- ale_entries : Specifies No of entries ALE can hold - ale_entries : Specifies No of entries ALE can hold
- bd_ram_size : Specifies internal descriptor RAM size - bd_ram_size : Specifies internal descriptor RAM size
- rx_descs : Specifies number of Rx descriptors
- mac_control : Specifies Default MAC control register content - mac_control : Specifies Default MAC control register content
for the specific platform for the specific platform
- slaves : Specifies number for slaves - slaves : Specifies number for slaves

View File

@ -766,7 +766,6 @@
ale_entries = <1024>; ale_entries = <1024>;
bd_ram_size = <0x2000>; bd_ram_size = <0x2000>;
no_bd_ram = <0>; no_bd_ram = <0>;
rx_descs = <64>;
mac_control = <0x20>; mac_control = <0x20>;
slaves = <2>; slaves = <2>;
active_slave = <0>; active_slave = <0>;

View File

@ -626,7 +626,6 @@
ale_entries = <1024>; ale_entries = <1024>;
bd_ram_size = <0x2000>; bd_ram_size = <0x2000>;
no_bd_ram = <0>; no_bd_ram = <0>;
rx_descs = <64>;
mac_control = <0x20>; mac_control = <0x20>;
slaves = <2>; slaves = <2>;
active_slave = <0>; active_slave = <0>;

View File

@ -509,7 +509,6 @@
ale_entries = <1024>; ale_entries = <1024>;
bd_ram_size = <0x2000>; bd_ram_size = <0x2000>;
no_bd_ram = <0>; no_bd_ram = <0>;
rx_descs = <64>;
mac_control = <0x20>; mac_control = <0x20>;
slaves = <2>; slaves = <2>;
active_slave = <0>; active_slave = <0>;

View File

@ -1626,7 +1626,6 @@
ale_entries = <1024>; ale_entries = <1024>;
bd_ram_size = <0x2000>; bd_ram_size = <0x2000>;
no_bd_ram = <0>; no_bd_ram = <0>;
rx_descs = <64>;
mac_control = <0x20>; mac_control = <0x20>;
slaves = <2>; slaves = <2>;
active_slave = <0>; active_slave = <0>;