Skip to content

Commit d0fa55c

Browse files
pablosunAngeloGioacchino Del Regno
authored andcommitted
soc: mediatek: mediatek-regulator-coupler: Support mt8188
The Mali GPU in mt8188 also requires coupled power supplies, that is, the "vsram" voltage should follow the "vgpu" voltage. Therefore add the compatible to enable this coupling behavior. Signed-off-by: Pablo Sun <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
1 parent 3477184 commit d0fa55c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/soc/mediatek/mtk-regulator-coupler.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ static int mediatek_regulator_coupler_init(void)
147147
{
148148
if (!of_machine_is_compatible("mediatek,mt8183") &&
149149
!of_machine_is_compatible("mediatek,mt8186") &&
150+
!of_machine_is_compatible("mediatek,mt8188") &&
150151
!of_machine_is_compatible("mediatek,mt8192"))
151152
return 0;
152153

0 commit comments

Comments
 (0)