arm64: dts: mediatek: mt8192-asurada: Add MT6359 PMIC supplies

The MT6359 PMIC has a number of power inputs for its various buck and
LDO regulators. The binding recently gained property definitions for
them.

Add the supplies for the PMIC regulators to the common design dtsi file.

Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
Chen-Yu Tsai 2026-05-05 18:13:53 +08:00 committed by AngeloGioacchino Del Regno
parent c991e458a4
commit f240a914ca
No known key found for this signature in database
GPG Key ID: 9A3604CFAD978478

View File

@ -1306,6 +1306,23 @@ pins-miso-on {
&pmic {
interrupts-extended = <&pio 214 IRQ_TYPE_LEVEL_HIGH>;
vsys-smps-supply = <&pp4200_g>;
vsys-vcore-supply = <&pp4200_g>;
vsys-vgpu11-supply = <&pp4200_g>;
vsys-vgpu12-supply = <&pp4200_g>;
vsys-vpa-supply = <&pp4200_g>;
vsys-vproc1-supply = <&pp4200_g>;
vsys-vproc2-supply = <&pp4200_g>;
vsys-vpu-supply = <&pp4200_g>;
vsys-vs1-supply = <&pp4200_g>;
vsys-vs2-supply = <&pp4200_g>;
vsys-vmodem-supply = <&pp4200_g>;
vsys-ldo1-supply = <&pp4200_g>;
vsys-ldo2-supply = <&pp4200_g>;
vs1-ldo1-supply = <&mt6359_vs1_buck_reg>;
vs1-ldo2-supply = <&mt6359_vs1_buck_reg>;
vs2-ldo1-supply = <&mt6359_vs2_buck_reg>;
vs2-ldo2-supply = <&mt6359_vs2_buck_reg>;
};
&pwm0 {