Commit 8d4f5a9e authored by jason-jh.lin's avatar jason-jh.lin Committed by Jassi Brar
Browse files

mailbox: cmdq: add mediatek mailbox support for mt8195



Add mt8195 compatible name in the driver data of cmdq mailbox driver.

Signed-off-by: default avatarjason-jh.lin <jason-jh.lin@mediatek.com>
Signed-off-by: default avatarJassi Brar <jaswinder.singh@linaro.org>
parent 704446b9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -621,6 +621,7 @@ static const struct of_device_id cmdq_of_ids[] = {
	{.compatible = "mediatek,mt8183-gce", .data = (void *)&gce_plat_v3},
	{.compatible = "mediatek,mt6779-gce", .data = (void *)&gce_plat_v4},
	{.compatible = "mediatek,mt8192-gce", .data = (void *)&gce_plat_v5},
	{.compatible = "mediatek,mt8195-gce", .data = (void *)&gce_plat_v4},
	{}
};