linux_dsm_epyc7002/drivers/gpu/drm/msm/dsi
Archit Taneja e6c4c78c10 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>
2015-12-14 10:39:59 -05:00
..
phy drm/msm/dsi: Updata LNn_CFG4 register settings for 28nm PHY 2015-10-22 15:39:54 -04:00
pll Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2015-09-04 15:49:32 -07:00
dsi_cfg.c drm/msm/dsi: Introduce DSI configuration module 2015-08-15 18:27:29 -04:00
dsi_cfg.h drm/msm/dsi: Introduce DSI configuration module 2015-08-15 18:27:29 -04:00
dsi_host.c drm/msm/dsi: Don't get byte/pixel source clocks from DT 2015-12-14 10:39:59 -05:00
dsi_manager.c drm/msm/dsi: Modify dsi manager bridge ops to work with external bridges 2015-08-15 18:27:26 -04:00
dsi.c drm/msm/dsi: Allow dsi to connect to an external bridge 2015-08-15 18:27:25 -04:00
dsi.h drm/msm/dsi: Return void from msm_dsi_phy_disable() 2015-08-15 18:27:28 -04:00
dsi.xml.h drm/msm: update generated headers 2015-10-22 15:39:44 -04:00
mmss_cc.xml.h drm/msm: update generated headers 2015-10-22 15:39:44 -04:00
sfpb.xml.h drm/msm: update generated headers 2015-10-22 15:39:44 -04:00