Skip to content

Commit

Permalink
ARM: dts: qcom: msm8974*: Re-enable remoteprocs on various boards
Browse files Browse the repository at this point in the history
Even though a previous patch re-added the supplies to the adsp and modem
remoteprocs, due to timing differences in the meantime the remoteprocs
were disabled by default, but the commit re-adding the supplies didn't
enable them.

Enable them now to hopefully properly resolve the fallout now.

Fixes: 6d933c0 ("ARM: dts: qcom: msm8974-*: re-add remoteproc supplies")
Signed-off-by: Luca Weiss <[email protected]>
  • Loading branch information
z3ntu committed Sep 30, 2023
1 parent 3e0b908 commit 3ce71e1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/qcom-msm8974-lge-nexus5-hammerhead.dts
Original file line number Diff line number Diff line change
Expand Up @@ -344,13 +344,15 @@

&remoteproc_adsp {
cx-supply = <&pm8841_s2>;
status = "okay";
};

&remoteproc_mss {
cx-supply = <&pm8841_s2>;
mss-supply = <&pm8841_s3>;
mx-supply = <&pm8841_s1>;
pll-supply = <&pm8941_l12>;
status = "okay";
};

&rpm_requests {
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/qcom-msm8974-samsung-hlte.dts
Original file line number Diff line number Diff line change
Expand Up @@ -233,13 +233,15 @@

&remoteproc_adsp {
cx-supply = <&pm8841_s2>;
status = "okay";
};

&remoteproc_mss {
cx-supply = <&pm8841_s2>;
mss-supply = <&pm8841_s3>;
mx-supply = <&pm8841_s1>;
pll-supply = <&pm8941_l12>;
status = "okay";
};

&rpm_requests {
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/qcom-msm8974-sony-xperia-sirius.dts
Original file line number Diff line number Diff line change
Expand Up @@ -248,13 +248,15 @@

&remoteproc_adsp {
cx-supply = <&pm8841_s2>;
status = "okay";
};

&remoteproc_mss {
cx-supply = <&pm8841_s2>;
mss-supply = <&pm8841_s3>;
mx-supply = <&pm8841_s1>;
pll-supply = <&pm8941_l12>;
status = "okay";
};

&rpm_requests {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -335,13 +335,15 @@

&remoteproc_adsp {
cx-supply = <&pm8841_s2>;
status = "okay";
};

&remoteproc_mss {
cx-supply = <&pm8841_s2>;
mss-supply = <&pm8841_s3>;
mx-supply = <&pm8841_s1>;
pll-supply = <&pm8941_l12>;
status = "okay";
};

&rpm_requests {
Expand Down

0 comments on commit 3ce71e1

Please sign in to comment.