arm64: dts: qcom: qcs404-evb: add spmi regulators

Define the EVB pms405_s3 supplies.

Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@linaro.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
Jorge Ramirez-Ortiz 2019-03-26 22:29:34 +05:30 committed by Andy Gross
parent a60a072c5e
commit 8faea8edbb
1 changed files with 12 additions and 0 deletions

View File

@ -29,6 +29,18 @@
qcom,controlled-remotely;
};
&pms405_spmi_regulators {
vdd_s3-supply = <&pms405_s3>;
pms405_s3: s3 {
regulator-always-on;
regulator-boot-on;
regulator-name = "vdd_apc";
regulator-min-microvolt = <1048000>;
regulator-max-microvolt = <1352000>;
};
};
&remoteproc_adsp {
status = "ok";
};