Skip to content

Commit 32768db

Browse files
mlehtimaandersson
authored andcommitted
ARM: dts: qcom: msm8226-samsung-matisse-common: Enable modem
Enable modem remoteproc on samsung,matisse-wifi & matisselte. The mattisselte - being msm8926 - requires an extra mss-supply, so add that as well. Signed-off-by: Matti Lehtimäki <[email protected]> Reviewed-by: Stephan Gerhold <[email protected]> Signed-off-by: Luca Weiss <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 3666381 commit 32768db

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

arch/arm/boot/dts/qcom/qcom-msm8226-samsung-matisse-common.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,13 @@
229229
status = "okay";
230230
};
231231

232+
&modem {
233+
mx-supply = <&pm8226_l3>;
234+
pll-supply = <&pm8226_l8>;
235+
236+
status = "okay";
237+
};
238+
232239
&rpm_requests {
233240
regulators {
234241
compatible = "qcom,rpm-pm8226-regulators";

arch/arm/boot/dts/qcom/qcom-msm8926-samsung-matisselte.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
};
2929
};
3030

31+
&modem {
32+
mss-supply = <&pm8226_s5>;
33+
};
34+
3135
&tlmm {
3236
tsp_en1_default_state: tsp-en1-default-state {
3337
pins = "gpio32";

0 commit comments

Comments
 (0)