Commit c572729b authored by Casey Connolly's avatar Casey Connolly Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sdm845-oneplus-common: enable ipa



Enable the ipa node so that we can bring up mobile data.

Signed-off-by: default avatarCaleb Connolly <caleb@connolly.tech>
Link: https://lore.kernel.org/r/20210502014146.85642-5-caleb@connolly.tech


Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent e60fd5ac
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -399,6 +399,12 @@ rmi4_f12: rmi4-f12@12 {
	};
};

&ipa {
	status = "okay";

	memory-region = <&ipa_fw_mem>;
};

&mdss {
	status = "okay";
};