arm64: dts: mediatek: mt8390-genio-700-evk: add specific CPU power supplies

Add power supply definitions for the additional little CPU core nodes,
that cannot be factorized in the board common dtsi due to little core
number difference between MT8390 SoC (used by this board) and MT8370
SoC (used by Genio 510-EVK).

Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
Louis-Alexis Eyraud
2026-04-14 12:33:33 +02:00
committed by AngeloGioacchino Del Regno
parent e04e7ad8c8
commit f060f4b922

View File

@@ -21,3 +21,10 @@ memory@40000000 {
};
};
&cpu4 {
cpu-supply = <&mt6359_vcore_buck_reg>;
};
&cpu5 {
cpu-supply = <&mt6359_vcore_buck_reg>;
};