summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mediatek
diff options
context:
space:
mode:
authorstu.hsieh@mediatek.com <stu.hsieh@mediatek.com>2018-06-20 16:19:12 +0800
committerCK Hu <ck.hu@mediatek.com>2018-06-24 12:03:57 +0800
commit6de614026234f900ee55afb8dc8ea5f07b7509cd (patch)
treea8138e968a2a40823e0552771ac36a4e8bf64535 /drivers/gpu/drm/mediatek
parentb1df55d308a0489dc7f1531c83607101c3535b8e (diff)
downloadop-kernel-dev-6de614026234f900ee55afb8dc8ea5f07b7509cd.zip
op-kernel-dev-6de614026234f900ee55afb8dc8ea5f07b7509cd.tar.gz
drm/mediatek: add the DSI1 for component init condition
This patch add the DSI1 for component init condition Signed-off-by: Stu Hsieh <stu.hsieh@mediatek.com> Signed-off-by: CK Hu <ck.hu@mediatek.com>
Diffstat (limited to 'drivers/gpu/drm/mediatek')
-rw-r--r--drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c b/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c
index 17b6816..ff974d8 100644
--- a/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c
+++ b/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c
@@ -280,6 +280,7 @@ int mtk_ddp_comp_init(struct device *dev, struct device_node *node,
comp_id == DDP_COMPONENT_DPI0 ||
comp_id == DDP_COMPONENT_DPI1 ||
comp_id == DDP_COMPONENT_DSI0 ||
+ comp_id == DDP_COMPONENT_DSI1 ||
comp_id == DDP_COMPONENT_DSI2 ||
comp_id == DDP_COMPONENT_DSI3 ||
comp_id == DDP_COMPONENT_PWM0) {
OpenPOWER on IntegriCloud