mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
ARM: dts: msm8974: castor: Define pm8841 regulators
Define the pm8841 regulators under SMD/RPM, to allow the modem remoteproc to set the voltage during boot of the remote processor. Entries are just copied from the Honami dts. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221121212226.321514-1-luca@z3ntu.xyz
This commit is contained in:
parent
3ddba3c226
commit
a0145c557d
1 changed files with 24 additions and 0 deletions
|
@ -296,6 +296,30 @@
|
||||||
|
|
||||||
&rpm_requests {
|
&rpm_requests {
|
||||||
regulators-0 {
|
regulators-0 {
|
||||||
|
compatible = "qcom,rpm-pm8841-regulators";
|
||||||
|
|
||||||
|
pm8841_s1: s1 {
|
||||||
|
regulator-min-microvolt = <675000>;
|
||||||
|
regulator-max-microvolt = <1050000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pm8841_s2: s2 {
|
||||||
|
regulator-min-microvolt = <500000>;
|
||||||
|
regulator-max-microvolt = <1050000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pm8841_s3: s3 {
|
||||||
|
regulator-min-microvolt = <500000>;
|
||||||
|
regulator-max-microvolt = <1050000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pm8841_s4: s4 {
|
||||||
|
regulator-min-microvolt = <500000>;
|
||||||
|
regulator-max-microvolt = <1050000>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
regulators-1 {
|
||||||
compatible = "qcom,rpm-pm8941-regulators";
|
compatible = "qcom,rpm-pm8941-regulators";
|
||||||
|
|
||||||
vdd_l1_l3-supply = <&pm8941_s1>;
|
vdd_l1_l3-supply = <&pm8941_s1>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue