drm/mediatek: add the DSI1 for component init condition
authorstu.hsieh@mediatek.com <stu.hsieh@mediatek.com>
Wed, 20 Jun 2018 08:19:12 +0000 (16:19 +0800)
committerCK Hu <ck.hu@mediatek.com>
Sun, 24 Jun 2018 04:03:57 +0000 (12:03 +0800)
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>
drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c

index 17b681686471fe4a1d9573093b3c0bfa9e637d67..ff974d82a4a67a918fb08f2fee2bcc073f91e648 100644 (file)
@@ -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) {