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

Commit 3efb3ae7 authored by Sathish Ambley's avatar Sathish Ambley
Browse files

ARM: dts: msm: Disable IPA driver



Initializing the IPA driver is not required for APQ variants and
results in the bus vote that keeps the CX at turbo.

Change-Id: If5cb73057b8f7a53fdd6e9bcaf7939908a4ba269
Signed-off-by: default avatarSathish Ambley <sathishambley@codeaurora.org>
parent c3fb549e
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018-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
@@ -80,7 +80,15 @@
	qcom,disable-ctm;
};

&ipa_hw {
	status="disabled";
};

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

	qcom,qbt1000 {
		status = "disabled";
	};