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

Commit 4090fc55 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: DTS changes to disable IPA h/w for SDA670."

parents aff16106 f4bad9cc
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2017, The Linux Foundation. All rights reserved.
 * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -17,3 +17,13 @@
	model = "Qualcomm Technologies, Inc. SDA670";
	qcom,msm-id = <337 0x0>;
};

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

&ipa_hw {
	status="disabled";
};