diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2021-10-14 01:39:20 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-10-15 13:06:38 +0300 |
commit | e52073a8e3086046a098b8a7cbeb282ff0cdb424 (patch) | |
tree | 95060d850c0a58350fed91e9d3eeca6cc009fa2d /Documentation/devicetree/bindings/net | |
parent | fd0bb28c547f7c8affb1691128cece38f5b626a1 (diff) | |
download | linux-e52073a8e3086046a098b8a7cbeb282ff0cdb424.tar.xz |
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>
Diffstat (limited to 'Documentation/devicetree/bindings/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 { + /* ... */ + }; }; }; |