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

Commit cae9c1bd 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 msmzirc"

parents 4c056e4e 2ae03f66
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>;
	};
};