From: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
To: Bjorn Andersson <andersson@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Taniya Das <quic_tdas@quicinc.com>,
Robert Marko <robimarko@gmail.com>,
Konrad Dybcio <konrad.dybcio@linaro.org>
Cc: linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH v2 03/14] dt-bindings: clock: add schema for qcom,gcc-mdm9615
Date: Wed, 29 May 2024 17:47:01 +0300 [thread overview]
Message-ID: <20240529-qcom-gdscs-v2-3-69c63d0ae1e7@linaro.org> (raw)
In-Reply-To: <20240529-qcom-gdscs-v2-0-69c63d0ae1e7@linaro.org>
Add schema for the Global Clock Controller (GCC) present on the Qualcomm
MDM9615 platform.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
.../bindings/clock/qcom,gcc-mdm9615.yaml | 50 ++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc-mdm9615.yaml b/Documentation/devicetree/bindings/clock/qcom,gcc-mdm9615.yaml
new file mode 100644
index 000000000000..418dea31eb62
--- /dev/null
+++ b/Documentation/devicetree/bindings/clock/qcom,gcc-mdm9615.yaml
@@ -0,0 +1,50 @@
+# SPDX-License-Identifier: GPL-2.0-only
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/clock/qcom,gcc-mdm9615.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Qualcomm Global Clock & Reset Controller
+
+maintainers:
+ - Stephen Boyd <sboyd@kernel.org>
+ - Taniya Das <quic_tdas@quicinc.com>
+
+description: |
+ Qualcomm global clock control module provides the clocks, resets and power
+ domains.
+
+ See also::
+ include/dt-bindings/clock/qcom,gcc-mdm9615.h
+
+allOf:
+ - $ref: qcom,gcc.yaml#
+
+properties:
+ compatible:
+ enum:
+ - qcom,gcc-mdm9615
+
+ clocks:
+ items:
+ - description: CXO clock
+ - description: PLL4 from LLC
+
+ '#power-domain-cells': false
+
+required:
+ - compatible
+
+unevaluatedProperties: false
+
+examples:
+ - |
+ clock-controller@900000 {
+ compatible = "qcom,gcc-mdm9615";
+ reg = <0x900000 0x4000>;
+ #clock-cells = <1>;
+ #reset-cells = <1>;
+ clocks = <&cxo_board>,
+ <&lcc_pll4>;
+ };
+...
--
2.39.2
next prev parent reply other threads:[~2024-05-29 14:47 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-29 14:46 [PATCH v2 00/14] dt-bindings: clock: qcom,gcc: handle the controllers without power domains Dmitry Baryshkov
2024-05-29 14:46 ` [PATCH v2 01/14] dt-bindings: clock: qcom,gcc-other: rename to qcom,mdm-mdm9607 Dmitry Baryshkov
2024-05-31 13:24 ` Krzysztof Kozlowski
2024-05-29 14:47 ` [PATCH v2 02/14] dt-bindings: clock: qcom,gcc: sort out power-domains support Dmitry Baryshkov
2024-05-31 13:25 ` Krzysztof Kozlowski
2024-05-29 14:47 ` Dmitry Baryshkov [this message]
2024-05-31 13:25 ` [PATCH v2 03/14] dt-bindings: clock: add schema for qcom,gcc-mdm9615 Krzysztof Kozlowski
2024-05-29 14:47 ` [PATCH v2 04/14] ARM: dts: qcom: apq8064: drop #power-domain-cells property of GCC Dmitry Baryshkov
2024-05-29 14:47 ` [PATCH v2 05/14] ARM: dts: qcom: msm8660: " Dmitry Baryshkov
2024-05-29 14:47 ` [PATCH v2 06/14] ARM: dts: qcom: msm8960: " Dmitry Baryshkov
2024-05-29 14:47 ` [PATCH v2 07/14] ARM: dts: qcom: ipq4019: " Dmitry Baryshkov
2024-05-29 14:47 ` [PATCH v2 08/14] ARM: dts: qcom: ipq8064: " Dmitry Baryshkov
2024-05-29 14:47 ` [PATCH v2 09/14] ARM: dts: qcom: mdm9615: " Dmitry Baryshkov
2024-05-29 14:47 ` [PATCH v2 10/14] arm64: dts: qcom: ipq5018: " Dmitry Baryshkov
2024-05-29 14:47 ` [PATCH v2 11/14] arm64: dts: qcom: ipq5332: " Dmitry Baryshkov
2024-05-29 14:47 ` [PATCH v2 12/14] arm64: dts: qcom: ipq9574: " Dmitry Baryshkov
2024-05-29 14:47 ` [PATCH v2 13/14] arm64: dts: qcom: ipq6018: fix GCC node name Dmitry Baryshkov
2024-05-29 14:47 ` [PATCH v2 14/14] arm64: dts: qcom: ipq8074: " Dmitry Baryshkov
2024-06-02 3:53 ` (subset) [PATCH v2 00/14] dt-bindings: clock: qcom,gcc: handle the controllers without power domains Bjorn Andersson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240529-qcom-gdscs-v2-3-69c63d0ae1e7@linaro.org \
--to=dmitry.baryshkov@linaro.org \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=konrad.dybcio@linaro.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=quic_tdas@quicinc.com \
--cc=robh@kernel.org \
--cc=robimarko@gmail.com \
--cc=sboyd@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).