diff options
| author | [email protected] <[email protected]> | 2018-06-20 16:19:12 +0800 |
|---|---|---|
| committer | CK Hu <[email protected]> | 2018-06-24 12:03:57 +0800 |
| commit | 6de614026234f900ee55afb8dc8ea5f07b7509cd (patch) | |
| tree | a8138e968a2a40823e0552771ac36a4e8bf64535 | |
| parent | b1df55d308a0489dc7f1531c83607101c3535b8e (diff) | |
drm/mediatek: add the DSI1 for component init condition
This patch add the DSI1 for component init condition
Signed-off-by: Stu Hsieh <[email protected]>
Signed-off-by: CK Hu <[email protected]>
| -rw-r--r-- | drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c | 1 |
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 17b681686471..ff974d82a4a6 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) { |