soc: mediatek: mutex: Use DDP_COMPONENT_DITHER0 mod index for MT8365
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Mon, 20 Jun 2022 10:24:54 +0000 (12:24 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
Wed, 22 Jun 2022 14:06:41 +0000 (16:06 +0200)
commit44e36d7552760716525a8aba62a6bcbd48f3559d
tree8d71e6d2f6eb9ad00741b1d1dc61f1cde3d5c647
parente5758850c2ea448dd750a280d128a3590d68b899
soc: mediatek: mutex: Use DDP_COMPONENT_DITHER0 mod index for MT8365

In commit
4e8988c634a1 ("soc: mediatek: add DDP_DOMPONENT_DITHER0 enum for mt8195 vdosys0")
the enum mtk_ddp_comp_id was modified to add an index number to the
DITHER component because some new SoCs have multiple dither blocks.

As a result, all of the mutex mod arrays have been changed to use the
new definition instead of the old one (even if that's retained): for
consistency purposes, follow the same trend on the newly introduced
MT8365 mutex mod array.

This commit brings no functional changes.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20220620102454.131417-1-angelogioacchino.delregno@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
drivers/soc/mediatek/mtk-mutex.c