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

Commit 2ae03f66 authored by Sarangdhar Joshi's avatar Sarangdhar Joshi
Browse files

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



Add CoreSight fuse device to the device tree for msmzirc. This will allow
CoreSight fuse driver to probe this device and support CoreSight fuse state
queries.

Change-Id: Ib7d4070c59f9daffb57bdf23b190f7a37aae5559
Signed-off-by: default avatarSarangdhar Joshi <spjoshi@codeaurora.org>
parent a4cbc77a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -115,4 +115,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 = <22>;
		coresight-name = "coresight-fuse-v2";
		coresight-nr-inports = <0>;
	};
};