[GIT PULL] Rockchip clock changes for 7.1 #1

Heiko Stuebner heiko at sntech.de
Mon Mar 30 06:42:00 PDT 2026


Hi Mike, Stephen,

please find below a pull-request with a Rockchip clock change for 7.1
One new clock driver and sone newly accessible existing clocks.

Please pull.

Thanks
Heiko


The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

  Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v7.1-rockchip-clk1

for you to fetch changes up to 41b1a6760959017c4fa1dbc7c3cc318406ab1455:

  clk: rockchip: rk3568: Add PCIe pipe clock gates (2026-03-10 09:34:27 +0100)

----------------------------------------------------------------
New clock driver for the RV1103B. For whatever reason that SoC only got
a B addition to the name, but major changes internally - likely it is
pin compatible with the non-b-variant. Other change is actually
exporting PCIe pipe-clocks that were already in the binding.

----------------------------------------------------------------
Fabio Estevam (2):
      dt-bindings: clock: rockchip: Add RV1103B CRU support
      clk: rockchip: Add clock controller for the RV1103B

Shawn Lin (1):
      clk: rockchip: rk3568: Add PCIe pipe clock gates

 .../bindings/clock/rockchip,rv1126b-cru.yaml       |   1 +
 drivers/clk/rockchip/Kconfig                       |   7 +
 drivers/clk/rockchip/Makefile                      |   1 +
 drivers/clk/rockchip/clk-rk3568.c                  |   6 +
 drivers/clk/rockchip/clk-rv1103b.c                 | 658 +++++++++++++++++++++
 drivers/clk/rockchip/clk.h                         |  49 ++
 include/dt-bindings/clock/rockchip,rv1103b-cru.h   | 220 +++++++
 7 files changed, 942 insertions(+)
 create mode 100644 drivers/clk/rockchip/clk-rv1103b.c
 create mode 100644 include/dt-bindings/clock/rockchip,rv1103b-cru.h






More information about the Linux-rockchip mailing list