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

Shawn Guo posted 1 patch 1 month, 3 weeks ago
There is a newer version of this series
Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: mfd: qcom,tcsr: Add compatible for Nord
Posted by Shawn Guo 1 month, 3 weeks ago
From: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>

Document Top Control and Status Register controller for Qualcomm Nord
SoC with a fallback on syscon.

Signed-off-by: Deepti Jaggi <deepti.jaggi@oss.qualcomm.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 14ae3f00ef7e..23317d1b381c 100644
--- a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
+++ b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
@@ -19,6 +19,7 @@ properties:
       - enum:
           - qcom,msm8976-tcsr
           - qcom,msm8998-tcsr
+          - qcom,nord-tcsr
           - qcom,qcm2290-tcsr
           - qcom,qcs404-tcsr
           - qcom,qcs615-tcsr
-- 
2.43.0
Re: [PATCH] dt-bindings: mfd: qcom,tcsr: Add compatible for Nord
Posted by Shawn Guo 1 month, 3 weeks ago
On Mon, Apr 20, 2026 at 12:13:18PM +0800, Shawn Guo wrote:
> From: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>
> 
> Document Top Control and Status Register controller for Qualcomm Nord
> SoC with a fallback on syscon.
> 
> Signed-off-by: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>

Sorry, but please ignore this one.  I forgot to add my SoB.

Shawn