]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clk: rockchip: Drop empty init callback for rk3588 PLL type
authorYao Zi <ziyao@disroot.org>
Wed, 26 Mar 2025 11:35:56 +0000 (11:35 +0000)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 10 Apr 2025 13:09:17 +0000 (15:09 +0200)
commit646bfc52bbe184c0579060c3919e5d70885b0dcc
treea10b23fc15d62e2521b305f729be27127c98778c
parent831a8ac72264426ccd0ee5d2b0d74491ea7d2bfb
clk: rockchip: Drop empty init callback for rk3588 PLL type

Unlike PLLs in previous geneation of SoCs, PLLs in RK3588 type don't
require any platform-specific initialization. Drop callback
rockchip_rk3588_pll_init() that does nothing in fact to clean the
driver up.

Signed-off-by: Yao Zi <ziyao@disroot.org>
Link: https://lore.kernel.org/r/20250326113556.21039-1-ziyao@disroot.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-pll.c