Commit 6d933c0e authored by Luca Weiss's avatar Luca Weiss Committed by Bjorn Andersson

ARM: dts: qcom: msm8974-*: re-add remoteproc supplies

As part of a recent cleanup commit, the remoteproc supplies for adsp and
modem were removed from msm8974.dtsi and now need to be set in the
device dts. Do so.

Fixes: f300826d ("ARM: dts: qcom-msm8974: Sort and clean up nodes")
Signed-off-by: default avatarLuca Weiss <luca@z3ntu.xyz>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221121212226.321514-2-luca@z3ntu.xyz
parent a0145c55
......@@ -319,6 +319,17 @@ led@5 {
};
};
&remoteproc_adsp {
cx-supply = <&pm8841_s2>;
};
&remoteproc_mss {
cx-supply = <&pm8841_s2>;
mss-supply = <&pm8841_s3>;
mx-supply = <&pm8841_s1>;
pll-supply = <&pm8941_l12>;
};
&rpm_requests {
regulators-0 {
compatible = "qcom,rpm-pm8841-regulators";
......
......@@ -188,6 +188,17 @@ &pm8941_wled {
qcom,num-strings = <2>;
};
&remoteproc_adsp {
cx-supply = <&pm8841_s2>;
};
&remoteproc_mss {
cx-supply = <&pm8841_s2>;
mss-supply = <&pm8841_s3>;
mx-supply = <&pm8841_s1>;
pll-supply = <&pm8941_l12>;
};
&rpm_requests {
regulators-0 {
compatible = "qcom,rpm-pm8841-regulators";
......
......@@ -294,6 +294,17 @@ led@7 {
};
};
&remoteproc_adsp {
cx-supply = <&pm8841_s2>;
};
&remoteproc_mss {
cx-supply = <&pm8841_s2>;
mss-supply = <&pm8841_s3>;
mx-supply = <&pm8841_s1>;
pll-supply = <&pm8941_l12>;
};
&rpm_requests {
regulators-0 {
compatible = "qcom,rpm-pm8841-regulators";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment