Skip to content

Commit 77111b2

Browse files
ieiaommind
authored andcommitted
clk: rockchip: rk3368: use clock ids for SCLK_MIPIDSI_24M
Export the clocks via the newly added clock-ids. Signed-off-by: WeiHao Li <cn.liweihao@gmail.com> Link: https://lore.kernel.org/r/20250831104855.45883-5-cn.liweihao@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 4a76a0a commit 77111b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/rockchip/clk-rk3368.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ static struct rockchip_clk_branch rk3368_clk_branches[] __initdata = {
526526
GATE(ACLK_PERI, "aclk_peri", "aclk_peri_src", CLK_IGNORE_UNUSED,
527527
RK3368_CLKGATE_CON(3), 1, GFLAGS),
528528

529-
GATE(0, "sclk_mipidsi_24m", "xin24m", 0, RK3368_CLKGATE_CON(4), 14, GFLAGS),
529+
GATE(SCLK_MIPIDSI_24M, "sclk_mipidsi_24m", "xin24m", 0, RK3368_CLKGATE_CON(4), 14, GFLAGS),
530530

531531
/*
532532
* Clock-Architecture Diagram 4

0 commit comments

Comments
 (0)