Commit cbe5f7c0 authored by Robert Marko's avatar Robert Marko Committed by 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: default avatarRobert Marko <robimarko@gmail.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221114194734.3287854-1-robimarko@gmail.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 2ffff144
......@@ -14,9 +14,15 @@ allOf:
properties:
compatible:
enum:
- qcom,ipq4019-mdio
- qcom,ipq5018-mdio
oneOf:
- enum:
- qcom,ipq4019-mdio
- qcom,ipq5018-mdio
- items:
- enum:
- qcom,ipq6018-mdio
- const: qcom,ipq4019-mdio
"#address-cells":
const: 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment