]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/mediatek: dsi: Add compatible for mt8167-dsi
authorLuca Leonardo Scorcia <l.scorcia@gmail.com>
Tue, 5 May 2026 21:45:00 +0000 (22:45 +0100)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Mon, 18 May 2026 13:44:33 +0000 (13:44 +0000)
commit6428eaf0c1f39815b08d57054895c1934d5782f3
tree34f720a05e677863cf0a112f11d01a88b9c10cba
parentc319b83e152181cc669a761695a9475510f5d3e5
drm/mediatek: dsi: Add compatible for mt8167-dsi

The mt8167 DSI controller is fully compatible with the one found in
mt2701. Unfortunately the device tree has a dedicated compatible for
mt8167 since 2022 and it cannot be changed with a fallback nor removed at
this point. The only way to get the device to work is to add the
compatible to the driver.

Signed-off-by: Luca Leonardo Scorcia <l.scorcia@gmail.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: CK Hu <ck.hu@mediatek.com>
Link: https://patchwork.kernel.org/project/dri-devel/patch/20260505214541.333657-3-l.scorcia@gmail.com/
Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
drivers/gpu/drm/mediatek/mtk_dsi.c