Skip to content

Commit 17b33dd

Browse files
nfrapradoAngeloGioacchino Del Regno
authored andcommitted
arm64: dts: mediatek: cherry: Describe CPU supplies
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 <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
1 parent 58f1262 commit 17b33dd

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,38 @@
264264
status = "okay";
265265
};
266266

267+
&cpu0 {
268+
cpu-supply = <&mt6359_vcore_buck_reg>;
269+
};
270+
271+
&cpu1 {
272+
cpu-supply = <&mt6359_vcore_buck_reg>;
273+
};
274+
275+
&cpu2 {
276+
cpu-supply = <&mt6359_vcore_buck_reg>;
277+
};
278+
279+
&cpu3 {
280+
cpu-supply = <&mt6359_vcore_buck_reg>;
281+
};
282+
283+
&cpu4 {
284+
cpu-supply = <&mt6315_6_vbuck1>;
285+
};
286+
287+
&cpu5 {
288+
cpu-supply = <&mt6315_6_vbuck1>;
289+
};
290+
291+
&cpu6 {
292+
cpu-supply = <&mt6315_6_vbuck1>;
293+
};
294+
295+
&cpu7 {
296+
cpu-supply = <&mt6315_6_vbuck1>;
297+
};
298+
267299
&dp_intf0 {
268300
status = "okay";
269301

0 commit comments

Comments
 (0)