clk: rockchip: rename gate-grf clk file
From: Heiko Stuebner <heiko@...> Date: Thu, 8 May 2025 20:22:26 +0200
Commit-Message
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@...>
Patch-Comment
drivers/clk/rockchip/Makefile | 2 +- drivers/clk/rockchip/{gate-grf.c => clk-gate-grf.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename drivers/clk/rockchip/{gate-grf.c => clk-gate-grf.c} (100%) diff --git a/drivers/clk/rockchip/gate-grf.c b/drivers/clk/rockchip/clk-gate-grf.c similarity index 100% rename from drivers/clk/rockchip/gate-grf.c rename to drivers/clk/rockchip/clk-gate-grf.c
Statistics
- 1 lines added
- 1 lines removed