Message ID | 20230314080917.68246-2-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 8504fa9baf8bdc5f333f24077b54df1d16173d99 |
Headers | show |
Series | [v2,01/13] dt-bindings: mailbox: qcom,apcs-kpss-global: correct SDX55 clocks | expand |
On Tue, Mar 14, 2023 at 09:09:05AM +0100, Krzysztof Kozlowski wrote: > SDX55 and SDX65 DTS takes clocks in a bit different order. Adjust > bindings to the DTS. > Fixes: ? > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > .../devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml > index d888ead09282..2992227631c4 100644 > --- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml > +++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml > @@ -97,14 +97,14 @@ allOf: > properties: > clocks: > items: > + - description: reference clock > - description: primary pll parent of the clock driver > - description: auxiliary parent > - - description: reference clock > clock-names: > items: > + - const: ref > - const: pll > - const: aux > - - const: ref > - if: > properties: > compatible: > -- > 2.34.1 >
On Tue, 14 Mar 2023 09:09:05 +0100, Krzysztof Kozlowski wrote: > SDX55 and SDX65 DTS takes clocks in a bit different order. Adjust > bindings to the DTS. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > .../devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Acked-by: Rob Herring <robh@kernel.org>
On Tue, Mar 14, 2023 at 09:09:05AM +0100, Krzysztof Kozlowski wrote: > SDX55 and SDX65 DTS takes clocks in a bit different order. Adjust > bindings to the DTS. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Manivannan Sadhasivam <mani@kernel.org> Thanks, Mani > --- > .../devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml > index d888ead09282..2992227631c4 100644 > --- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml > +++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml > @@ -97,14 +97,14 @@ allOf: > properties: > clocks: > items: > + - description: reference clock > - description: primary pll parent of the clock driver > - description: auxiliary parent > - - description: reference clock > clock-names: > items: > + - const: ref > - const: pll > - const: aux > - - const: ref > - if: > properties: > compatible: > -- > 2.34.1 >
diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml index d888ead09282..2992227631c4 100644 --- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml +++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml @@ -97,14 +97,14 @@ allOf: properties: clocks: items: + - description: reference clock - description: primary pll parent of the clock driver - description: auxiliary parent - - description: reference clock clock-names: items: + - const: ref - const: pll - const: aux - - const: ref - if: properties: compatible:
SDX55 and SDX65 DTS takes clocks in a bit different order. Adjust bindings to the DTS. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- .../devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)