diff options
author | Ansuel Smith <[email protected]> | 2021-10-14 00:39:20 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-10-15 11:06:38 +0100 |
commit | e52073a8e3086046a098b8a7cbeb282ff0cdb424 (patch) | |
tree | 95060d850c0a58350fed91e9d3eeca6cc009fa2d | |
parent | fd0bb28c547f7c8affb1691128cece38f5b626a1 (diff) |
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-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 { + /* ... */ + }; }; }; |