From: Ansuel Smith Date: Wed, 13 Oct 2021 22:39:20 +0000 (+0200) Subject: dt-bindings: net: ipq8064-mdio: fix warning with new qca8k switch X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e52073a8e3086046a098b8a7cbeb282ff0cdb424;p=linux.git dt-bindings: net: ipq8064-mdio: fix warning with new qca8k switch Fix warning now that we have qca8k switch Documentation using yaml. Signed-off-by: Ansuel Smith Signed-off-by: David S. Miller --- diff --git a/Documentation/devicetree/bindings/net/qcom,ipq8064-mdio.yaml b/Documentation/devicetree/bindings/net/qcom,ipq8064-mdio.yaml index 948677ade6d16..d7748dd331994 100644 --- a/Documentation/devicetree/bindings/net/qcom,ipq8064-mdio.yaml +++ b/Documentation/devicetree/bindings/net/qcom,ipq8064-mdio.yaml @@ -51,6 +51,9 @@ examples: switch@10 { compatible = "qca,qca8337"; reg = <0x10>; - /* ... */ + + ports { + /* ... */ + }; }; };