diff options
author | Jeffrey Hugo <jeffrey.l.hugo@gmail.com> | 2019-05-30 19:00:59 +0300 |
---|---|---|
committer | Rob Clark <robdclark@chromium.org> | 2019-06-18 23:56:43 +0300 |
commit | 7b8c9e203039591e20337d5c6034331fc17d8d48 (patch) | |
tree | 445d6296cfb86e77309c22fd8de251c5de1aff02 /drivers/gpu/drm/msm/dsi/dsi_cfg.h | |
parent | 3dbbf8f09e8398c7bb838571b5def270609a6807 (diff) | |
download | linux-7b8c9e203039591e20337d5c6034331fc17d8d48.tar.xz |
drm/msm/dsi: Add support for MSM8998 DSI controller
The DSI controller on the MSM8998 SoC is a 6G v2.0.0 controller which is
very similar to the v2.0.1 of SDM845.
Signed-off-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com>
Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'drivers/gpu/drm/msm/dsi/dsi_cfg.h')
-rw-r--r-- | drivers/gpu/drm/msm/dsi/dsi_cfg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/msm/dsi/dsi_cfg.h b/drivers/gpu/drm/msm/dsi/dsi_cfg.h index 16c507911110..4f63b57b19dc 100644 --- a/drivers/gpu/drm/msm/dsi/dsi_cfg.h +++ b/drivers/gpu/drm/msm/dsi/dsi_cfg.h @@ -25,6 +25,7 @@ #define MSM_DSI_6G_VER_MINOR_V1_3 0x10030000 #define MSM_DSI_6G_VER_MINOR_V1_3_1 0x10030001 #define MSM_DSI_6G_VER_MINOR_V1_4_1 0x10040001 +#define MSM_DSI_6G_VER_MINOR_V2_2_0 0x20000000 #define MSM_DSI_6G_VER_MINOR_V2_2_1 0x20020001 #define MSM_DSI_V2_VER_MINOR_8064 0x0 |