drm/msm/dsi: Use msm_clk_get in dsi_get_config
authorArchit Taneja <architt@codeaurora.org>
Wed, 17 Jan 2018 09:34:42 +0000 (15:04 +0530)
committerRob Clark <robdclark@gmail.com>
Tue, 20 Feb 2018 15:41:21 +0000 (10:41 -0500)
commit29a1157ceba2bf885479d6dcd2933a6b0778266b
tree19870c67d3acd62a2c0214c0e605c7038e569ef4
parentff73ff19406098f71ec7628b951e0765f1df8128
drm/msm/dsi: Use msm_clk_get in dsi_get_config

We try to get the interface clock in dsi_get_config early during DSI's
component bind. Try getting both the "iface" and "iface_clk" clock name
variants so that we are compatible with both new and legacy DT.

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