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

Commit 97ec7af2 authored by Aparna Das's avatar Aparna Das
Browse files

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



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

Change-Id: Ibff71ed6652be3f5a987dd27cf8c96777bb90df3
Signed-off-by: default avatarAparna Das <adas@codeaurora.org>
parent 89bcefeb
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -702,4 +702,14 @@
			 <&clock_mmss clk_mmss_misc_ahb_clk>;
		clock-names = "core_clk", "core_a_clk", "core_mmss_clk";
	};

	fuse: fuse@fc4be024 {
		compatible = "arm,coresight-fuse";
		reg = <0xfc4be024 0x8>;
		reg-names = "fuse-base";

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