Re: [PATCH 1/9] dt-bindings: clock: add Qualcomm IPQ5210 GCC
From: Kathiravan Thirumoorthy
Date: Mon Mar 16 2026 - 03:17:00 EST
On 3/13/2026 6:52 PM, Krzysztof Kozlowski wrote:
On Wed, Mar 11, 2026 at 03:15:43PM +0530, Kathiravan Thirumoorthy wrote:
Add binding for the Qualcomm IPQ5210 Global Clock Controller.Just a single ':'
Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@xxxxxxxxxxxxxxxx>
---
.../bindings/clock/qcom,ipq5210-gcc.yaml | 62 ++++++++++
include/dt-bindings/clock/qcom,ipq5210-gcc.h | 126 ++++++++++++++++++++
include/dt-bindings/reset/qcom,ipq5210-gcc.h | 127 +++++++++++++++++++++
3 files changed, 315 insertions(+)
diff --git a/Documentation/devicetree/bindings/clock/qcom,ipq5210-gcc.yaml b/Documentation/devicetree/bindings/clock/qcom,ipq5210-gcc.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..aeb5d9a3f8322d5d36d2fd19a1d23b275efc34b3
--- /dev/null
+++ b/Documentation/devicetree/bindings/clock/qcom,ipq5210-gcc.yaml
@@ -0,0 +1,62 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/clock/qcom,ipq5210-gcc.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Qualcomm Global Clock & Reset Controller on IPQ5210
+
+maintainers:
+ - Bjorn Andersson <andersson@xxxxxxxxxx>
+ - Kathiravan Thirumoorthy <kathiravan.thirumoorthy@xxxxxxxxxxxxxxxx>
+
+description: |
+ Qualcomm global clock control module provides the clocks, resets and power
+ domains on IPQ5210
+
+ See also::
Ack.
+ include/dt-bindings/clock/qcom,ipq5210-gcc.hReviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
+ include/dt-bindings/reset/qcom,ipq5210-gcc.h
Thanks!
Best regards,
Krzysztof