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

Commit f2f33016 authored by Xiaogang Cui's avatar Xiaogang Cui
Browse files

ARM: dts: msm: disable etm on 8939 rumi



Disable ETM on RUMI to prevent bootup panic

Change-Id: I379b87db8cda72c42ee75993e36306f038650ed5
Signed-off-by: default avatarXiaogang Cui <xiaogang@codeaurora.org>
parent 805aa17b
Loading
Loading
Loading
Loading
+32 −0
Original line number Diff line number Diff line
@@ -169,3 +169,35 @@
&apc_vreg_corner {
	status = "disabled";
};

&etm0 {
	status = "disabled";
};

&etm1 {
	status = "disabled";
};

&etm2 {
	status = "disabled";
};

&etm3 {
	status = "disabled";
};

&etm4 {
	status = "disabled";
};

&etm5 {
	status = "disabled";
};

&etm6 {
	status = "disabled";
};

&etm7 {
	status = "disabled";
};