Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: f300826d27be ("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

authored by

Luca Weiss and committed by
Bjorn Andersson
6d933c0e a0145c55

+33
+11
arch/arm/boot/dts/qcom-msm8974-lge-nexus5-hammerhead.dts
··· 319 319 }; 320 320 }; 321 321 322 + &remoteproc_adsp { 323 + cx-supply = <&pm8841_s2>; 324 + }; 325 + 326 + &remoteproc_mss { 327 + cx-supply = <&pm8841_s2>; 328 + mss-supply = <&pm8841_s3>; 329 + mx-supply = <&pm8841_s1>; 330 + pll-supply = <&pm8941_l12>; 331 + }; 332 + 322 333 &rpm_requests { 323 334 regulators-0 { 324 335 compatible = "qcom,rpm-pm8841-regulators";
+11
arch/arm/boot/dts/qcom-msm8974-sony-xperia-rhine.dtsi
··· 188 188 qcom,num-strings = <2>; 189 189 }; 190 190 191 + &remoteproc_adsp { 192 + cx-supply = <&pm8841_s2>; 193 + }; 194 + 195 + &remoteproc_mss { 196 + cx-supply = <&pm8841_s2>; 197 + mss-supply = <&pm8841_s3>; 198 + mx-supply = <&pm8841_s1>; 199 + pll-supply = <&pm8941_l12>; 200 + }; 201 + 191 202 &rpm_requests { 192 203 regulators-0 { 193 204 compatible = "qcom,rpm-pm8841-regulators";
+11
arch/arm/boot/dts/qcom-msm8974pro-sony-xperia-shinano-castor.dts
··· 294 294 }; 295 295 }; 296 296 297 + &remoteproc_adsp { 298 + cx-supply = <&pm8841_s2>; 299 + }; 300 + 301 + &remoteproc_mss { 302 + cx-supply = <&pm8841_s2>; 303 + mss-supply = <&pm8841_s3>; 304 + mx-supply = <&pm8841_s1>; 305 + pll-supply = <&pm8941_l12>; 306 + }; 307 + 297 308 &rpm_requests { 298 309 regulators-0 { 299 310 compatible = "qcom,rpm-pm8841-regulators";