From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
To: Aelin Reidel <aelin@mainlining.org>,
Krzysztof Kozlowski <krzk@kernel.org>
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>,
Taniya Das <quic_tdas@quicinc.com>,
linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux@mainlining.org, phone-devel@vger.kernel.org,
~postmarketos/upstreaming@lists.sr.ht
Subject: Re: [PATCH 1/4] dt-bindings: clock: qcom: document the Fillmore Global Clock Controller
Date: Tue, 10 Mar 2026 14:22:31 +0100 [thread overview]
Message-ID: <5ce56237-1a57-4dc0-99f5-c6c813875e08@oss.qualcomm.com> (raw)
In-Reply-To: <386d5f66-1f22-42dc-9696-05b1e54d7577@mainlining.org>
On 3/9/26 3:56 PM, Aelin Reidel wrote:
> On 3/9/26 8:38 AM, Krzysztof Kozlowski wrote:
>> On Sun, Mar 08, 2026 at 01:39:27AM +0100, Aelin Reidel wrote:
>>> Add bindings documentation for the Fillmore (e.g. SM7450) Global Clock
>>> Controller.
>>>
>>> Signed-off-by: Aelin Reidel <aelin@mainlining.org>
>>> ---
>>> .../bindings/clock/qcom,fillmore-gcc.yaml | 60 +++++++
>>> include/dt-bindings/clock/qcom,fillmore-gcc.h | 195 +++++++++++++++++++++
>>> 2 files changed, 255 insertions(+)
>>>
>>> diff --git a/Documentation/devicetree/bindings/clock/qcom,fillmore-gcc.yaml b/Documentation/devicetree/bindings/clock/qcom,fillmore-gcc.yaml
>>> new file mode 100644
>>> index 0000000000000000000000000000000000000000..0eb12a52968edc7961681f0e965b4d6da0858b9c
>>> --- /dev/null
>>> +++ b/Documentation/devicetree/bindings/clock/qcom,fillmore-gcc.yaml
>>> @@ -0,0 +1,60 @@
>>> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
>>> +%YAML 1.2
>>> +---
>>> +$id: http://devicetree.org/schemas/clock/qcom,fillmore-gcc.yaml#
>>> +$schema: http://devicetree.org/meta-schemas/core.yaml#
>>> +
>>> +title: Qualcomm Global Clock & Reset Controller on Fillmore
>>> +
>>> +maintainers:
>>> + - Aelin Reidel <aelin@mainlining.org>
>>> +
>>> +description: |
>>> + Qualcomm global clock control module provides the clocks, resets and power
>>> + domains on Fillmore.
>>> +
>>> + See also: include/dt-bindings/clock/qcom,fillmore-gcc.h
>>> +
>>> +properties:
>>> + compatible:
>>> + const: qcom,fillmore-gcc
>>> +
>>> + clocks:
>>> + items:
>>> + - description: Board XO source
>>> + - description: Sleep clock source
>>> + - description: PCIE 0 Pipe clock source
>>
>> Aer you sure there is no PCIE 1? Because I would be dissapointed if it
>> is being added later. With PCIE 1 clock this would be basically Milos
>> GCC.
>>
>> Best regards,
>> Krzysztof
>
> Yes, there is no PCIE 1. Fillmore has only PCIE 0, which is used for WiFi/BT
> and is Gen 3 1-lane.
I concur
Konrad
next prev parent reply other threads:[~2026-03-10 13:22 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-08 0:39 [PATCH 0/4] clk: qcom: Add support for basic clock providers on Fillmore SoC Aelin Reidel
2026-03-08 0:39 ` [PATCH 1/4] dt-bindings: clock: qcom: document the Fillmore Global Clock Controller Aelin Reidel
2026-03-08 0:50 ` Aelin Reidel
2026-03-09 7:38 ` Krzysztof Kozlowski
2026-03-09 14:56 ` Aelin Reidel
2026-03-10 13:22 ` Konrad Dybcio [this message]
2026-03-08 0:39 ` [PATCH 2/4] dt-bindings: clock: qcom: Document the Fillmore RPMH " Aelin Reidel
2026-03-09 7:39 ` Krzysztof Kozlowski
2026-03-08 0:39 ` [PATCH 3/4] clk: qcom: Add Global Clock controller (GCC) driver for Fillmore Aelin Reidel
2026-03-10 13:33 ` Dmitry Baryshkov
2026-03-10 15:15 ` Konrad Dybcio
2026-03-08 0:39 ` [PATCH 4/4] clk: qcom: rpmh: Add support for Fillmore rpmh clocks Aelin Reidel
2026-03-10 13:26 ` Konrad Dybcio
2026-03-09 10:57 ` [PATCH 0/4] clk: qcom: Add support for basic clock providers on Fillmore SoC 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=5ce56237-1a57-4dc0-99f5-c6c813875e08@oss.qualcomm.com \
--to=konrad.dybcio@oss.qualcomm.com \
--cc=aelin@mainlining.org \
--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=linux@mainlining.org \
--cc=mturquette@baylibre.com \
--cc=phone-devel@vger.kernel.org \
--cc=quic_tdas@quicinc.com \
--cc=robh@kernel.org \
--cc=sboyd@kernel.org \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/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