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>
This commit is contained in:
Caleb Connolly
2021-05-02 01:43:09 +00:00
committed by Bjorn Andersson
parent e60fd5ac1f
commit c572729b57

View File

@@ -399,6 +399,12 @@ rmi4_f12: rmi4-f12@12 {
};
};
&ipa {
status = "okay";
memory-region = <&ipa_fw_mem>;
};
&mdss {
status = "okay";
};