projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c49e4e
)
mailbox: mediatek: cmdq: support mt8183 gce function
author
Bibby Hsieh
<bibby.hsieh@mediatek.com>
Thu, 29 Aug 2019 01:48:11 +0000
(09:48 +0800)
committer
Jassi Brar
<jaswinder.singh@linaro.org>
Tue, 17 Sep 2019 05:40:05 +0000
(
00:40
-0500)
add mt8183 compatible name for supporting gce function
Signed-off-by: Bibby Hsieh <bibby.hsieh@mediatek.com>
Reviewed-by: CK Hu <ck.hu@mediatek.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/mtk-cmdq-mailbox.c
patch
|
blob
|
history
diff --git
a/drivers/mailbox/mtk-cmdq-mailbox.c
b/drivers/mailbox/mtk-cmdq-mailbox.c
index 8fddd26288e8481d7c70ef81d76e11c6bc456587..69daaadc3a5f34f2b30bbd964dd4cdf01322861d 100644
(file)
--- a/
drivers/mailbox/mtk-cmdq-mailbox.c
+++ b/
drivers/mailbox/mtk-cmdq-mailbox.c
@@
-539,6
+539,7
@@
static const struct dev_pm_ops cmdq_pm_ops = {
static const struct of_device_id cmdq_of_ids[] = {
{.compatible = "mediatek,mt8173-gce", .data = (void *)16},
+ {.compatible = "mediatek,mt8183-gce", .data = (void *)24},
{}
};