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 <matti.lehtimaki@gmail.com> Reviewed-by: Stephan Gerhold <stephan.gerhold@linaro.org> Signed-off-by: Luca Weiss <luca@lucaweiss.eu> Link: https://lore.kernel.org/r/20250217-msm8226-modem-v5-13-2bc74b80e0ae@lucaweiss.eu Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 3666381 commit 32768db

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

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)