diff options
author | Jonathan Marek <jonathan@marek.ca> | 2020-09-11 18:09:39 +0300 |
---|---|---|
committer | Rob Clark <robdclark@chromium.org> | 2020-09-12 19:59:58 +0300 |
commit | 1ef7c99d145c2759308e53bf19f2cc971677680c (patch) | |
tree | 09152ec6b0869a5b5bb6db05e37c9529437e9c77 /drivers/gpu/drm/msm/Kconfig | |
parent | 11550636040dddadcb2ffec18c37fb2c5105a04a (diff) | |
download | linux-1ef7c99d145c2759308e53bf19f2cc971677680c.tar.xz |
drm/msm/dsi: add support for 7nm DSI PHY/PLL
This adds support for the 7nm ("V4") DSI PHY/PLL for sm8150 and sm8250.
Implementation is based on 10nm driver, but updated based on the downstream
7nm driver.
Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Tested-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> (SM8250)
Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'drivers/gpu/drm/msm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/msm/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/msm/Kconfig b/drivers/gpu/drm/msm/Kconfig index 6deaa7d01654..5c55cd0ce9f9 100644 --- a/drivers/gpu/drm/msm/Kconfig +++ b/drivers/gpu/drm/msm/Kconfig @@ -110,3 +110,11 @@ config DRM_MSM_DSI_10NM_PHY default y help Choose this option if DSI PHY on SDM845 is used on the platform. + +config DRM_MSM_DSI_7NM_PHY + bool "Enable DSI 7nm PHY driver in MSM DRM (used by SM8150/SM8250)" + depends on DRM_MSM_DSI + default y + help + Choose this option if DSI PHY on SM8150/SM8250 is used on the + platform. |