diff options
| author | WeiHao Li <cn.liweihao@gmail.com> | 2025-08-31 18:48:52 +0800 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2025-09-03 14:17:54 +0200 |
| commit | 77111b2c22ef5b368da5c833175b6f7806b39ccb (patch) | |
| tree | c2ca1182acc0902a282e55aa5f39e4e8b3d6a656 | |
| parent | 4a76a0a889cef284327f265f97edc4ff2f3e11cc (diff) | |
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>
| -rw-r--r-- | drivers/clk/rockchip/clk-rk3368.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/rockchip/clk-rk3368.c b/drivers/clk/rockchip/clk-rk3368.c index 04391e4e2874..95e6996adbae 100644 --- a/drivers/clk/rockchip/clk-rk3368.c +++ b/drivers/clk/rockchip/clk-rk3368.c @@ -526,7 +526,7 @@ static struct rockchip_clk_branch rk3368_clk_branches[] __initdata = { GATE(ACLK_PERI, "aclk_peri", "aclk_peri_src", CLK_IGNORE_UNUSED, RK3368_CLKGATE_CON(3), 1, GFLAGS), - GATE(0, "sclk_mipidsi_24m", "xin24m", 0, RK3368_CLKGATE_CON(4), 14, GFLAGS), + GATE(SCLK_MIPIDSI_24M, "sclk_mipidsi_24m", "xin24m", 0, RK3368_CLKGATE_CON(4), 14, GFLAGS), /* * Clock-Architecture Diagram 4 |
