mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 07:39:12 -04:00
arm64: dts: mediatek: mt8188-geralt: Add little core CPU power supplies
The device tree for the MT8188 Geralt is missing power supplies for all the CPU cores. Power for the little cores is fed from the MT6359 PMIC. Power for the big cores is fed from an MT6319 PMIC on SPMI. The latter is currently not working in Linux. Add the power supplies for the little cores. Supplies for the big cores will be added once the issue with SPMI is resolved. Reviewed-by: Fei Shao <fshao@chromium.org> Signed-off-by: Chen-Yu Tsai <wenst@chromium.org> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
committed by
AngeloGioacchino Del Regno
parent
0948625a2d
commit
760c4db1e9
@@ -217,6 +217,30 @@ &cam_vcore {
|
||||
domain-supply = <&mt6359_vproc1_buck_reg>;
|
||||
};
|
||||
|
||||
&cpu0 {
|
||||
cpu-supply = <&mt6359_vcore_buck_reg>;
|
||||
};
|
||||
|
||||
&cpu1 {
|
||||
cpu-supply = <&mt6359_vcore_buck_reg>;
|
||||
};
|
||||
|
||||
&cpu2 {
|
||||
cpu-supply = <&mt6359_vcore_buck_reg>;
|
||||
};
|
||||
|
||||
&cpu3 {
|
||||
cpu-supply = <&mt6359_vcore_buck_reg>;
|
||||
};
|
||||
|
||||
&cpu4 {
|
||||
cpu-supply = <&mt6359_vcore_buck_reg>;
|
||||
};
|
||||
|
||||
&cpu5 {
|
||||
cpu-supply = <&mt6359_vcore_buck_reg>;
|
||||
};
|
||||
|
||||
/*
|
||||
* Geralt is the reference design and doesn't have target TDP.
|
||||
* Ciri is (currently) the only device following Geralt, and its
|
||||
|
||||
Reference in New Issue
Block a user