linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] dt-bindings: qcom-qce: Add compatibles for SM6115 and QCS2290
@ 2023-03-20  7:38 Bhupesh Sharma
  2023-03-21 21:31 ` Rob Herring
  0 siblings, 1 reply; 3+ messages in thread
From: Bhupesh Sharma @ 2023-03-20  7:38 UTC (permalink / raw)
  To: devicetree
  Cc: agross, linux-kernel, linux-arm-msm, andersson, bhupesh.sharma,
	bhupesh.linux, linux-crypto, krzysztof.kozlowski, robh+dt,
	konrad.dybcio, vladimir.zapolskiy

Crypto Engine block on Qualcomm SoCs SM6115 and QCS2290
do not require clocks strictly, so add compatibles for these
SoCs, indicating that they are similar to the flavour
found on SM8150.

Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
---
 Documentation/devicetree/bindings/crypto/qcom-qce.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/crypto/qcom-qce.yaml b/Documentation/devicetree/bindings/crypto/qcom-qce.yaml
index e375bd981300..e6840d124af3 100644
--- a/Documentation/devicetree/bindings/crypto/qcom-qce.yaml
+++ b/Documentation/devicetree/bindings/crypto/qcom-qce.yaml
@@ -35,10 +35,12 @@ properties:
 
       - items:
           - enum:
+              - qcom,sm6115-qce
               - qcom,sm8250-qce
               - qcom,sm8350-qce
               - qcom,sm8450-qce
               - qcom,sm8550-qce
+              - qcom,qcs2290-qce
           - const: qcom,sm8150-qce
           - const: qcom,qce
 
-- 
2.38.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] dt-bindings: qcom-qce: Add compatibles for SM6115 and QCS2290
  2023-03-20  7:38 [PATCH 1/1] dt-bindings: qcom-qce: Add compatibles for SM6115 and QCS2290 Bhupesh Sharma
@ 2023-03-21 21:31 ` Rob Herring
  2023-03-22  8:32   ` Bhupesh Sharma
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring @ 2023-03-21 21:31 UTC (permalink / raw)
  To: Bhupesh Sharma
  Cc: devicetree, agross, linux-kernel, linux-arm-msm, andersson,
	bhupesh.linux, linux-crypto, krzysztof.kozlowski, konrad.dybcio,
	vladimir.zapolskiy

On Mon, Mar 20, 2023 at 01:08:16PM +0530, Bhupesh Sharma wrote:
> Crypto Engine block on Qualcomm SoCs SM6115 and QCS2290
> do not require clocks strictly, so add compatibles for these
> SoCs, indicating that they are similar to the flavour
> found on SM8150.
> 
> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
> ---
>  Documentation/devicetree/bindings/crypto/qcom-qce.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/crypto/qcom-qce.yaml b/Documentation/devicetree/bindings/crypto/qcom-qce.yaml
> index e375bd981300..e6840d124af3 100644
> --- a/Documentation/devicetree/bindings/crypto/qcom-qce.yaml
> +++ b/Documentation/devicetree/bindings/crypto/qcom-qce.yaml
> @@ -35,10 +35,12 @@ properties:
>  
>        - items:
>            - enum:
> +              - qcom,sm6115-qce
>                - qcom,sm8250-qce
>                - qcom,sm8350-qce
>                - qcom,sm8450-qce
>                - qcom,sm8550-qce
> +              - qcom,qcs2290-qce

'q' goes before 's'

>            - const: qcom,sm8150-qce
>            - const: qcom,qce
>  
> -- 
> 2.38.1
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] dt-bindings: qcom-qce: Add compatibles for SM6115 and QCS2290
  2023-03-21 21:31 ` Rob Herring
@ 2023-03-22  8:32   ` Bhupesh Sharma
  0 siblings, 0 replies; 3+ messages in thread
From: Bhupesh Sharma @ 2023-03-22  8:32 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree, agross, linux-kernel, linux-arm-msm, andersson,
	bhupesh.linux, linux-crypto, krzysztof.kozlowski, konrad.dybcio,
	vladimir.zapolskiy

On Wed, 22 Mar 2023 at 03:01, Rob Herring <robh@kernel.org> wrote:
>
> On Mon, Mar 20, 2023 at 01:08:16PM +0530, Bhupesh Sharma wrote:
> > Crypto Engine block on Qualcomm SoCs SM6115 and QCS2290
> > do not require clocks strictly, so add compatibles for these
> > SoCs, indicating that they are similar to the flavour
> > found on SM8150.
> >
> > Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
> > ---
> >  Documentation/devicetree/bindings/crypto/qcom-qce.yaml | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/Documentation/devicetree/bindings/crypto/qcom-qce.yaml b/Documentation/devicetree/bindings/crypto/qcom-qce.yaml
> > index e375bd981300..e6840d124af3 100644
> > --- a/Documentation/devicetree/bindings/crypto/qcom-qce.yaml
> > +++ b/Documentation/devicetree/bindings/crypto/qcom-qce.yaml
> > @@ -35,10 +35,12 @@ properties:
> >
> >        - items:
> >            - enum:
> > +              - qcom,sm6115-qce
> >                - qcom,sm8250-qce
> >                - qcom,sm8350-qce
> >                - qcom,sm8450-qce
> >                - qcom,sm8550-qce
> > +              - qcom,qcs2290-qce
>
> 'q' goes before 's'

Ok, will send v2

Thanks,
Bhupesh

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-22  8:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-20  7:38 [PATCH 1/1] dt-bindings: qcom-qce: Add compatibles for SM6115 and QCS2290 Bhupesh Sharma
2023-03-21 21:31 ` Rob Herring
2023-03-22  8:32   ` Bhupesh Sharma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).