From: Taniya Das <quic_tdas@quicinc.com>
To: Krzysztof Kozlowski <krzk@kernel.org>,
Melody Olvera <quic_molvera@quicinc.com>
Cc: 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>,
Trilok Soni <quic_tsoni@quicinc.com>,
"Satya Durga Srinivasu Prabhala" <quic_satyap@quicinc.com>,
<linux-arm-msm@vger.kernel.org>, <linux-clk@vger.kernel.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 4/7] dt-bindings: clock: qcom: Add SM8750 GCC
Date: Wed, 4 Dec 2024 12:47:52 +0530 [thread overview]
Message-ID: <9d0bb244-ecbd-4630-a774-6f2cd1ffb2cb@quicinc.com> (raw)
In-Reply-To: <vzu23hoou5rbcucrsnauq4ygxmqzuonyvxvnarsgxycc7wrnro@vpxauk6zmq36>
On 11/20/2024 1:47 PM, Krzysztof Kozlowski wrote:
> On Mon, Nov 11, 2024 at 04:28:04PM -0800, Melody Olvera wrote:
>> From: Taniya Das <quic_tdas@quicinc.com>
>>
>> Add bindings documentation for the SM8750 General Clock Controller.
>
> Subject prefix - use proper file prefix:
> dt-bindings: clock: qcom,sm8650-gcc:
>
>>
>> Signed-off-by: Taniya Das <quic_tdas@quicinc.com>
>> Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
>> ---
>> .../bindings/clock/qcom,sm8650-gcc.yaml | 8 +-
>> include/dt-bindings/clock/qcom,sm8750-gcc.h | 226 ++++++++++++++++++
>> 2 files changed, 232 insertions(+), 2 deletions(-)
>> create mode 100644 include/dt-bindings/clock/qcom,sm8750-gcc.h
>>
>> diff --git a/Documentation/devicetree/bindings/clock/qcom,sm8650-gcc.yaml b/Documentation/devicetree/bindings/clock/qcom,sm8650-gcc.yaml
>> index 976f29cce809..e50b5f1cad75 100644
>> --- a/Documentation/devicetree/bindings/clock/qcom,sm8650-gcc.yaml
>> +++ b/Documentation/devicetree/bindings/clock/qcom,sm8650-gcc.yaml
>> @@ -13,11 +13,15 @@ description: |
>> Qualcomm global clock control module provides the clocks, resets and power
>> domains on SM8650
>>
>> - See also:: include/dt-bindings/clock/qcom,sm8650-gcc.h
>> + See also: include/dt-bindings/clock/qcom,sm8650-gcc.h
>> + include/dt-bindings/reset/qcom,sm8750-gcc.h
>>
>> properties:
>> compatible:
>> - const: qcom,sm8650-gcc
>> + items:
>
> No need for items, simpler is just enum.
>
will fix in the next patch.
>> + - enum:
>> + - qcom,sm8650-gcc
>> + - qcom,sm8750-gcc
>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
> Best regards,
> Krzysztof
>
--
Thanks & Regards,
Taniya Das.
next prev parent reply other threads:[~2024-12-04 7:18 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 [this message]
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 ` [PATCH v2 6/7] dt-bindings: clock: qcom: Document the SM8750 TCSR Clock Controller Melody Olvera
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=9d0bb244-ecbd-4630-a774-6f2cd1ffb2cb@quicinc.com \
--to=quic_tdas@quicinc.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzk@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_molvera@quicinc.com \
--cc=quic_satyap@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