summaryrefslogtreecommitdiff
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2022-04-05 15:09:50 +0300
committerDavid S. Miller <davem@davemloft.net>2022-04-06 16:04:16 +0300
commitb0385d4c1fffe0152eabf4f20ff5f937524e9398 (patch)
tree7b1ec0bf8a103f4b36ab6515de00cbe4593d482f /Documentation/devicetree
parented941f65da8166a0ffb82fec30ac331f348fb4d1 (diff)
downloadlinux-b0385d4c1fffe0152eabf4f20ff5f937524e9398.tar.xz
dt-bindings: net: mscc-miim: add clock and clock-frequency
Add the (optional) clock input of the MDIO controller and indicate that the common clock-frequency property is supported. The driver can use it to set the desired MDIO bus frequency. Signed-off-by: Michael Walle <michael@walle.cc> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/net/mscc,miim.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/mscc,miim.yaml b/Documentation/devicetree/bindings/net/mscc,miim.yaml
index cdc39aa20683..2c451cfa4e0b 100644
--- a/Documentation/devicetree/bindings/net/mscc,miim.yaml
+++ b/Documentation/devicetree/bindings/net/mscc,miim.yaml
@@ -33,6 +33,11 @@ properties:
interrupts:
maxItems: 1
+ clocks:
+ maxItems: 1
+
+ clock-frequency: true
+
required:
- compatible
- reg