Skip to content

Commit 2bc3ada

Browse files
committed
Merge tag 'v6.15-rockchip-clkfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-fixes
Pull a Rockchip clk driver fix from Heiko Stuebner: Actually define the gate-clk for the otg-phy on rk3576 to make the nvmem- support work, that was merged for 6.15. * tag 'v6.15-rockchip-clkfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: clk: rockchip: rk3576: define clk_otp_phy_g
2 parents 0af2f6b + d934a93 commit 2bc3ada

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/clk/rockchip/clk-rk3576.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,8 @@ static struct rockchip_clk_branch rk3576_clk_branches[] __initdata = {
541541
RK3576_CLKGATE_CON(5), 14, GFLAGS),
542542
GATE(CLK_OTPC_AUTO_RD_G, "clk_otpc_auto_rd_g", "xin24m", 0,
543543
RK3576_CLKGATE_CON(5), 15, GFLAGS),
544+
GATE(CLK_OTP_PHY_G, "clk_otp_phy_g", "xin24m", 0,
545+
RK3576_CLKGATE_CON(6), 0, GFLAGS),
544546
COMPOSITE(CLK_MIPI_CAMERAOUT_M0, "clk_mipi_cameraout_m0", mux_24m_spll_gpll_cpll_p, 0,
545547
RK3576_CLKSEL_CON(38), 8, 2, MFLAGS, 0, 8, DFLAGS,
546548
RK3576_CLKGATE_CON(6), 3, GFLAGS),

0 commit comments

Comments
 (0)