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

Commit b7837c0b authored by Aparna Das's avatar Aparna Das
Browse files

ARM: dts: msm: disable tpiu on rumi



Disable TPIU on RUMI to prevent undesirable consequences when
TPIU register accesses are not supported on RUMI.

Change-Id: I4d3364248482156f51055baca916e5930f817551
Signed-off-by: default avatarAparna Das <adas@codeaurora.org>
parent 12fbf48a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -117,3 +117,7 @@
&etm7 {
	status = "disabled";
};

&tpiu {
	status = "disabled";
};