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

Commit dcefa282 authored by Mohammed Javid's avatar Mohammed Javid Committed by Gerrit - the friendly Code Review server
Browse files

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



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

Change-Id: Idb198af839b264c8ad5b575ee5212f244ece3975
Acked-by: default avatarPooja Kumari <kumarip@qti.qualcomm.com>
Signed-off-by: default avatarMohammed Javid <mjavid@codeaurora.org>
parent ddbece73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2007,7 +2007,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;