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

Commit 2d933919 authored by Mohammed Javid's avatar Mohammed Javid
Browse files

ARM: dts: msm: disable ipa for sda845



IPA is not required on SDA platforms. Make a change to
disable IPA node.

Change-Id: I34bbda669556a44dbed4a6b23eadd777584d886e
Acked-by: default avatarChaitanya Pratapa <cpratapa@qti.qualcomm.com>
Signed-off-by: default avatarMohammed Javid <mjavid@codeaurora.org>
parent dc880a12
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";
};