mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 09:20:13 -04:00
arm64: dts: mediatek: mt8395-genio-common: add MT6315 PMIC supplies
Mediatek Genio 1200-EVK board has two MT6315 PMICs, powered by the board system power rail (VSYS) and connected to the SPMI interface. Add VSYS regulator node for system power rail and the supply inputs of these two PMICs. Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
committed by
AngeloGioacchino Del Regno
parent
f060f4b922
commit
137d714393
@@ -201,6 +201,14 @@ wifi_fixed_3v3: regulator-2 {
|
||||
enable-active-high;
|
||||
regulator-always-on;
|
||||
};
|
||||
|
||||
/* system wide 4.2V power rail */
|
||||
reg_vsys: regulator-vsys {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "vsys";
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
};
|
||||
};
|
||||
|
||||
&adsp {
|
||||
@@ -1238,6 +1246,11 @@ mt6315_6: pmic@6 {
|
||||
compatible = "mediatek,mt6315-regulator";
|
||||
reg = <0x6 SPMI_USID>;
|
||||
|
||||
pvdd1-supply = <®_vsys>;
|
||||
pvdd2-supply = <®_vsys>;
|
||||
pvdd3-supply = <®_vsys>;
|
||||
pvdd4-supply = <®_vsys>;
|
||||
|
||||
regulators {
|
||||
mt6315_6_vbuck1: vbuck1 {
|
||||
regulator-name = "Vbcpu";
|
||||
@@ -1254,6 +1267,11 @@ mt6315_7: pmic@7 {
|
||||
compatible = "mediatek,mt6315-regulator";
|
||||
reg = <0x7 SPMI_USID>;
|
||||
|
||||
pvdd1-supply = <®_vsys>;
|
||||
pvdd2-supply = <®_vsys>;
|
||||
pvdd3-supply = <®_vsys>;
|
||||
pvdd4-supply = <®_vsys>;
|
||||
|
||||
regulators {
|
||||
mt6315_7_vbuck1: vbuck1 {
|
||||
regulator-name = "Vgpu";
|
||||
|
||||
Reference in New Issue
Block a user