From: Taniya Das <quic_tdas@quicinc.com>
To: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>,
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>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>
Cc: Ajit Pandey <quic_ajipan@quicinc.com>,
Imran Shaik <quic_imrashai@quicinc.com>,
Jagadeesh Kona <quic_jkona@quicinc.com>,
<linux-arm-msm@vger.kernel.org>, <linux-clk@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v8 02/10] dt-bindings: clock: Add Qualcomm QCS615 Camera clock controller
Date: Tue, 10 Jun 2025 14:53:28 +0530 [thread overview]
Message-ID: <814deadc-9b7d-49d6-88c4-cb8837486cdd@quicinc.com> (raw)
In-Reply-To: <b80d500b-6203-4d83-8396-3ba579abd980@linaro.org>
On 4/28/2025 6:38 PM, Vladimir Zapolskiy wrote:
> Hi Taniya.
>
> On 4/24/25 12:32, Taniya Das wrote:
>> Add DT bindings for the Camera clock on QCS615 platforms. Add the
>> relevant DT include definitions as well.
>>
>> Signed-off-by: Taniya Das <quic_tdas@quicinc.com>
>> ---
>> .../bindings/clock/qcom,qcs615-camcc.yaml | 43 ++++++++
>> include/dt-bindings/clock/qcom,qcs615-camcc.h | 110 +++++++++++
>> ++++++++++
>> 2 files changed, 153 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/clock/qcom,qcs615-
>> camcc.yaml b/Documentation/devicetree/bindings/clock/qcom,qcs615-
>> camcc.yaml
>> new file mode 100644
>> index
>> 0000000000000000000000000000000000000000..2b811e66d406c16c70004bb3a9fce294422a5914
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/clock/qcom,qcs615-camcc.yaml
>> @@ -0,0 +1,43 @@
>> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
>> +%YAML 1.2
>> +---
>> +$id: http://devicetree.org/schemas/clock/qcom,qcs615-camcc.yaml#
>> +$schema: http://devicetree.org/meta-schemas/core.yaml#
>> +
>> +title: Qualcomm Camera Clock & Reset Controller on QCS615
>> +
>> +maintainers:
>> + - Taniya Das <quic_tdas@quicinc.com>
>> +
>> +description: |
>> + Qualcomm camera clock control module provides the clocks, resets
>> and power
>> + domains on QCS615.
>> +
>> + See also: include/dt-bindings/clock/qcom,qcs615-camcc.h
>> +
>> +properties:
>> + compatible:
>> + const: qcom,qcs615-camcc
>> +
>> + clocks:
>> + items:
>> + - description: Board XO source
>> +
>> +allOf:
>> + - $ref: qcom,gcc.yaml#
>> +
>> +unevaluatedProperties: false
>> +
>> +examples:
>> + - |
>> + #include <dt-bindings/clock/qcom,rpmh.h>
>> + clock-controller@ad00000 {
>> + compatible = "qcom,qcs615-camcc";
>> + reg = <0xad00000 0x10000>;
>> + clocks = <&rpmhcc RPMH_CXO_CLK>;
>> +
>> + #clock-cells = <1>;
>> + #reset-cells = <1>;
>> + #power-domain-cells = <1>;
>> + };
>> +...
>
> Is there anything what prevents to add this clock controller dt bindings
> description into qcom,sm6350-camcc.yaml ?
>
> Apart of compatible values I barely see any difference between two of them.
>
Sure, I can re-use the bindings and push the next patch.
> --
> Best wishes,
> Vladimir
next prev parent reply other threads:[~2025-06-10 9:24 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-24 9:32 [PATCH v8 00/10] Add support for videocc, camcc, dispcc and gpucc on Qualcomm QCS615 platform Taniya Das
2025-04-24 9:32 ` [PATCH v8 01/10] clk: qcom: clk-alpha-pll: Add support for dynamic update for slewing PLLs Taniya Das
2025-04-24 9:32 ` [PATCH v8 02/10] dt-bindings: clock: Add Qualcomm QCS615 Camera clock controller Taniya Das
2025-04-25 5:49 ` Krzysztof Kozlowski
2025-04-28 13:08 ` Vladimir Zapolskiy
2025-06-10 9:23 ` Taniya Das [this message]
2025-04-24 9:32 ` [PATCH v8 03/10] clk: qcom: camcc-qcs615: Add QCS615 camera clock controller driver Taniya Das
2025-04-24 9:32 ` [PATCH v8 04/10] dt-bindings: clock: Add Qualcomm QCS615 Display clock controller Taniya Das
2025-04-24 15:32 ` Krzysztof Kozlowski
2025-04-24 9:33 ` [PATCH v8 05/10] clk: qcom: dispcc-qcs615: Add QCS615 display clock controller driver Taniya Das
2025-04-24 9:33 ` [PATCH v8 06/10] dt-bindings: clock: Add Qualcomm QCS615 Graphics clock controller Taniya Das
2025-04-24 15:31 ` Krzysztof Kozlowski
2025-04-24 9:33 ` [PATCH v8 07/10] clk: qcom: gpucc-qcs615: Add QCS615 graphics clock controller driver Taniya Das
2025-04-24 9:33 ` [PATCH v8 08/10] dt-bindings: clock: Add Qualcomm QCS615 Video clock controller Taniya Das
2025-04-24 15:31 ` Krzysztof Kozlowski
2025-04-24 9:33 ` [PATCH v8 09/10] clk: qcom: videocc-qcs615: Add QCS615 video clock controller driver Taniya Das
2025-04-24 9:33 ` [PATCH v8 10/10] arm64: defconfig: Enable QCS615 clock controllers Taniya Das
2025-04-24 10:18 ` Dmitry Baryshkov
2025-04-24 11:10 ` [PATCH v8 00/10] Add support for videocc, camcc, dispcc and gpucc on Qualcomm QCS615 platform Krzysztof Kozlowski
2025-04-24 11:13 ` Taniya Das
2025-04-24 15:29 ` Krzysztof Kozlowski
2025-04-24 16:28 ` Taniya Das
2025-04-25 5:48 ` Krzysztof Kozlowski
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=814deadc-9b7d-49d6-88c4-cb8837486cdd@quicinc.com \
--to=quic_tdas@quicinc.com \
--cc=andersson@kernel.org \
--cc=catalin.marinas@arm.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.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_ajipan@quicinc.com \
--cc=quic_imrashai@quicinc.com \
--cc=quic_jkona@quicinc.com \
--cc=robh@kernel.org \
--cc=sboyd@kernel.org \
--cc=vladimir.zapolskiy@linaro.org \
--cc=will@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