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

Commit cca01791 authored by Mao Jinlong's avatar Mao Jinlong
Browse files

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

Add stm debug fuse in QFPROM to read the debug fuse status by nvmem
framework.

Change-Id: I9890bb20219a718e80ee0c215d8386b771eb462d
parent 1da2de8d
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
@@ -3600,7 +3600,10 @@

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

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