add mt8192 support

Signed-off-by: Yongqiang Niu <[email protected]>
---
 drivers/mailbox/mtk-cmdq-mailbox.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c 
b/drivers/mailbox/mtk-cmdq-mailbox.c
index 5ed39f8..6e9f764 100644
--- a/drivers/mailbox/mtk-cmdq-mailbox.c
+++ b/drivers/mailbox/mtk-cmdq-mailbox.c
@@ -609,11 +609,16 @@ static int cmdq_probe(struct platform_device *pdev)
 static const struct gce_plat gce_plat_v2 = {.thread_nr = 16};
 static const struct gce_plat gce_plat_v3 = {.thread_nr = 24};
 static const struct gce_plat gce_plat_v4 = {.thread_nr = 24, .shift = 3};
+static const struct gce_plat gce_plat_v5 = {
+       .thread_nr = 24,
+       .shift = 3,
+       .control_by_sw = true};
 
 static const struct of_device_id cmdq_of_ids[] = {
        {.compatible = "mediatek,mt8173-gce", .data = (void *)&gce_plat_v2},
        {.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},
        {}
 };
 
-- 
1.8.1.1.dirty

Reply via email to