]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
clk: rockchip: Add clock controller for the RK3562
authorFinley Xiao <finley.xiao@rock-chips.com>
Thu, 27 Feb 2025 10:59:15 +0000 (18:59 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 2 Mar 2025 16:51:51 +0000 (17:51 +0100)
commitf863d4cc79a7e2f8c734d1fac84dc275805f41c7
tree252f3cdd1c40fcd741a4432450e2aeebfab52a1d
parentd7ef9f7fb36947a858c6ec30fcc0c1d3f335d88f
clk: rockchip: Add clock controller for the RK3562

Add the clock tree definition for the new RK3562 SoC.

Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Link: https://lore.kernel.org/r/20250227105916.2340856-3-kever.yang@rock-chips.com
[dropped non-working module code, cleaned up init a bit to address
 build failure reported from kernel test robot
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202503021302.FjsycBI2-lkp@intel.com/ ]
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/Kconfig
drivers/clk/rockchip/Makefile
drivers/clk/rockchip/clk-rk3562.c [new file with mode: 0644]
drivers/clk/rockchip/clk.h
drivers/clk/rockchip/rst-rk3562.c [new file with mode: 0644]