summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/net/qcom,ipq8064-mdio.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/net/qcom,ipq8064-mdio.yaml')
-rw-r--r--dts/Bindings/net/qcom,ipq8064-mdio.yaml9
1 files changed, 7 insertions, 2 deletions
diff --git a/dts/Bindings/net/qcom,ipq8064-mdio.yaml b/dts/Bindings/net/qcom,ipq8064-mdio.yaml
index 948677ade6..164704338e 100644
--- a/dts/Bindings/net/qcom,ipq8064-mdio.yaml
+++ b/dts/Bindings/net/qcom,ipq8064-mdio.yaml
@@ -14,7 +14,7 @@ description:
used to communicate with the gmac phy connected.
allOf:
- - $ref: "mdio.yaml#"
+ - $ref: mdio.yaml#
properties:
compatible:
@@ -51,6 +51,11 @@ examples:
switch@10 {
compatible = "qca,qca8337";
reg = <0x10>;
- /* ... */
+
+ ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ /* ... */
+ };
};
};