diff mbox series

[v3,1/2] dt-bindings: mfd: qcom,tcsr: Add compatible for sm8450

Message ID 1673513697-30173-1-git-send-email-quic_mojha@quicinc.com
State Not Applicable, archived
Headers show
Series [v3,1/2] dt-bindings: mfd: qcom,tcsr: Add compatible for sm8450 | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied success
robh/dtbs-check warning build log
robh/dt-meta-schema success

Commit Message

Mukesh Ojha Jan. 12, 2023, 8:54 a.m. UTC
Document the qcom,sm8450-tcsr compatible.

Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com>
---
Change in v3:
  - Align with new format mentioned at
    Documentation/devicetree/bindings/arm/qcom-soc.yaml    

Change in v2:
  - Considering here it as v2 as this patch came out from comment
    made on its v1 https://lore.kernel.org/lkml/c5dc8042-717b-22eb-79f6-d18ab10d6685@linaro.org/


 Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
 1 file changed, 1 insertion(+)

Comments

Krzysztof Kozlowski Jan. 12, 2023, 8:58 a.m. UTC | #1
On 12/01/2023 09:54, Mukesh Ojha wrote:
> Document the qcom,sm8450-tcsr compatible.
> 
> Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com>
> ---
> Change in v3:


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
Bjorn Andersson Jan. 12, 2023, 4:12 p.m. UTC | #2
On Thu, 12 Jan 2023 14:24:56 +0530, Mukesh Ojha wrote:
> Document the qcom,sm8450-tcsr compatible.
> 
> 

Applied, thanks!

[2/2] arm64: dts: qcom: sm8450: Add TCSR halt register space
      commit: 1f731bbf71e374d93d477831518402ebcfddb75b

Best regards,
Mukesh Ojha Jan. 29, 2023, 11:09 a.m. UTC | #3
+Jones

Jones,

Can this patch be taken into your tree ?

-Mukesh

On 1/12/2023 2:24 PM, Mukesh Ojha wrote:
> Document the qcom,sm8450-tcsr compatible.
> 
> Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com>
> ---
> Change in v3:
>    - Align with new format mentioned at
>      Documentation/devicetree/bindings/arm/qcom-soc.yaml
> 
> Change in v2:
>    - Considering here it as v2 as this patch came out from comment
>      made on its v1 https://lore.kernel.org/lkml/c5dc8042-717b-22eb-79f6-d18ab10d6685@linaro.org/
> 
> 
>   Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
> index adcae6c..4290062 100644
> --- a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
> +++ b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
> @@ -26,6 +26,7 @@ properties:
>             - qcom,sdm630-tcsr
>             - qcom,sdm845-tcsr
>             - qcom,sm8150-tcsr
> +          - qcom,sm8450-tcsr
>             - qcom,tcsr-apq8064
>             - qcom,tcsr-apq8084
>             - qcom,tcsr-ipq6018
Lee Jones Jan. 30, 2023, 8:20 a.m. UTC | #4
On Sun, 29 Jan 2023, Mukesh Ojha wrote:

> +Jones
> 
> Jones,
> 
> Can this patch be taken into your tree ?

If it is sent to me properly, then yes.

> On 1/12/2023 2:24 PM, Mukesh Ojha wrote:
> > Document the qcom,sm8450-tcsr compatible.
> > 
> > Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com>
> > ---
> > Change in v3:
> >    - Align with new format mentioned at
> >      Documentation/devicetree/bindings/arm/qcom-soc.yaml
> > 
> > Change in v2:
> >    - Considering here it as v2 as this patch came out from comment
> >      made on its v1 https://lore.kernel.org/lkml/c5dc8042-717b-22eb-79f6-d18ab10d6685@linaro.org/
> > 
> > 
> >   Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
> >   1 file changed, 1 insertion(+)
> > 
> > diff --git a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
> > index adcae6c..4290062 100644
> > --- a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
> > +++ b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
> > @@ -26,6 +26,7 @@ properties:
> >             - qcom,sdm630-tcsr
> >             - qcom,sdm845-tcsr
> >             - qcom,sm8150-tcsr
> > +          - qcom,sm8450-tcsr
> >             - qcom,tcsr-apq8064
> >             - qcom,tcsr-apq8084
> >             - qcom,tcsr-ipq6018
Mukesh Ojha Jan. 30, 2023, 8:54 a.m. UTC | #5
On 1/30/2023 1:50 PM, Lee Jones wrote:
> On Sun, 29 Jan 2023, Mukesh Ojha wrote:
> 
>> +Jones
>>
>> Jones,
>>
>> Can this patch be taken into your tree ?
> 
> If it is sent to me properly, then yes.

Apology on my behalf to missed cc'ing you..

-Thanks

> 
>> On 1/12/2023 2:24 PM, Mukesh Ojha wrote:
>>> Document the qcom,sm8450-tcsr compatible.
>>>
>>> Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com>
>>> ---
>>> Change in v3:
>>>     - Align with new format mentioned at
>>>       Documentation/devicetree/bindings/arm/qcom-soc.yaml
>>>
>>> Change in v2:
>>>     - Considering here it as v2 as this patch came out from comment
>>>       made on its v1 https://lore.kernel.org/lkml/c5dc8042-717b-22eb-79f6-d18ab10d6685@linaro.org/
>>>
>>>
>>>    Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
>>>    1 file changed, 1 insertion(+)
>>>
>>> diff --git a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
>>> index adcae6c..4290062 100644
>>> --- a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
>>> +++ b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
>>> @@ -26,6 +26,7 @@ properties:
>>>              - qcom,sdm630-tcsr
>>>              - qcom,sdm845-tcsr
>>>              - qcom,sm8150-tcsr
>>> +          - qcom,sm8450-tcsr
>>>              - qcom,tcsr-apq8064
>>>              - qcom,tcsr-apq8084
>>>              - qcom,tcsr-ipq6018
>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
index adcae6c..4290062 100644
--- a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
+++ b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
@@ -26,6 +26,7 @@  properties:
           - qcom,sdm630-tcsr
           - qcom,sdm845-tcsr
           - qcom,sm8150-tcsr
+          - qcom,sm8450-tcsr
           - qcom,tcsr-apq8064
           - qcom,tcsr-apq8084
           - qcom,tcsr-ipq6018