Message ID | 20220818220849.339732-1-robimarko@gmail.com |
---|---|
State | Accepted |
Commit | f3d961299cdd484e1aeb60b392a4c5efaf323a9c |
Headers | show |
Series | [v9,1/4] dt-bindings: mailbox: qcom: set correct #clock-cells | expand |
On Fri, 19 Aug 2022 00:08:46 +0200, Robert Marko wrote: > IPQ6018 and IPQ8074 require #clock-cells to be set to 1 as their APSS > clock driver provides multiple clock outputs. > > So allow setting 1 as #clock-cells and check that its set to 1 for IPQ6018 > and IPQ8074, check others for 0 as its currently. > > > [...] Applied, thanks! [4/4] arm64: dts: qcom: ipq8074: add clocks to APCS commit: fd8bdb451c6541b40e5977defcfebfe51713a538 Best regards,
diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml index f504652fc0ea..982bcdebba4c 100644 --- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml +++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml @@ -54,7 +54,7 @@ properties: const: 1 '#clock-cells': - const: 0 + enum: [0, 1] clock-names: minItems: 2 @@ -100,6 +100,21 @@ allOf: properties: clocks: maxItems: 3 + - if: + properties: + compatible: + enum: + - qcom,ipq6018-apcs-apps-global + - qcom,ipq8074-apcs-apps-global + then: + properties: + '#clock-cells': + const: 1 + else: + properties: + '#clock-cells': + const: 0 + examples: # Example apcs with msm8996