summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mediatek/mtk_drm_drv.c
diff options
context:
space:
mode:
authorXinlei Lee <xinlei.lee@mediatek.com>2022-10-24 10:04:59 +0800
committerChun-Kuang Hu <chunkuang.hu@kernel.org>2022-12-26 23:19:28 +0000
commite15b0e6d77e9cf9a2763eaeea6045b1303126fdc (patch)
tree75c8e6ce276ede92b439367d6377ad1ce3ce5f8a /drivers/gpu/drm/mediatek/mtk_drm_drv.c
parent62fc5cd17172d8bc4a44cd127f7851048cf80231 (diff)
downloadlinux-e15b0e6d77e9cf9a2763eaeea6045b1303126fdc.tar.gz
linux-e15b0e6d77e9cf9a2763eaeea6045b1303126fdc.tar.bz2
linux-e15b0e6d77e9cf9a2763eaeea6045b1303126fdc.zip
drm/mediatek: Add mt8186 dpi compatibles and platform data
Add the compatible because use edge_cfg_in_mmsys in mt8186. Signed-off-by: Xinlei Lee <xinlei.lee@mediatek.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Reviewed-by: NĂ­colas F. R. A. Prado <nfraprado@collabora.com> Link: https://patchwork.kernel.org/project/linux-mediatek/patch/1666577099-3859-4-git-send-email-xinlei.lee@mediatek.com/ Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/mediatek/mtk_drm_drv.c')
-rw-r--r--drivers/gpu/drm/mediatek/mtk_drm_drv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/mediatek/mtk_drm_drv.c b/drivers/gpu/drm/mediatek/mtk_drm_drv.c
index cd5b18ef7951..4d552c260c91 100644
--- a/drivers/gpu/drm/mediatek/mtk_drm_drv.c
+++ b/drivers/gpu/drm/mediatek/mtk_drm_drv.c
@@ -637,6 +637,8 @@ static const struct of_device_id mtk_ddp_comp_dt_ids[] = {
.data = (void *)MTK_DPI },
{ .compatible = "mediatek,mt8183-dpi",
.data = (void *)MTK_DPI },
+ { .compatible = "mediatek,mt8186-dpi",
+ .data = (void *)MTK_DPI },
{ .compatible = "mediatek,mt8188-dp-intf",
.data = (void *)MTK_DP_INTF },
{ .compatible = "mediatek,mt8192-dpi",