On Mon, 14 Dec 2020 12:15:51 +0300, Serge Semin wrote:
Indeed the maximum DMA burst length can be programmed not only for DW
xGMACs, Allwinner EMACs and Spear SoC GMAC, but in accordance with [1]
for Generic DW *MAC IP-cores. Moreover the STMMAC set of drivers parse
the property and then apply the configuration for all supported DW MAC
devices. All of that makes the property being available for all IP-cores
the bindings supports. Let's make sure the PBL-related properties are
validated for all of them by the common DW MAC DT schema.
[1] DesignWare Cores Ethernet MAC Universal Databook, Revision 3.73a,
October 2013, p. 380.
Signed-off-by: Serge Semin <redacted>
---
.../devicetree/bindings/net/snps,dwmac.yaml | 69 +++++++------------
1 file changed, 26 insertions(+), 43 deletions(-)
Reviewed-by: Rob Herring <robh@kernel.org>