[PATCH 2/4] dt-bindings: clock: Add LPASSCC and reset controller for Glymur

From: Srinivas Kandagatla

Date: Tue Sep 22 2026 - 14:46:36 EST


The LPASS (Low Power Audio Subsystem) clock controller provides reset
support when it is under the control of Q6DSP.

Add support for those resets and adds IDs for clients to request the reset.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxxxxxxxx>
---
.../devicetree/bindings/clock/qcom,glymur-lpasscc.yaml | 10 ++++++++++
include/dt-bindings/clock/qcom,glymur-lpasscc.h | 3 +++
2 files changed, 13 insertions(+)

diff --git a/Documentation/devicetree/bindings/clock/qcom,glymur-lpasscc.yaml b/Documentation/devicetree/bindings/clock/qcom,glymur-lpasscc.yaml
index c047c0174a93..916ab1b3dbee 100644
--- a/Documentation/devicetree/bindings/clock/qcom,glymur-lpasscc.yaml
+++ b/Documentation/devicetree/bindings/clock/qcom,glymur-lpasscc.yaml
@@ -20,6 +20,7 @@ properties:
compatible:
enum:
- qcom,glymur-lpassaudiocc
+ - qcom,glymur-lpasscc

reg:
maxItems: 1
@@ -47,4 +48,13 @@ examples:
#clock-cells = <1>;
#reset-cells = <1>;
};
+
+ - |
+ #include <dt-bindings/clock/qcom,glymur-lpasscc.h>
+ lpasscc: clock-controller@33e0000 {
+ compatible = "qcom,glymur-lpasscc";
+ reg = <0x033e0000 0x12000>;
+ #clock-cells = <1>;
+ #reset-cells = <1>;
+ };
...
diff --git a/include/dt-bindings/clock/qcom,glymur-lpasscc.h b/include/dt-bindings/clock/qcom,glymur-lpasscc.h
index 3006b12e385e..3fc8e7313cab 100644
--- a/include/dt-bindings/clock/qcom,glymur-lpasscc.h
+++ b/include/dt-bindings/clock/qcom,glymur-lpasscc.h
@@ -13,4 +13,7 @@
#define LPASS_AUDIO_SWR_WSA3_CGCR 3
#define LPASS_AUDIO_SWR_WSA4_CGCR 4

+/* LPASS CC CSR */
+#define LPASS_AUDIO_SWR_TX_CGCR 0
+
#endif
--
2.53.0