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

Commit 0d650006 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 samarium"

parents 95c440af 396128ab
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -315,4 +315,14 @@

		qcom,hwevent-clks = "core_mmss_clk";
	};

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

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