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

Commit f4bad9cc authored by Mohammed Javid's avatar Mohammed Javid
Browse files

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



In APQ version IPA h/w is not present, thus disabling
IPA driver.

Change-Id: I8028be9b58c73840b266639293322f20667891ea
Acked-by: default avatarAbhishek Choubey <abchoube@qti.qualcomm.com>
Signed-off-by: default avatarMohammed Javid <mjavid@codeaurora.org>
parent c36229d1
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";
};