Skip to content

Commit 648002a

Browse files
z3ntuandersson
authored andcommitted
ARM: dts: qcom: msm8974*: Re-enable remoteprocs on various boards
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 <luca@z3ntu.xyz> Link: https://lore.kernel.org/r/20231217-msm8974-misc-v1-3-bece1ba2667d@z3ntu.xyz Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 1522b3b commit 648002a

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm/boot/dts/qcom/qcom-msm8974-lge-nexus5-hammerhead.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,13 +367,15 @@
367367

368368
&remoteproc_adsp {
369369
cx-supply = <&pm8841_s2>;
370+
status = "okay";
370371
};
371372

372373
&remoteproc_mss {
373374
cx-supply = <&pm8841_s2>;
374375
mss-supply = <&pm8841_s3>;
375376
mx-supply = <&pm8841_s1>;
376377
pll-supply = <&pm8941_l12>;
378+
status = "okay";
377379
};
378380

379381
&rpm_requests {

arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhine.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,15 @@
217217

218218
&remoteproc_adsp {
219219
cx-supply = <&pm8841_s2>;
220+
status = "okay";
220221
};
221222

222223
&remoteproc_mss {
223224
cx-supply = <&pm8841_s2>;
224225
mss-supply = <&pm8841_s3>;
225226
mx-supply = <&pm8841_s1>;
226227
pll-supply = <&pm8941_l12>;
228+
status = "okay";
227229
};
228230

229231
&rpm_requests {

arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,13 +324,15 @@
324324

325325
&remoteproc_adsp {
326326
cx-supply = <&pm8841_s2>;
327+
status = "okay";
327328
};
328329

329330
&remoteproc_mss {
330331
cx-supply = <&pm8841_s2>;
331332
mss-supply = <&pm8841_s3>;
332333
mx-supply = <&pm8841_s1>;
333334
pll-supply = <&pm8941_l12>;
335+
status = "okay";
334336
};
335337

336338
&rpm_requests {

0 commit comments

Comments
 (0)