提交 4a8c1438 编写于 作者: R Robert Marko 提交者: Jakub Kicinski

dt-bindings: net: ipq4019-mdio: document required clock-names

IPQ5018, IPQ6018 and IPQ8074 require clock-names to be set as driver is
requesting the clock based on it and not index, so document that and make
it required for the listed SoC-s.
Signed-off-by: NRobert Marko <robimarko@gmail.com>
Reviewed-by: NKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221114194734.3287854-4-robimarko@gmail.comSigned-off-by: NJakub Kicinski <kuba@kernel.org>
上级 e50c5036
...@@ -40,6 +40,10 @@ properties: ...@@ -40,6 +40,10 @@ properties:
items: items:
- description: MDIO clock source frequency fixed to 100MHZ - description: MDIO clock source frequency fixed to 100MHZ
clock-names:
items:
- const: gcc_mdio_ahb_clk
required: required:
- compatible - compatible
- reg - reg
...@@ -60,9 +64,11 @@ allOf: ...@@ -60,9 +64,11 @@ allOf:
then: then:
required: required:
- clocks - clocks
- clock-names
else: else:
properties: properties:
clocks: false clocks: false
clock-names: false
unevaluatedProperties: false unevaluatedProperties: false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册