mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
Actually define the gate-clk for the otg-phy on rk3576 to make the nvmem-
support work, that was merged for 6.15 . -----BEGIN PGP SIGNATURE----- iQFEBAABCAAuFiEE7v+35S2Q1vLNA3Lx86Z5yZzRHYEFAmgXxfsQHGhlaWtvQHNu dGVjaC5kZQAKCRDzpnnJnNEdgWPICACVoA2M2k5AAgSfFRrEfQsDtC+gCXrbCPLW BzSx6aucevquyDGXeF0KB6fTv5JlQTprgTsEWMd2Xguzh0446FtRSrwqSLtZJ46p +p3ptWAuokLxnQ6Z8EiC02qOj4g+Kvq8axHyebkY5pB1NcvkavjxU2CpBoKaYlqh TTzij3ulUHIj3cIaok/62lSRrFjzypd0xc/Lp29QV5KttsFxXZX8SrXtrgfpou2+ D2p2iBg0HbVD/eL3SGd6nsMG6Iqm8x9yH8yaa4KF+oCKvPxuH/bqIlWS9UGpKCXB Bbn4X95dAvoYsatDDl2Vk+RZzfnl4arWF64f8/HklThs0WXTHNDD =13Mo -----END PGP SIGNATURE----- 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
This commit is contained in:
commit
2bc3ada090
|
|
@ -541,6 +541,8 @@ static struct rockchip_clk_branch rk3576_clk_branches[] __initdata = {
|
|||
RK3576_CLKGATE_CON(5), 14, GFLAGS),
|
||||
GATE(CLK_OTPC_AUTO_RD_G, "clk_otpc_auto_rd_g", "xin24m", 0,
|
||||
RK3576_CLKGATE_CON(5), 15, GFLAGS),
|
||||
GATE(CLK_OTP_PHY_G, "clk_otp_phy_g", "xin24m", 0,
|
||||
RK3576_CLKGATE_CON(6), 0, GFLAGS),
|
||||
COMPOSITE(CLK_MIPI_CAMERAOUT_M0, "clk_mipi_cameraout_m0", mux_24m_spll_gpll_cpll_p, 0,
|
||||
RK3576_CLKSEL_CON(38), 8, 2, MFLAGS, 0, 8, DFLAGS,
|
||||
RK3576_CLKGATE_CON(6), 3, GFLAGS),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user