Skip to content

Commit

Permalink
arm64: dts: mediatek: cherry: Describe CPU supplies
Browse files Browse the repository at this point in the history
[ Upstream commit 17b33dd ]

Describe in each CPU node the regulator supplying it.

Fixes: 260c04d ("arm64: dts: mediatek: cherry: Enable MT6315 regulators on SPMI bus")
Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20240110142305.755367-2-nfraprado@collabora.com
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
nfraprado authored and gregkh committed May 2, 2024
1 parent a61f1a5 commit 0c29f85
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,38 @@
status = "okay";
};

&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 = <&mt6315_6_vbuck1>;
};

&cpu5 {
cpu-supply = <&mt6315_6_vbuck1>;
};

&cpu6 {
cpu-supply = <&mt6315_6_vbuck1>;
};

&cpu7 {
cpu-supply = <&mt6315_6_vbuck1>;
};

&dp_intf0 {
status = "okay";

Expand Down

0 comments on commit 0c29f85

Please sign in to comment.