Skip to content

Commit

Permalink
drm/msm/dsi: Populate PLL 10nm clock ops
Browse files Browse the repository at this point in the history
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: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
  • Loading branch information
Archit Taneja authored and Rob Clark committed Feb 20, 2018
1 parent 973e02d commit 28e4309
Showing 1 changed file with 654 additions and 8 deletions.
Loading

0 comments on commit 28e4309

Please sign in to comment.