• Archit Taneja's avatar
    drm/msm/dsi: Populate PLL 10nm clock ops · 28e4309a
    Archit Taneja authored
    Populate PLL clock ops from downstream. This contains the VCO PLL
    ops and the registration of standard clk_divider and clk_mux clocks.
    Unlike 14nm PLL, the postdividers/mux of the slave PLL doesn't need
    to be set to the same values of the postdivs/mux of the master PLL.
    Hence, we don't need special postdivider clock ops like we did with
    the 14nm PLL driver.
    
    Like the previous PLL drivers, the implementation is slightly different
    from downstream. We don't use shadow clocks, but have the ability to
    reparent the RCGs to a different source.
    Signed-off-by: default avatarArchit Taneja <architt@codeaurora.org>
    Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
    28e4309a
dsi_pll_10nm.c 22.8 KB