diff options
author | 2021-10-14 00:39:20 +0200 | |
---|---|---|
committer | 2021-10-15 11:06:38 +0100 | |
commit | e52073a8e3086046a098b8a7cbeb282ff0cdb424 (patch) | |
tree | 95060d850c0a58350fed91e9d3eeca6cc009fa2d | |
parent | net: dsa: qca8k: move port config to dedicated struct (diff) | |
download | linux-dev-e52073a8e3086046a098b8a7cbeb282ff0cdb424.tar.xz linux-dev-e52073a8e3086046a098b8a7cbeb282ff0cdb424.zip |
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 <ansuelsmth@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | Documentation/devicetree/bindings/net/qcom,ipq8064-mdio.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/qcom,ipq8064-mdio.yaml b/Documentation/devicetree/bindings/net/qcom,ipq8064-mdio.yaml index 948677ade6d1..d7748dd33199 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 { + /* ... */ + }; }; }; |