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

Commit 29fecbd2 authored by Xiaogang Cui's avatar Xiaogang Cui
Browse files

ARM: dts: msm: add coresight fuse entry for msmferrum



Add CoreSight fuse device to the device tree of msmferrum.
This will CoreSight Fuse driver to probe this device and
support CoreSight fuse state query APIs.

Change-Id: I60fcf260d6bad7e60aca23a995213647a578c958
Signed-off-by: default avatarXiaogang Cui <xiaogang@codeaurora.org>
parent c5bc590f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -443,5 +443,15 @@
			 <&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 = <28>;
		coresight-name = "coresight-fuse";
		coresight-nr-inports = <0>;
	};
};