Skip to content

Commit

Permalink
arm64: dts: qcom: qcs404-evb: add spmi regulators
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jorge Ramirez-Ortiz authored and Andy Gross committed Mar 28, 2019
1 parent a60a072 commit 8faea8e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/arm64/boot/dts/qcom/qcs404-evb.dtsi
Original file line number Diff line number Diff line change
@@ -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";
};

0 comments on commit 8faea8e

Please sign in to comment.