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

Commit 3211c46c authored by Shaoqing Liu's avatar Shaoqing Liu
Browse files

ARM: dts: msm: add etr usb streaming support on mdmfermium



Add BAM register for TMC-ETR device tree node to support
ETR usb streaming tracing.

Change-Id: I63177610ba7f3d135fb87ce584443af8893d9a8a
Signed-off-by: default avatarShaoqing Liu <shaoqingliu@codeaurora.org>
parent ff134c6d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -14,8 +14,9 @@
&soc {
	tmc_etr: tmc@6026000 {
		compatible = "arm,coresight-tmc";
		reg = <0x6026000 0x1000>;
		reg-names = "tmc-base";
		reg = <0x6026000 0x1000>,
		      <0x6084000 0x15000>;
		reg-names = "tmc-base", "bam-base";
		interrupts = <0 166 0>;
		interrupt-names = "byte-cntr-irq";