From: Pieter Van Trappen <pieter.van.trappen@xxxxxxx> Add microchip,no-tag-protocol flag to allow disabling the switch' tagging protocol. For cases where the CPU MAC does not support MTU size > 1500 such as the Zynq GEM. Signed-off-by: Pieter Van Trappen <pieter.van.trappen@xxxxxxx> --- Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml b/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml index 52acc15ebcbf..798dd3c76ab6 100644 --- a/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml +++ b/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml @@ -45,6 +45,11 @@ properties: description: Set if the output SYNCLKO frequency should be set to 125MHz instead of 25MHz. + microchip,no-tag-protocol: + $ref: /schemas/types.yaml#/definitions/flag + description: + Set if no switch tag protocol should be enabled. + microchip,synclko-disable: $ref: /schemas/types.yaml#/definitions/flag description: -- 2.43.0