diff mbox series

[v4] dt-bindings: mfd: qcom,tcsr: Add compatible for sm8450

Message ID 1675336284-548-1-git-send-email-quic_mojha@quicinc.com
State Not Applicable, archived
Headers show
Series [v4] 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 Feb. 2, 2023, 11:11 a.m. UTC
Document the qcom,sm8450-tcsr compatible.

Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
Change in v4:
  - added Acked-by.

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

Mukesh Ojha Feb. 21, 2023, 1:38 p.m. UTC | #1
friendly reminder.

-Mukesh
On 2/2/2023 4:41 PM, Mukesh Ojha wrote:
> Document the qcom,sm8450-tcsr compatible.
> 
> Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> Change in v4:
>    - added Acked-by.
> 
> 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
Krzysztof Kozlowski Feb. 21, 2023, 1:47 p.m. UTC | #2
On 21/02/2023 14:38, Mukesh Ojha wrote:
> friendly reminder.

No need to ping during merge window. It's a merge window, so patches
cannot be applied... Ping or resend after it.

Best regards,
Krzysztof
Lee Jones Feb. 22, 2023, 3:31 p.m. UTC | #3
On Tue, 21 Feb 2023, Mukesh Ojha wrote:

> friendly reminder.

Top posting and contentless pings are seldom received well.

If you think your submission has been dropped (it hasn't), please submit
a [RESEND].  In this case, I'm just a little behind due to a planned
vacation, a work trip and being generally overloaded.

Please be patient, I'll get to you shortly.

> -Mukesh
> On 2/2/2023 4:41 PM, Mukesh Ojha wrote:
> > Document the qcom,sm8450-tcsr compatible.
> > 
> > Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com>
> > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> > ---
> > Change in v4:
> >    - added Acked-by.
> > 
> > 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 March 3, 2023, 10:05 p.m. UTC | #4
On Thu, 02 Feb 2023, Mukesh Ojha wrote:

> Document the qcom,sm8450-tcsr compatible.
> 
> Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> Change in v4:
>   - added Acked-by.
> 
> 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(+)

Applied, thanks
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