Commit 3a2a192b authored by Alexandru Gagniuc's avatar Alexandru Gagniuc Committed by Jakub Kicinski

dt-bindings: net: ipq4019-mdio: add IPQ9574 compatible

Add a compatible property specific to IPQ9574. This should be used
along with the IPQ4019 compatible. This second compatible serves the
same purpose as the ipq{5,6,8} compatibles. This is to indicate that
the clocks properties are required.
Signed-off-by: default avatarAlexandru Gagniuc <mr.nuke.me@gmail.com>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240507024758.2810514-1-mr.nuke.me@gmail.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 252aa6d5
...@@ -20,6 +20,7 @@ properties: ...@@ -20,6 +20,7 @@ properties:
- enum: - enum:
- qcom,ipq6018-mdio - qcom,ipq6018-mdio
- qcom,ipq8074-mdio - qcom,ipq8074-mdio
- qcom,ipq9574-mdio
- const: qcom,ipq4019-mdio - const: qcom,ipq4019-mdio
"#address-cells": "#address-cells":
...@@ -76,6 +77,7 @@ allOf: ...@@ -76,6 +77,7 @@ allOf:
- qcom,ipq5018-mdio - qcom,ipq5018-mdio
- qcom,ipq6018-mdio - qcom,ipq6018-mdio
- qcom,ipq8074-mdio - qcom,ipq8074-mdio
- qcom,ipq9574-mdio
then: then:
required: required:
- clocks - clocks
......
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