mailbox: fix gce_num of mt8192 driver data
authorjason-jh.lin <jason-jh.lin@mediatek.com>
Thu, 23 Dec 2021 14:51:55 +0000 (22:51 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jan 2022 10:04:21 +0000 (11:04 +0100)
commit55f8559ba8d354acc1896a129133b5a3d61453f1
tree4a4fdb19d5bfe54f040fa62e461bad2e74c34286
parent38e9447399ff98c94f8a57951319fa8d56014759
mailbox: fix gce_num of mt8192 driver data

[ Upstream commit 35ca43710f792ce183312fdc7e4b2bb0b721a173 ]

Because mt8192 only have 1 gce, the gce_num should be 1.

Fixes: 85dfdbfc13ea ("mailbox: cmdq: add multi-gce clocks support for mt8195")
Signed-off-by: jason-jh.lin <jason-jh.lin@mediatek.com>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/mailbox/mtk-cmdq-mailbox.c