[PATCH v2] dt-bindings: mfd: qcom,tcsr: Add compatible for QCS8300

Jingyi Wang posted 1 patch 2 months, 2 weeks ago
Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH v2] dt-bindings: mfd: qcom,tcsr: Add compatible for QCS8300
Posted by Jingyi Wang 2 months, 2 weeks ago
Document the qcom,qcs8300-tcsr compatible, tcsr will provide various
control and status functions for their peripherals.

Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com>
---
Changes in v2:
- decoupled from the original series.
- Link to v1: https://lore.kernel.org/r/20240904-qcs8300_initial_dtsi-v1-0-d0ea9afdc007@quicinc.com
---
 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 c6bd14ec5aa0..0edc7810d8ef 100644
--- a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
+++ b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
@@ -21,6 +21,7 @@ properties:
           - qcom,msm8998-tcsr
           - qcom,qcm2290-tcsr
           - qcom,qcs404-tcsr
+          - qcom,qcs8300-tcsr
           - qcom,sc7180-tcsr
           - qcom,sc7280-tcsr
           - qcom,sc8280xp-tcsr

---
base-commit: 100cc857359b5d731407d1038f7e76cd0e871d94
change-id: 20240911-qcs8300_tcsr_binding-afbf8d5e0644

Best regards,
-- 
Jingyi Wang <quic_jingyw@quicinc.com>
Re: (subset) [PATCH v2] dt-bindings: mfd: qcom,tcsr: Add compatible for QCS8300
Posted by Lee Jones 1 month, 3 weeks ago
On Wed, 11 Sep 2024 15:44:25 +0800, Jingyi Wang wrote:
> Document the qcom,qcs8300-tcsr compatible, tcsr will provide various
> control and status functions for their peripherals.
> 
> 

Applied, thanks!

[1/1] dt-bindings: mfd: qcom,tcsr: Add compatible for QCS8300
      commit: 1857a06502dd04ebd682d99697e66aa38b15d43a

--
Lee Jones [李琼斯]

Re: [PATCH v2] dt-bindings: mfd: qcom,tcsr: Add compatible for QCS8300
Posted by Krzysztof Kozlowski 2 months, 2 weeks ago
On Wed, Sep 11, 2024 at 03:44:25PM +0800, Jingyi Wang wrote:
> Document the qcom,qcs8300-tcsr compatible, tcsr will provide various
> control and status functions for their peripherals.
> 
> Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com>
> ---
> Changes in v2:
> - decoupled from the original series.
> - Link to v1: https://lore.kernel.org/r/20240904-qcs8300_initial_dtsi-v1-0-d0ea9afdc007@quicinc.com
> ---
>  Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof