mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
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: f300826d27 ("ARM: dts: qcom-msm8974: Sort and clean up nodes")
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221121212226.321514-2-luca@z3ntu.xyz
This commit is contained in:
parent
a0145c557d
commit
6d933c0ec1
|
|
@ -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 {
|
&rpm_requests {
|
||||||
regulators-0 {
|
regulators-0 {
|
||||||
compatible = "qcom,rpm-pm8841-regulators";
|
compatible = "qcom,rpm-pm8841-regulators";
|
||||||
|
|
|
||||||
|
|
@ -188,6 +188,17 @@ &pm8941_wled {
|
||||||
qcom,num-strings = <2>;
|
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 {
|
&rpm_requests {
|
||||||
regulators-0 {
|
regulators-0 {
|
||||||
compatible = "qcom,rpm-pm8841-regulators";
|
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 {
|
&rpm_requests {
|
||||||
regulators-0 {
|
regulators-0 {
|
||||||
compatible = "qcom,rpm-pm8841-regulators";
|
compatible = "qcom,rpm-pm8841-regulators";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user