Message ID | 20221114194734.3287854-1-robimarko@gmail.com |
---|---|
State | Accepted |
Commit | cbe5f7c0fbcd3184fe9a5c1880799e2b23ec9c6d |
Headers | show |
Series | [v2,1/5] dt-bindings: net: ipq4019-mdio: document IPQ6018 compatible | expand |
On Mon, 14 Nov 2022 20:47:30 +0100, Robert Marko wrote: > 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. > > [...] Applied, thanks! [5/5] arm64: dts: qcom: ipq8074: add SoC specific compatible to MDIO commit: 36e830a5656d6c22110c5dcffb611fc69a57a269 Best regards,
diff --git a/Documentation/devicetree/bindings/net/qcom,ipq4019-mdio.yaml b/Documentation/devicetree/bindings/net/qcom,ipq4019-mdio.yaml index ad8b2b41c140..1ba8de982bd1 100644 --- a/Documentation/devicetree/bindings/net/qcom,ipq4019-mdio.yaml +++ b/Documentation/devicetree/bindings/net/qcom,ipq4019-mdio.yaml @@ -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
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: Robert Marko <robimarko@gmail.com> --- Changes in v2: * Drop items from IPQ4019 and IPQ5018 compatible enum --- .../devicetree/bindings/net/qcom,ipq4019-mdio.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-)