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

Commit cb1b6b88 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 support for 8092"

parents eebb9094 d35feed5
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -368,4 +368,18 @@
                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 = <35>;
                coresight-name = "coresight-hwevent";
                coresight-nr-inports = <0>;

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