Message ID | 1673513697-30173-1-git-send-email-quic_mojha@quicinc.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [v3,1/2] dt-bindings: mfd: qcom,tcsr: Add compatible for sm8450 | expand |
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
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,
+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
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
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 --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
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(+)