Document a new setting for Marvell switch chips to set the default queue priorities per port. Signed-off-by: Robert Beckett <bob.beckett@xxxxxxxxxxxxx> --- Documentation/devicetree/bindings/net/dsa/marvell.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/net/dsa/marvell.txt b/Documentation/devicetree/bindings/net/dsa/marvell.txt index 6f9538974bb9..e097c3c52eac 100644 --- a/Documentation/devicetree/bindings/net/dsa/marvell.txt +++ b/Documentation/devicetree/bindings/net/dsa/marvell.txt @@ -47,6 +47,10 @@ Optional properties: bus. The node must contains a compatible string of "marvell,mv88e6xxx-mdio-external" +Optional properties for ports: +- defqpri=<n> : Enforced default queue priority for the given port. + Valid range is 0..3 + Example: mdio { -- 2.18.0