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

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

Merge "ARM: dts: msm: disable ipa for sda845"

parents 0229bbc1 2d933919
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,2019, 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
@@ -16,3 +16,13 @@
	model = "Qualcomm Technologies, Inc. SDA 845";
	qcom,msm-id = <341 0x10000>;
};

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

&ipa_hw {
	status="disabled";
};