Skip to content

Commit 553f648

Browse files
committed
clk: rockchip: rename gate-grf clk file
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
1 parent e37fe0b commit 553f648

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

drivers/clk/rockchip/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ obj-$(CONFIG_COMMON_CLK_ROCKCHIP) += clk-rockchip.o
88
clk-rockchip-y += clk.o
99
clk-rockchip-y += clk-pll.o
1010
clk-rockchip-y += clk-cpu.o
11+
clk-rockchip-y += clk-gate-grf.o
1112
clk-rockchip-y += clk-half-divider.o
1213
clk-rockchip-y += clk-inverter.o
1314
clk-rockchip-y += clk-mmc-phase.o
1415
clk-rockchip-y += clk-muxgrf.o
1516
clk-rockchip-y += clk-ddr.o
1617
clk-rockchip-y += gate-link.o
17-
clk-rockchip-y += gate-grf.o
1818
clk-rockchip-$(CONFIG_RESET_CONTROLLER) += softrst.o
1919

2020
obj-$(CONFIG_CLK_PX30) += clk-px30.o
File renamed without changes.

0 commit comments

Comments
 (0)