From cfc401f3cc8793c450aa4fb18d34eab410ae23c8 Mon Sep 17 00:00:00 2001 From: Tiago Gaspar <39808643+tiagogaspar8@users.noreply.github.com> Date: Mon, 1 Jul 2019 13:46:21 +0100 Subject: [PATCH] dt-bindings: net: dsa: Fix documentation for qca8k Add missing Less than an Greater than in the examples. --- Documentation/devicetree/bindings/net/dsa/qca8k.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/net/dsa/qca8k.txt b/Documentation/devicetree/bindings/net/dsa/qca8k.txt index 93a7469e70d413..e0502fc313d3a1 100644 --- a/Documentation/devicetree/bindings/net/dsa/qca8k.txt +++ b/Documentation/devicetree/bindings/net/dsa/qca8k.txt @@ -77,7 +77,7 @@ for the external mdio-bus configuration: ethernet = <&gmac1>; phy-mode = "rgmii"; fixed-link { - speed = 1000; + speed = <1000>; full-duplex; }; }; @@ -135,7 +135,7 @@ for the internal master mdio-bus configuration: ethernet = <&gmac1>; phy-mode = "rgmii"; fixed-link { - speed = 1000; + speed = <1000>; full-duplex; }; };