]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
clk: rockchip: Add clock controller driver for RK3528 SoC
authorYao Zi <ziyao@disroot.org>
Mon, 17 Feb 2025 06:11:44 +0000 (06:11 +0000)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 26 Feb 2025 17:04:29 +0000 (18:04 +0100)
commit5d0eb375e6857d270f6376d161ef02a1b7183fa2
treeab75f0a6fa8254d3d9a8ef7a1c4aeb446e3e48e6
parent651aabc9fb0f354ad2ba5fd06a6011e652447489
clk: rockchip: Add clock controller driver for RK3528 SoC

Add clock tree definition for RK3528. Similar to previous Rockchip
SoCs, clock controller of RK3528 is combined with the reset controller.
We omit the reset part for now since it's hard to test it without
support for other basic peripherals.

Signed-off-by: Yao Zi <ziyao@disroot.org>
Link: https://lore.kernel.org/r/20250217061142.38480-8-ziyao@disroot.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/Kconfig
drivers/clk/rockchip/Makefile
drivers/clk/rockchip/clk-rk3528.c [new file with mode: 0644]
drivers/clk/rockchip/clk.h