mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git
synced 2026-05-02 23:34:39 -04:00
drm/msm/dsi: drop msm_dsi_pll abstraction
Drop the struct msm_dsi_pll abstraction, by including vco's clk_hw directly into struct msm_dsi_phy. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Abhinav Kumar <abhinavk@codeaurora.org> Tested-by: Stephen Boyd <swboyd@chromium.org> # on sc7180 lazor Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20210331105735.3690009-19-dmitry.baryshkov@linaro.org Signed-off-by: Rob Clark <robdclark@chromium.org>
This commit is contained in:
committed by
Rob Clark
parent
2a831d9e38
commit
007687c38a
@@ -77,14 +77,6 @@ config DRM_MSM_DSI
|
||||
Choose this option if you have a need for MIPI DSI connector
|
||||
support.
|
||||
|
||||
config DRM_MSM_DSI_PLL
|
||||
bool "Enable DSI PLL driver in MSM DRM"
|
||||
depends on DRM_MSM_DSI && COMMON_CLK
|
||||
default y
|
||||
help
|
||||
Choose this option to enable DSI PLL driver which provides DSI
|
||||
source clocks under common clock framework.
|
||||
|
||||
config DRM_MSM_DSI_28NM_PHY
|
||||
bool "Enable DSI 28nm PHY driver in MSM DRM"
|
||||
depends on DRM_MSM_DSI
|
||||
|
||||
Reference in New Issue
Block a user