diff options
author | Caleb Connolly <caleb@connolly.tech> | 2021-05-02 01:43:09 +0000 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-05-25 22:40:32 -0500 |
commit | c572729b57b4a635fd655b481fb96c5065ad300b (patch) | |
tree | 2a118eacd3622761834331f639b9768ec3a2ef25 /arch | |
parent | e60fd5ac1f6851be5b2c042b39584bfcf8a66f57 (diff) |
arm64: dts: qcom: sdm845-oneplus-common: enable ipa
Enable the ipa node so that we can bring up mobile data.
Signed-off-by: Caleb Connolly <caleb@connolly.tech>
Link: https://lore.kernel.org/r/20210502014146.85642-5-caleb@connolly.tech
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi index f712771df0c7..4d052e39b348 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi @@ -399,6 +399,12 @@ }; }; +&ipa { + status = "okay"; + + memory-region = <&ipa_fw_mem>; +}; + &mdss { status = "okay"; }; |