[PATCH 0/4] clk: qcom: Add support for basic clock providers on Fillmore SoC

Aelin Reidel posted 4 patches 1 month ago
.../bindings/clock/qcom,fillmore-gcc.yaml          |   60 +
.../devicetree/bindings/clock/qcom,rpmhcc.yaml     |    1 +
drivers/clk/qcom/Kconfig                           |    9 +
drivers/clk/qcom/Makefile                          |    1 +
drivers/clk/qcom/clk-rpmh.c                        |   22 +
drivers/clk/qcom/gcc-fillmore.c                    | 2714 ++++++++++++++++++++
include/dt-bindings/clock/qcom,fillmore-gcc.h      |  195 ++
7 files changed, 3002 insertions(+)
[PATCH 0/4] clk: qcom: Add support for basic clock providers on Fillmore SoC
Posted by Aelin Reidel 1 month ago
This series adds the bare minimum clock provider (gcc and rpmh) driver
support for the Fillmore SoC (e.g. SM7450).

With this, it is possible to boot to the rootfs from the UFS storage and
have functioning USB.

The multimedia-specific clock providers will be sent in a follow-up
series.

This patch series was tested on a Xiaomi 13 Lite / Civi 2 (xiaomi-ziyi).

Signed-off-by: Aelin Reidel <aelin@mainlining.org>
---
Aelin Reidel (4):
      dt-bindings: clock: qcom: document the Fillmore Global Clock Controller
      dt-bindings: clock: qcom: Document the Fillmore RPMH Clock Controller
      clk: qcom: Add Global Clock controller (GCC) driver for Fillmore
      clk: qcom: rpmh: Add support for Fillmore rpmh clocks

 .../bindings/clock/qcom,fillmore-gcc.yaml          |   60 +
 .../devicetree/bindings/clock/qcom,rpmhcc.yaml     |    1 +
 drivers/clk/qcom/Kconfig                           |    9 +
 drivers/clk/qcom/Makefile                          |    1 +
 drivers/clk/qcom/clk-rpmh.c                        |   22 +
 drivers/clk/qcom/gcc-fillmore.c                    | 2714 ++++++++++++++++++++
 include/dt-bindings/clock/qcom,fillmore-gcc.h      |  195 ++
 7 files changed, 3002 insertions(+)
---
base-commit: a0ae2a256046c0c5d3778d1a194ff2e171f16e5f
change-id: 20260301-fillmore-clks-9509b588e71f

Best regards,
-- 
Aelin Reidel <aelin@mainlining.org>
Re: [PATCH 0/4] clk: qcom: Add support for basic clock providers on Fillmore SoC
Posted by Krzysztof Kozlowski 1 month ago
On 08/03/2026 01:39, Aelin Reidel wrote:
> This series adds the bare minimum clock provider (gcc and rpmh) driver
> support for the Fillmore SoC (e.g. SM7450).
> 
> With this, it is possible to boot to the rootfs from the UFS storage and
> have functioning USB.
> 
> The multimedia-specific clock providers will be sent in a follow-up
> series.
> 
> This patch series was tested on a Xiaomi 13 Lite / Civi 2 (xiaomi-ziyi).
> 
> Signed-off-by: Aelin Reidel <aelin@mainlining.org>

Do not Cc linux@mainlining.org. It causes multiple bounces and is not
even necessary. It's some distribution list only growing the CC list
negatively affecting spam scores of sending patches.

Start using kei or korgalore if you need to track patches.

Best regards,
Krzysztof