Commit 5dba6621 authored by AngeloGioacchino Del Regno's avatar AngeloGioacchino Del Regno Committed by Matthias Brugger

arm64: dts: mt8183-pumpkin: Couple VGPU and VSRAM_GPU regulators

Add coupling for these regulators, as they have a strict voltage output
relation to satisfy in order to ensure GPU stable operation.
Signed-off-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: default avatarChen-Yu Tsai <wenst@chromium.org>
Tested-by: default avatarChen-Yu Tsai <wenst@chromium.org>
Link: https://lore.kernel.org/r/20230301095523.428461-5-angelogioacchino.delregno@collabora.comSigned-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent dbe602b2
...@@ -71,7 +71,6 @@ &auxadc { ...@@ -71,7 +71,6 @@ &auxadc {
&gpu { &gpu {
mali-supply = <&mt6358_vgpu_reg>; mali-supply = <&mt6358_vgpu_reg>;
sram-supply = <&mt6358_vsram_gpu_reg>;
}; };
&i2c0 { &i2c0 {
...@@ -176,6 +175,16 @@ &mmc1 { ...@@ -176,6 +175,16 @@ &mmc1 {
non-removable; non-removable;
}; };
&mt6358_vgpu_reg {
regulator-coupled-with = <&mt6358_vsram_gpu_reg>;
regulator-coupled-max-spread = <100000>;
};
&mt6358_vsram_gpu_reg {
regulator-coupled-with = <&mt6358_vgpu_reg>;
regulator-coupled-max-spread = <100000>;
};
&pio { &pio {
i2c_pins_0: i2c0 { i2c_pins_0: i2c0 {
pins_i2c{ pins_i2c{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment