diff options
| author | Jonathan Marek <[email protected]> | 2020-09-11 15:09:39 +0000 |
|---|---|---|
| committer | Rob Clark <[email protected]> | 2020-09-12 16:59:58 +0000 |
| commit | 1ef7c99d145c2759308e53bf19f2cc971677680c (patch) | |
| tree | 09152ec6b0869a5b5bb6db05e37c9529437e9c77 /drivers/gpu/drm/msm/dsi/dsi.h | |
| parent | drm/msm/dsi: add DSI config for sm8150 and sm8250 (diff) | |
| download | kernel-1ef7c99d145c2759308e53bf19f2cc971677680c.tar.gz kernel-1ef7c99d145c2759308e53bf19f2cc971677680c.zip | |
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 <[email protected]>
Tested-by: Dmitry Baryshkov <[email protected]> (SM8250)
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/msm/dsi/dsi.h')
| -rw-r--r-- | drivers/gpu/drm/msm/dsi/dsi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/msm/dsi/dsi.h b/drivers/gpu/drm/msm/dsi/dsi.h index 4de771d6f0be..78ef5d4ed922 100644 --- a/drivers/gpu/drm/msm/dsi/dsi.h +++ b/drivers/gpu/drm/msm/dsi/dsi.h @@ -30,6 +30,8 @@ enum msm_dsi_phy_type { MSM_DSI_PHY_28NM_8960, MSM_DSI_PHY_14NM, MSM_DSI_PHY_10NM, + MSM_DSI_PHY_7NM, + MSM_DSI_PHY_7NM_V4_1, MSM_DSI_PHY_MAX }; |
