[net-next,PATCH 4/4] dt-bindings: mdio-ipq4019: add clock support

From: Robert Marko
Date: Thu Jul 02 2020 - 06:30:28 EST


This adds the necessary bindings for SoC-s that have a separate MDIO clock.

Signed-off-by: Robert Marko <robert.marko@xxxxxxxxxx>
---
.../devicetree/bindings/net/qcom,ipq4019-mdio.yaml | 11 +++++++++++
1 file changed, 11 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/qcom,ipq4019-mdio.yaml b/Documentation/devicetree/bindings/net/qcom,ipq4019-mdio.yaml
index 13555a89975f..06b4eedb4370 100644
--- a/Documentation/devicetree/bindings/net/qcom,ipq4019-mdio.yaml
+++ b/Documentation/devicetree/bindings/net/qcom,ipq4019-mdio.yaml
@@ -25,6 +25,17 @@ properties:
reg:
maxItems: 1

+ clocks:
+ maxItems: 1
+
+ clock-names:
+ items:
+ - const: mdio_ahb
+ maxItems: 1
+
+ clock-frequency:
+ default: 100000000
+
required:
- compatible
- reg
--
2.26.2