Message ID | 1698253601-11957-1-git-send-email-quic_mojha@quicinc.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | [v2,1/4] dt-bindings: mfd: qcom,tcsr: Add compatible for sm8250/sm8350 | expand |
On 25/10/2023 19:06, Mukesh Ojha wrote: > Document the compatible for both sm8250 and sm8350 SoCs. > > Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com> > --- Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Wed, 25 Oct 2023 22:36:38 +0530, Mukesh Ojha wrote: > Document the compatible for both sm8250 and sm8350 SoCs. > > Applied, thanks! [1/4] dt-bindings: mfd: qcom,tcsr: Add compatible for sm8250/sm8350 commit: a88f80580a1a076e69c4fecdf6d6441fac24e8c1 -- Lee Jones [李琼斯]
On Wed, 25 Oct 2023 22:36:38 +0530, Mukesh Ojha wrote: > Document the compatible for both sm8250 and sm8350 SoCs. > > Applied, thanks! [2/4] arm64: dts: qcom: sm8250: Add TCSR halt register space commit: d59653233e8779e3fe082eb5635b9785f2095af6 [3/4] arm64: dts: qcom: sm8350: Add TCSR halt register space commit: 1accc6031d925c6045c4776d5f3646996b0b242a [4/4] arm64: dts: qcom: sm8550: Enable download mode register write commit: 44b1f64cad5703c87918cc9ffbf9b79bb959418d Best regards,
Hi Bjorn, I have said in one of the thread here, https://lore.kernel.org/lkml/57eed7c3-e884-a28b-a1ff-e5aecbb11137@quicinc.com/ There is a wrong register offset given for sm8550 in 4/4. Since, you applied the changes in your tree, shall i send the separate patch for it, or would you mind fixing it ? -Mukesh On 12/8/2023 8:27 AM, Bjorn Andersson wrote: > > On Wed, 25 Oct 2023 22:36:38 +0530, Mukesh Ojha wrote: >> Document the compatible for both sm8250 and sm8350 SoCs. >> >> > > Applied, thanks! > > [2/4] arm64: dts: qcom: sm8250: Add TCSR halt register space > commit: d59653233e8779e3fe082eb5635b9785f2095af6 > [3/4] arm64: dts: qcom: sm8350: Add TCSR halt register space > commit: 1accc6031d925c6045c4776d5f3646996b0b242a > [4/4] arm64: dts: qcom: sm8550: Enable download mode register write > commit: 44b1f64cad5703c87918cc9ffbf9b79bb959418d > > Best regards,
On 12/11/2023 1:36 PM, Mukesh Ojha wrote: > Hi Bjorn, > > I have said in one of the thread here, > > https://lore.kernel.org/lkml/57eed7c3-e884-a28b-a1ff-e5aecbb11137@quicinc.com/ > > There is a wrong register offset given for sm8550 in 4/4. > Since, you applied the changes in your tree, shall i send > the separate patch for it, or would you mind fixing it ? Please ignore my mail, I saw you made the correction. Thanks. https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=44b1f64cad5703c87918cc9ffbf9b79bb959418d -Mukesh > > -Mukesh > > On 12/8/2023 8:27 AM, Bjorn Andersson wrote: >> >> On Wed, 25 Oct 2023 22:36:38 +0530, Mukesh Ojha wrote: >>> Document the compatible for both sm8250 and sm8350 SoCs. >>> >>> >> >> Applied, thanks! >> >> [2/4] arm64: dts: qcom: sm8250: Add TCSR halt register space >> commit: d59653233e8779e3fe082eb5635b9785f2095af6 >> [3/4] arm64: dts: qcom: sm8350: Add TCSR halt register space >> commit: 1accc6031d925c6045c4776d5f3646996b0b242a >> [4/4] arm64: dts: qcom: sm8550: Enable download mode register write >> commit: 44b1f64cad5703c87918cc9ffbf9b79bb959418d >> >> Best regards,
diff --git a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml index 33c3d023a106..798705ab6a46 100644 --- a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml +++ b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml @@ -29,6 +29,8 @@ properties: - qcom,sdx65-tcsr - qcom,sm4450-tcsr - qcom,sm8150-tcsr + - qcom,sm8250-tcsr + - qcom,sm8350-tcsr - qcom,sm8450-tcsr - qcom,tcsr-apq8064 - qcom,tcsr-apq8084
Document the compatible for both sm8250 and sm8350 SoCs. Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com> --- Changes in v2: - Removed sm8550. - Removed regular expression from commit text/subject. Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 2 ++ 1 file changed, 2 insertions(+)