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.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/dts/Bindings/net/qcom,ipq8064-mdio.yaml b/dts/Bindings/net/qcom,ipq8064-mdio.yaml
index d7748dd331..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:
@@ -53,7 +53,9 @@ examples:
reg = <0x10>;
ports {
- /* ... */
+ #address-cells = <1>;
+ #size-cells = <0>;
+ /* ... */
};
};
};