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>
This commit is contained in:
parent
b1df55d308
commit
6de6140262
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue