mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
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>
This commit is contained in:
parent
36663812ee
commit
32768db9cf
|
|
@ -229,6 +229,13 @@ &blsp1_uart3 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&modem {
|
||||
mx-supply = <&pm8226_l3>;
|
||||
pll-supply = <&pm8226_l8>;
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&rpm_requests {
|
||||
regulators {
|
||||
compatible = "qcom,rpm-pm8226-regulators";
|
||||
|
|
|
|||
|
|
@ -28,6 +28,10 @@ reg_tsp_3p3v: regulator-tsp-3p3v {
|
|||
};
|
||||
};
|
||||
|
||||
&modem {
|
||||
mss-supply = <&pm8226_s5>;
|
||||
};
|
||||
|
||||
&tlmm {
|
||||
tsp_en1_default_state: tsp-en1-default-state {
|
||||
pins = "gpio32";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user