From: Melody Olvera <quic_molvera@quicinc.com>
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>,
Trilok Soni <quic_tsoni@quicinc.com>,
Satya Durga Srinivasu Prabhala <quic_satyap@quicinc.com>
Cc: <linux-arm-msm@vger.kernel.org>, <linux-clk@vger.kernel.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
Melody Olvera <quic_molvera@quicinc.com>
Subject: [PATCH v2 6/7] dt-bindings: clock: qcom: Document the SM8750 TCSR Clock Controller
Date: Mon, 11 Nov 2024 16:28:06 -0800 [thread overview]
Message-ID: <20241112002807.2804021-7-quic_molvera@quicinc.com> (raw)
In-Reply-To: <20241112002807.2804021-1-quic_molvera@quicinc.com>
From: Taniya Das <quic_tdas@quicinc.com>
Add bindings documentation for the SM8750 Clock Controller.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Taniya Das <quic_tdas@quicinc.com>
Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
---
.../bindings/clock/qcom,sm8550-tcsr.yaml | 2 ++
include/dt-bindings/clock/qcom,sm8750-tcsr.h | 15 +++++++++++++++
2 files changed, 17 insertions(+)
create mode 100644 include/dt-bindings/clock/qcom,sm8750-tcsr.h
diff --git a/Documentation/devicetree/bindings/clock/qcom,sm8550-tcsr.yaml b/Documentation/devicetree/bindings/clock/qcom,sm8550-tcsr.yaml
index 3b546deb514a..f3afbb25e868 100644
--- a/Documentation/devicetree/bindings/clock/qcom,sm8550-tcsr.yaml
+++ b/Documentation/devicetree/bindings/clock/qcom,sm8550-tcsr.yaml
@@ -16,6 +16,7 @@ description: |
See also:
- include/dt-bindings/clock/qcom,sm8550-tcsr.h
- include/dt-bindings/clock/qcom,sm8650-tcsr.h
+ - include/dt-bindings/clock/qcom,sm8750-tcsr.h
properties:
compatible:
@@ -24,6 +25,7 @@ properties:
- qcom,sar2130p-tcsr
- qcom,sm8550-tcsr
- qcom,sm8650-tcsr
+ - qcom,sm8750-tcsr
- qcom,x1e80100-tcsr
- const: syscon
diff --git a/include/dt-bindings/clock/qcom,sm8750-tcsr.h b/include/dt-bindings/clock/qcom,sm8750-tcsr.h
new file mode 100644
index 000000000000..1c502ac7c7f4
--- /dev/null
+++ b/include/dt-bindings/clock/qcom,sm8750-tcsr.h
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
+/*
+ * Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
+ */
+
+#ifndef _DT_BINDINGS_CLK_QCOM_TCSR_CC_SM8750_H
+#define _DT_BINDINGS_CLK_QCOM_TCSR_CC_SM8750_H
+
+/* TCSR_CC clocks */
+#define TCSR_PCIE_0_CLKREF_EN 0
+#define TCSR_UFS_CLKREF_EN 1
+#define TCSR_USB2_CLKREF_EN 2
+#define TCSR_USB3_CLKREF_EN 3
+
+#endif
--
2.46.1
next prev parent reply other threads:[~2024-11-12 0:28 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-12 0:28 [PATCH v2 0/7] clks: qcom: Introduce clks for SM8750 Melody Olvera
2024-11-12 0:28 ` [PATCH v2 1/7] dt-bindings: clock: qcom-rpmhcc: Add RPMHCC " Melody Olvera
2024-11-20 8:15 ` Krzysztof Kozlowski
2024-11-12 0:28 ` [PATCH v2 2/7] clk: qcom: rpmh: Add support for SM8750 rpmh clocks Melody Olvera
2024-11-15 15:31 ` Dmitry Baryshkov
2024-11-18 18:53 ` Melody Olvera
2024-11-19 1:58 ` Dmitry Baryshkov
2024-12-04 4:42 ` Taniya Das
2024-12-04 6:21 ` Taniya Das
2024-11-12 0:28 ` [PATCH v2 3/7] clk: qcom: clk-alpha-pll: Add support for controlling Taycan PLLs Melody Olvera
2024-11-15 15:32 ` Dmitry Baryshkov
2024-11-12 0:28 ` [PATCH v2 4/7] dt-bindings: clock: qcom: Add SM8750 GCC Melody Olvera
2024-11-20 8:17 ` Krzysztof Kozlowski
2024-11-25 21:15 ` Melody Olvera
2024-12-04 7:17 ` Taniya Das
2024-12-04 9:24 ` Taniya Das
2024-11-12 0:28 ` [PATCH v2 5/7] clk: qcom: Add support for GCC clock controller on SM8750 Melody Olvera
2024-11-15 15:34 ` Dmitry Baryshkov
2024-11-18 19:30 ` Melody Olvera
2024-11-19 1:59 ` Dmitry Baryshkov
2024-11-25 21:31 ` Melody Olvera
2024-11-26 7:37 ` Dmitry Baryshkov
2024-11-12 0:28 ` Melody Olvera [this message]
2024-11-12 0:28 ` [PATCH v2 7/7] clk: qcom: Add TCSR clock driver for SM8750 Melody Olvera
2024-11-15 15:37 ` Dmitry Baryshkov
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=20241112002807.2804021-7-quic_molvera@quicinc.com \
--to=quic_molvera@quicinc.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.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_satyap@quicinc.com \
--cc=quic_tdas@quicinc.com \
--cc=quic_tsoni@quicinc.com \
--cc=robh@kernel.org \
--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