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

Commit 7b332926 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 8e689ec7 97ec7af2
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>;
	};
};