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

Commit c0340521 authored by Vijay Navnath Kamble's avatar Vijay Navnath Kamble
Browse files

ARM: dts: msm: Disable rmnet-ipa, ipa_hw for OpenQ 624



OpenQ 624 Platform does not support rmnet-ipa and ipa_hw
features.Disable the rmnet-ipa and ipa_hw for OpenQ 624.

Change-Id: I6a0350406798fe601d62db3cbe0efa00e19fff28
Signed-off-by: default avatarVijay Navnath Kamble <vkambl@codeaurora.org>
parent d4a4e3c2
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -118,6 +118,10 @@
			gpio-key,wakeup;
		};
	};

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

&firmware {
@@ -502,3 +506,7 @@
		status = "okay";
	};
};

&ipa_hw {
	status = "disabled";
};