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

Commit 31d5e96f 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 kamorta"

parents a50280cd 9bb1f5e6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -65,6 +65,9 @@
		clocks = <&rpmcc RPM_SMD_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>;
+4 −0
Original line number Diff line number Diff line
@@ -1317,6 +1317,10 @@
		#size-cells = <1>;
		read-only;
		ranges;

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