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

Commit 96ca400c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add stm debug fuse in QFPROM for lito"

parents a1035334 cca01791
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -366,15 +366,17 @@
		arm,primecell-periphid = <0x000bb962>;

		reg = <0x6002000 0x1000>,
		      <0x16280000 0x180000>,
		      <0x7820f0 0x4>;
		reg-names = "stm-base", "stm-stimulus-base", "stm-debug-status";
		      <0x16280000 0x180000>;
		reg-names = "stm-base", "stm-stimulus-base";

		coresight-name = "coresight-stm";

		clocks = <&aopcc QDSS_CLK>;
		clock-names = "apb_pclk";

		nvmem-cells = <&stm_debug_fuse>;
		nvmem-cell-names = "debug_fuse";

		port {
			stm_out_funnel_in0: endpoint {
				remote-endpoint = <&funnel_in0_in_stm>;
+3 −0
Original line number Diff line number Diff line
@@ -3614,7 +3614,10 @@

		feat_conf10: feat_conf10@602c {
			reg = <0x602c 0x4>;
		};

		stm_debug_fuse: stm@20f0 {
			reg = <0x20f0 0x4>;
		};
	};
};