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

Commit 6925fe65 authored by Tao Zhang's avatar Tao Zhang
Browse files

ARM: dts: msm: Add apss dl cti0 for yupik

Add app dl cti0 to device tree for DCC LLCC timeout on yupik.

Change-Id: I526cba88c14458eb32a345fe707edd6e3e3f5266
parent 6595cb8f
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -3324,5 +3324,17 @@
		clocks = <&aopcc QDSS_CLK>;
		clock-names = "apb_pclk";
	};

	cti0_apss_dl: cti@7862000 {
		compatible = "arm,primecell";
		arm,primecell-periphid = <0x000bb966>;
		reg = <0x7862000 0x1000>;
		reg-names = "cti-base";

		coresight-name = "coresight-cti-apss_dl_cti0";

		clocks = <&aopcc QDSS_CLK>;
		clock-names = "apb_pclk";
	};
};