[GIT PULL] Rockchip clock changes for 7.2 #1
Heiko Stuebner
heiko at sntech.de
Sun Jun 7 13:59:31 PDT 2026
Hi Mike, Stephen,
please find below a pull-request with a Rockchip clock change for 7.2
Please pull.
Thanks
Heiko
The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v7.2-rockchip-clk1
for you to fetch changes up to 7edfb7fb58ee058298e18fde76a6077ef17d19d8:
clk: rockchip: allow COMPILE_TEST builds (2026-05-13 12:35:57 +0200)
----------------------------------------------------------------
gate-clocks for i2s outputs on rk3588 and allowing compile-tests
for the whole clock driver.
The sparse warning when the Rockchip clock is compiled on M68K gets
fixed by:
https://lore.kernel.org/lkml/b55e9bd0532c0cad519809c86e0a8400060d75a1.1780559561.git.geert@linux-m68k.org/
----------------------------------------------------------------
Daniele Briguglio (5):
dt-bindings: clock: rockchip,rk3588-cru: add I2S MCLK output to IO clock IDs
clk: rockchip: allow grf_type_sys lookup in aux_grf_table
clk: rockchip: add helper to register auxiliary GRFs
soc: rockchip: rk3588: add SYS_GRF SOC_CON6 register offset
clk: rockchip: rk3588: add GATE_GRF clocks for I2S MCLK output to IO
Heiko Stuebner (1):
Merge branch 'v7.2-shared/socids' into v7.2-clk/next
Rosen Penev (1):
clk: rockchip: allow COMPILE_TEST builds
drivers/clk/Makefile | 2 +-
drivers/clk/rockchip/Kconfig | 2 +-
drivers/clk/rockchip/clk-rk3588.c | 16 ++++++++++++++++
drivers/clk/rockchip/clk.c | 25 +++++++++++++++++++++----
drivers/clk/rockchip/clk.h | 3 +++
include/dt-bindings/clock/rockchip,rk3588-cru.h | 4 ++++
include/soc/rockchip/rk3588_grf.h | 2 ++
7 files changed, 48 insertions(+), 6 deletions(-)
More information about the Linux-rockchip
mailing list