diff options
author | Alex Elder <[email protected]> | 2020-05-19 07:32:58 -0500 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2021-06-06 00:09:42 -0500 |
commit | 636245a6b16d29202a60b8bd32b85809c5e53ab7 (patch) | |
tree | 21fd1278cad46a6c071b2a5900a54feff88cd9eb | |
parent | 71208cd4b1ff7d8275e5154723b8f4e1a514fd9b (diff) |
arm64: dts: qcom: sdm845-mtp: enable IPA
Enable IPA on the SDM845 MTP.
Signed-off-by: Alex Elder <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sdm845-mtp.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845-mtp.dts b/arch/arm64/boot/dts/qcom/sdm845-mtp.dts index 1372fe8601f5..91ede9296aff 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-mtp.dts +++ b/arch/arm64/boot/dts/qcom/sdm845-mtp.dts @@ -448,6 +448,11 @@ clock-frequency = <400000>; }; +&ipa { + status = "okay"; + memory-region = <&ipa_fw_mem>; +}; + &mdss { status = "okay"; }; |