]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: mediatek: mt8192-asurada: Add CPU power supplies
authorChen-Yu Tsai <wenst@chromium.org>
Tue, 5 May 2026 10:13:56 +0000 (18:13 +0800)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Mon, 11 May 2026 11:57:23 +0000 (13:57 +0200)
The device tree for the MT8192 Asurada is missing power supplies for all
the CPU cores.

Add supplies to the CPU cores. The big and little clusters each have
their own regulator.

Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi

index b5939ad7fdcfff8f8ccbf9bcd942bc2dd1ff7968..bfb09dc974a7cdbc171f61f0ea99ebce2c25a2ca 100644 (file)
        memory-region = <&afe_dma_mem>;
 };
 
+&cpu0 {
+       cpu-supply = <&mt6315_6_vbuck3>;
+};
+
+&cpu1 {
+       cpu-supply = <&mt6315_6_vbuck3>;
+};
+
+&cpu2 {
+       cpu-supply = <&mt6315_6_vbuck3>;
+};
+
+&cpu3 {
+       cpu-supply = <&mt6315_6_vbuck3>;
+};
+
+&cpu4 {
+       cpu-supply = <&mt6315_6_vbuck1>;
+};
+
+&cpu5 {
+       cpu-supply = <&mt6315_6_vbuck1>;
+};
+
+&cpu6 {
+       cpu-supply = <&mt6315_6_vbuck1>;
+};
+
+&cpu7 {
+       cpu-supply = <&mt6315_6_vbuck1>;
+};
+
 &dsi0 {
        status = "okay";
 };