]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm/dsi: Delay dsi_clk_init
authorArchit Taneja <architt@codeaurora.org>
Fri, 9 Oct 2015 07:10:39 +0000 (12:40 +0530)
committerRob Clark <robdclark@gmail.com>
Mon, 14 Dec 2015 15:40:24 +0000 (10:40 -0500)
commitb19cd3c5031b20d9491b6a85fef14c6859d0860a
tree40812db3715d1a388690a28ffbd17fa99ec8bada
parent1a9a3e3f5b8e2cd542b7e69f54b934b87d29a045
drm/msm/dsi: Delay dsi_clk_init

Initialize clocks only after we get the DSI host version. This will allow
us to get clocks using a pre-defined list based on the DSI major/minor
version of the host. This is required since clock requirements of
different major DSI revisions(v2 vs 6g) aren't the same.

Modify dsi_get_version to get the interface clock, and then put it after
it is used.

Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/dsi/dsi_host.c