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

Commit 8bf798dc authored by Abhishek Choubey's avatar Abhishek Choubey
Browse files

ARM: dts: msm: fix to disable ipa node for sa8155



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

Change-Id: I8aa34b028563e4e3c2f98f22a1cd4be9909c0b96
Signed-off-by: default avatarAbhishek Choubey <abchoube@codeaurora.org>
parent d8ccfa1e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -82,11 +82,11 @@
	};

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

	qcom,ipa_fws {
		status = "ok";
		status = "disabled";
	};

	qcom,msm-cdsp-loader {
@@ -98,7 +98,7 @@
	};

	ipa_hw: qcom,ipa@1e00000 {
		status = "ok";
		status = "disabled";
	};

	gpio_keys {
+8 −0
Original line number Diff line number Diff line
@@ -765,6 +765,14 @@
				<45 512 207108 1146880>, <1 512 207108 3124992>;
		qcom,smmu-s1-enable;
	};

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

&ipa_hw {
	status="disabled";
};

#include "sa8155-audio.dtsi"