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

dt-bindings: net: ipq4019-mdio: document IPQ6018 compatible

Document IPQ6018 compatible that is already being used in the DTS along
with the fallback IPQ4019 compatible as driver itself only gets probed
on IPQ4019 and IPQ5018 compatibles.

This is also required in order to specify which platform require clock to
be defined and validate it in schema.
Signed-off-by: NRobert Marko <robimarko@gmail.com>
Reviewed-by: NKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221114194734.3287854-1-robimarko@gmail.comSigned-off-by: NJakub Kicinski <kuba@kernel.org>
上级 2ffff144
...@@ -14,10 +14,16 @@ allOf: ...@@ -14,10 +14,16 @@ allOf:
properties: properties:
compatible: compatible:
enum: oneOf:
- enum:
- qcom,ipq4019-mdio - qcom,ipq4019-mdio
- qcom,ipq5018-mdio - qcom,ipq5018-mdio
- items:
- enum:
- qcom,ipq6018-mdio
- const: qcom,ipq4019-mdio
"#address-cells": "#address-cells":
const: 1 const: 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册