diff options
author | Archit Taneja <architt@codeaurora.org> | 2015-10-14 02:30:34 -0400 |
---|---|---|
committer | Rob Clark <robdclark@gmail.com> | 2015-12-14 10:40:06 -0500 |
commit | 225380b3e9b4b82d19de5a161aee169dbc57f353 (patch) | |
tree | 3b5ff612b900c16a0b5bebf56e4aa83df5c4aa4f /drivers/gpu/drm/msm/dsi/dsi.h | |
parent | e6c4c78c10d87a99f298a2455a4aaede5743bb4f (diff) |
drm/msm/dsi: Add support for 28nm PHY on 8960
DSI PHY on MSM8960 and APQ8064 is a 28nm PHY that's different from the
supported 28nm LP PHY found in newer chips.
Add support for the new PHY.
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/msm/dsi/dsi.h')
-rw-r--r-- | drivers/gpu/drm/msm/dsi/dsi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/msm/dsi/dsi.h b/drivers/gpu/drm/msm/dsi/dsi.h index 5f5a3732cdf6..8140e8b820e4 100644 --- a/drivers/gpu/drm/msm/dsi/dsi.h +++ b/drivers/gpu/drm/msm/dsi/dsi.h | |||
@@ -31,6 +31,7 @@ enum msm_dsi_phy_type { | |||
31 | MSM_DSI_PHY_28NM_HPM, | 31 | MSM_DSI_PHY_28NM_HPM, |
32 | MSM_DSI_PHY_28NM_LP, | 32 | MSM_DSI_PHY_28NM_LP, |
33 | MSM_DSI_PHY_20NM, | 33 | MSM_DSI_PHY_20NM, |
34 | MSM_DSI_PHY_28NM_8960, | ||
34 | MSM_DSI_PHY_MAX | 35 | MSM_DSI_PHY_MAX |
35 | }; | 36 | }; |
36 | 37 | ||