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

Commit 3f0e3211 authored by Xiaogang Cui's avatar Xiaogang Cui Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add coresight fuse device for msmthorium



Add coresight fuse device to the device tree for msmthorium. This
will allow coresight fuse driver to probe this device and support
coresight fuse state query APIs

Change-Id: Ie3328eacbe3039b4c13a8473c3c091fc2ed6c992
Signed-off-by: default avatarXiaogang Cui <xiaogang@codeaurora.org>
parent b4d1601b
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -825,4 +825,16 @@
			 <&clock_gcc clk_qdss_a_clk>;
		clock-names = "core_clk", "core_a_clk";
	};

	fuse: fuse@a601c {
		compatible = "arm,coresight-fuse-v2";
		reg = <0xa601c 0x8>,
		      <0xa6004 0x4>,
		      <0xa600c 0x4>;
		reg-names = "fuse-base", "nidnt-fuse-base", "qpdi-fuse-base";

		coresight-id = <52>;
		coresight-name = "coresight-fuse";
		coresight-nr-inports = <0>;
	};
};