mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 16:53:20 -04:00
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:
committed by
AngeloGioacchino Del Regno
parent
e04e7ad8c8
commit
f060f4b922
@@ -21,3 +21,10 @@ memory@40000000 {
|
||||
};
|
||||
};
|
||||
|
||||
&cpu4 {
|
||||
cpu-supply = <&mt6359_vcore_buck_reg>;
|
||||
};
|
||||
|
||||
&cpu5 {
|
||||
cpu-supply = <&mt6359_vcore_buck_reg>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user