summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/dsi/phy
diff options
context:
space:
mode:
authorArchit Taneja <architt@codeaurora.org>2015-11-30 17:47:17 +0530
committerRob Clark <robdclark@gmail.com>2015-12-14 10:39:59 -0500
commite6c4c78c10d87a99f298a2455a4aaede5743bb4f (patch)
tree2ca0933e4373626474320bc287c5fbb9193ed1a5 /drivers/gpu/drm/msm/dsi/phy
parentaf6d0423dfe33ca3bb9a0d1f50eb165b087fd88e (diff)
drm/msm/dsi: Don't get byte/pixel source clocks from DT
We retrieve the byte and pixel source clocks (RCG clocks) in the dsi driver via DT. These are needed so that we can re-parent these source clocks if we want to drive it using a different DSI PLL. We shouldn't get these via DT because they aren't clocks that directly serve as inputs to the dsi host. Fortunately, there is a static parent-child link between the byte_clk_src/pixel_clk_src and byte_clk/pixel_clk clocks. So, we can retrieve the source clocks via clk_get_parent. Do this instead of retrieving via DT. Cc: Rob Herring <robh@kernel.org> Cc: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Archit Taneja <architt@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/msm/dsi/phy')
0 files changed, 0 insertions, 0 deletions