]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: mediatek: mt8390-genio-700-evk: add specific CPU power supplies
authorLouis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
Tue, 14 Apr 2026 10:33:33 +0000 (12:33 +0200)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Mon, 11 May 2026 11:57:22 +0000 (13:57 +0200)
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>
arch/arm64/boot/dts/mediatek/mt8390-genio-700-evk.dts

index 612336713a64ee0681f6ebead04ba4ea293d1a53..0d5a75efb2eedb0beda00019b4afe2537e22bc3c 100644 (file)
        };
 };
 
+&cpu4 {
+       cpu-supply = <&mt6359_vcore_buck_reg>;
+};
+
+&cpu5 {
+       cpu-supply = <&mt6359_vcore_buck_reg>;
+};