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

Commit 7eb5576d 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 msmtellurium



Add CoreSight fuse device to the device tree for msmtellurium. This
will allow CoreSight Fuse driver to probe this device and support
CoreSight fuse state query APIs.

Change-Id: I44469b9b59b07e53c8cd8754302b8509f09c8803
Signed-off-by: default avatarXiaogang Cui <xiaogang@codeaurora.org>
parent f7b36715
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -276,4 +276,14 @@
			 <&clock_rpm clk_qdss_a_clk>;
		clock-names = "core_clk", "core_a_clk";
	};

	fuse: fuse@5e01c {
		compatible = "arm,coresight-fuse-v2";
		reg = <0x5e01c 0x8>;
		reg-names = "fuse-base";

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