Skip to content

Commit 8faea8e

Browse files
ldtsAndy Gross
authored and
Andy Gross
committed
arm64: dts: qcom: qcs404-evb: add spmi regulators
Define the EVB pms405_s3 supplies. Signed-off-by: Jorge Ramirez-Ortiz <[email protected]> Signed-off-by: Khasim Syed Mohammed <[email protected]> Signed-off-by: Vinod Koul <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Signed-off-by: Andy Gross <[email protected]>
1 parent a60a072 commit 8faea8e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

arch/arm64/boot/dts/qcom/qcs404-evb.dtsi

+12
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@
2929
qcom,controlled-remotely;
3030
};
3131

32+
&pms405_spmi_regulators {
33+
vdd_s3-supply = <&pms405_s3>;
34+
35+
pms405_s3: s3 {
36+
regulator-always-on;
37+
regulator-boot-on;
38+
regulator-name = "vdd_apc";
39+
regulator-min-microvolt = <1048000>;
40+
regulator-max-microvolt = <1352000>;
41+
};
42+
};
43+
3244
&remoteproc_adsp {
3345
status = "ok";
3446
};

0 commit comments

Comments
 (0)