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

Commit 997f1a0a authored by Charan Teja Reddy's avatar Charan Teja Reddy Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add CoreSight fuse device node for msmtitanium



Adding CoreSight fuse device node that helps in getting the information
about the status CoreSight fuses.

Change-Id: I0deaa55f025a49f4d4badcd4cb056d0c5158df0d
Signed-off-by: default avatarCharan Teja Reddy <charante@codeaurora.org>
parent b82cca52
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -790,4 +790,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 = <48>;
		coresight-name = "coresight-fuse";
		coresight-nr-inports = <0>;
	};
};