arm64: dts: qcom: sdm845-oneplus-common: enable ipa
authorCaleb Connolly <caleb@connolly.tech>
Sun, 2 May 2021 01:43:09 +0000 (01:43 +0000)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 26 May 2021 03:40:32 +0000 (22:40 -0500)
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>
arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi

index f712771..4d052e3 100644 (file)
        };
 };
 
+&ipa {
+       status = "okay";
+
+       memory-region = <&ipa_fw_mem>;
+};
+
 &mdss {
        status = "okay";
 };