diff options
author | Konrad Dybcio <konradybcio@gmail.com> | 2020-07-26 14:12:03 +0300 |
---|---|---|
committer | Rob Clark <robdclark@chromium.org> | 2020-07-31 16:46:17 +0300 |
commit | 033f47f7f12168b39c10158551576b15dec61505 (patch) | |
tree | dd6845e4cf6a7394f00c5bb09f2696901cb98a42 /drivers/gpu/drm/msm/dsi/dsi_cfg.h | |
parent | 75c1437ceb77ffcdb9358688b3b56245c6ba3851 (diff) | |
download | linux-033f47f7f12168b39c10158551576b15dec61505.tar.xz |
drm/msm/dsi: Add DSI configuration for SDM660
This also applies to sdm630/636 and their SDA
counterparts.
Signed-off-by: Konrad Dybcio <konradybcio@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 217e24a65178..efd469d1db45 100644 --- a/drivers/gpu/drm/msm/dsi/dsi_cfg.h +++ b/drivers/gpu/drm/msm/dsi/dsi_cfg.h @@ -18,6 +18,7 @@ #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_V1_4_2 0x10040002 +#define MSM_DSI_6G_VER_MINOR_V2_1_0 0x20010000 #define MSM_DSI_6G_VER_MINOR_V2_2_0 0x20000000 #define MSM_DSI_6G_VER_MINOR_V2_2_1 0x20020001 #define MSM_DSI_6G_VER_MINOR_V2_4_1 0x20040001 |