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

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

ARM: dts: msm: Disable IPA in SDA450



IPA needs to be kept disabled in SDA450 platform.

Change-Id: Ib481332fd0020535d91e09b2379d4bd41d0a514b
Acked-by: default avatarAshok Vuyyuru <avuyyuru@qti.qualcomm.com>
Signed-off-by: default avatarMohammed Javid <mjavid@codeaurora.org>
parent df197147
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -118,3 +118,13 @@
		};
	};
};

&soc {
	qcom,rmnet-ipa {
		status = "disabled";
	};
};

&ipa_hw {
	status = "disabled";
};