]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
clk: rockchip: rename gate-grf clk file
authorHeiko Stuebner <heiko@sntech.de>
Thu, 8 May 2025 18:27:52 +0000 (20:27 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 13 May 2025 18:30:15 +0000 (20:30 +0200)
All Rockchip clock types live in files starting with clk-foo, so rename
the newly added gate-grf-clock to follow that scheme.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20250508182752.1925313-3-heiko@sntech.de
drivers/clk/rockchip/Makefile
drivers/clk/rockchip/clk-gate-grf.c [moved from drivers/clk/rockchip/gate-grf.c with 100% similarity]

index f0e0b2c6e876a84610fb3ecf33cc1935b10058d9..c281a9738d9f47f92b39c5eacd203b9145f6941e 100644 (file)
@@ -8,13 +8,13 @@ obj-$(CONFIG_COMMON_CLK_ROCKCHIP) += clk-rockchip.o
 clk-rockchip-y += clk.o
 clk-rockchip-y += clk-pll.o
 clk-rockchip-y += clk-cpu.o
+clk-rockchip-y += clk-gate-grf.o
 clk-rockchip-y += clk-half-divider.o
 clk-rockchip-y += clk-inverter.o
 clk-rockchip-y += clk-mmc-phase.o
 clk-rockchip-y += clk-muxgrf.o
 clk-rockchip-y += clk-ddr.o
 clk-rockchip-y += gate-link.o
-clk-rockchip-y += gate-grf.o
 clk-rockchip-$(CONFIG_RESET_CONTROLLER) += softrst.o
 
 obj-$(CONFIG_CLK_PX30)          += clk-px30.o