arm64: dts: mediatek: mt8183-pumpkin: Add power supply for CCI

Add a power supply for the Cache Coherent Interconnect node as it
is required to perform CPU DVFS because both are scaling together.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20250724083914.61351-32-angelogioacchino.delregno@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
AngeloGioacchino Del Regno 2025-07-24 10:39:07 +02:00 committed by Matthias Brugger
parent 181eb7d996
commit 3808199f03

View File

@ -482,6 +482,10 @@ &mfg {
domain-supply = <&mt6358_vgpu_reg>;
};
&cci {
proc-supply = <&mt6358_vproc12_reg>;
};
&cpu0 {
proc-supply = <&mt6358_vproc12_reg>;
};