Message ID | 20231212100044.26466-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | [1/2] dt-bindings: crypto: qcom-qce: constrain clocks for IPQ9574 QCE | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | warning | total: 0 errors, 1 warnings, 7 lines checked |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On Tue, 12 Dec 2023 11:00:43 +0100, Krzysztof Kozlowski wrote: > Binding marks several devices as compatible with IPQ4019 QCE. They have > different number of clocks, thus the fallback does not define the > clock constraints per variant and each specific compatible should have > its clocks in if:then: section. > > Add missing clocks description for IPQ9574 QCE. > > Fixes: 1f5ce01d5d71 ("dt-bindings: crypto: qcom-qce: add SoC compatible string for ipq9574") > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > Documentation/devicetree/bindings/crypto/qcom-qce.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On Tue, Dec 12, 2023 at 11:00:43AM +0100, Krzysztof Kozlowski wrote: > Binding marks several devices as compatible with IPQ4019 QCE. They have > different number of clocks, thus the fallback does not define the > clock constraints per variant and each specific compatible should have > its clocks in if:then: section. > > Add missing clocks description for IPQ9574 QCE. > > Fixes: 1f5ce01d5d71 ("dt-bindings: crypto: qcom-qce: add SoC compatible string for ipq9574") > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > Documentation/devicetree/bindings/crypto/qcom-qce.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/crypto/qcom-qce.yaml b/Documentation/devicetree/bindings/crypto/qcom-qce.yaml > index eeb8a956d7cb..6435708da202 100644 > --- a/Documentation/devicetree/bindings/crypto/qcom-qce.yaml > +++ b/Documentation/devicetree/bindings/crypto/qcom-qce.yaml > @@ -97,6 +97,7 @@ allOf: > - qcom,crypto-v5.4 > - qcom,ipq6018-qce > - qcom,ipq8074-qce > + - qcom,ipq9574-qce > - qcom,msm8996-qce > - qcom,sdm845-qce > then: > -- > 2.34.1 All applied. Thanks.
diff --git a/Documentation/devicetree/bindings/crypto/qcom-qce.yaml b/Documentation/devicetree/bindings/crypto/qcom-qce.yaml index eeb8a956d7cb..6435708da202 100644 --- a/Documentation/devicetree/bindings/crypto/qcom-qce.yaml +++ b/Documentation/devicetree/bindings/crypto/qcom-qce.yaml @@ -97,6 +97,7 @@ allOf: - qcom,crypto-v5.4 - qcom,ipq6018-qce - qcom,ipq8074-qce + - qcom,ipq9574-qce - qcom,msm8996-qce - qcom,sdm845-qce then:
Binding marks several devices as compatible with IPQ4019 QCE. They have different number of clocks, thus the fallback does not define the clock constraints per variant and each specific compatible should have its clocks in if:then: section. Add missing clocks description for IPQ9574 QCE. Fixes: 1f5ce01d5d71 ("dt-bindings: crypto: qcom-qce: add SoC compatible string for ipq9574") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Documentation/devicetree/bindings/crypto/qcom-qce.yaml | 1 + 1 file changed, 1 insertion(+)