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

Commit 95c440af 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 hardware event dt entry for samarium"

parents 44ada83d b136e479
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -300,4 +300,19 @@
		coresight-name = "coresight-cti-rpm";
		coresight-nr-inports = <0>;
	};

	hwevent: hwevent@fd828018 {
		compatible = "qcom,coresight-hwevent";
		reg = <0xfd828018 0x80>,
		      <0xf9011080 0x80>,
		      <0xfd4ab160 0x80>,
		      <0xfc401600 0x80>;
		reg-names = "mmss-mux", "apcs-mux", "ppss-mux", "gcc-mux";

		coresight-id = <31>;
		coresight-name = "coresight-hwevent";
		coresight-nr-inports = <0>;

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