diff options
author | Rohit Agarwal <[email protected]> | 2022-06-01 16:15:08 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-06-27 16:10:59 -0500 |
commit | aae0f5314f95df66962acfcce23158e2a047b03c (patch) | |
tree | 372e76a939d2fac4393c89f52dacc135ac42c0d0 | |
parent | a3ae01ed96e7efc2525125c36dc8e34186f0d7bc (diff) |
ARM: dts: qcom: sdx65-mtp: Enable modem
Enable modem on SDX65 MTP board.
Signed-off-by: Rohit Agarwal <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-sdx65-mtp.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-sdx65-mtp.dts b/arch/arm/boot/dts/qcom-sdx65-mtp.dts index e747ec0ccbf6..85ea02d8362d 100644 --- a/arch/arm/boot/dts/qcom-sdx65-mtp.dts +++ b/arch/arm/boot/dts/qcom-sdx65-mtp.dts @@ -264,6 +264,11 @@ }; }; +&remoteproc_mpss { + status = "okay"; + memory-region = <&mpss_adsp_mem>; +}; + &usb { status = "okay"; }; |