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

Commit 15584a59 authored by Xiaogang Cui's avatar Xiaogang Cui
Browse files

ARM: dts: msm: Add coresight fuse device for msm8939



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

Change-Id: I6eb2454eac20838e6d1afb091462b00389da0a42
Signed-off-by: default avatarXiaogang Cui <xiaogang@codeaurora.org>
parent 7e02cedd
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -406,4 +406,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 = <27>;
		coresight-name = "coresight-fuse";
		coresight-nr-inports = <0>;
	};
};