[PATCH] soc: mediatek: mtk-regulator-coupler: Add support for MT8189
Justin Yeh
justin.yeh at mediatek.com
Wed Sep 2 23:21:24 PDT 2026
MT8189 couples its GPU supply (buck_vgpu) with the GPU SRAM supply
(ldo_sram_gpu), which is exactly the GPU<->SRAM relationship this
coupler already handles for MT8183, MT8186, MT8188 and MT8192.
Register the coupler on MT8189 as well so that both supplies stay
voltage-balanced.
Signed-off-by: Justin Yeh <justin.yeh at mediatek.com>
---
drivers/soc/mediatek/mtk-regulator-coupler.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/soc/mediatek/mtk-regulator-coupler.c b/drivers/soc/mediatek/mtk-regulator-coupler.c
index 0b6a2884145e..1109e3d9a319 100644
--- a/drivers/soc/mediatek/mtk-regulator-coupler.c
+++ b/drivers/soc/mediatek/mtk-regulator-coupler.c
@@ -148,6 +148,7 @@ static int mediatek_regulator_coupler_init(void)
if (!of_machine_is_compatible("mediatek,mt8183") &&
!of_machine_is_compatible("mediatek,mt8186") &&
!of_machine_is_compatible("mediatek,mt8188") &&
+ !of_machine_is_compatible("mediatek,mt8189") &&
!of_machine_is_compatible("mediatek,mt8192"))
return 0;
--
2.45.2
More information about the linux-arm-kernel
mailing list