Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04bd56fb authored by Skylar Chang's avatar Skylar Chang
Browse files

ARM: dts: msm: fix IPA hardware mode for sdm845



Set IPA HW mode to 0 (NORMAL) for sdm845.
HW mode was set incorrectly to VIRTUAL mode
which prevented msm_bus client from
getting initialized.

Change-Id: I10c053e4e5197299f24eb3c95e4417788ef3a932
CRs-Fixed: 2211969
Acked-by: default avatarAdy Abraham <adya@qti.qualcomm.com>
Signed-off-by: default avatarSkylar Chang <chiaweic@codeaurora.org>
parent 9d4600a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2641,7 +2641,7 @@
			<0 432 0>;
		interrupt-names = "ipa-irq", "gsi-irq";
		qcom,ipa-hw-ver = <13>; /* IPA core version = IPAv3.5.1 */
		qcom,ipa-hw-mode = <1>;
		qcom,ipa-hw-mode = <0>;
		qcom,ee = <0>;
		qcom,use-ipa-tethering-bridge;
		qcom,modem-cfg-emb-pipe-flt;