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

Commit 3c51f0b6 authored by Lingutla Chandrasekhar's avatar Lingutla Chandrasekhar
Browse files

ARM: dts: msm: Add imem cookies for boot stats and usb diag for SDM670



Add imem cookies for boot stats and usb diag, boot stats
are used to find out boot time and usb diag is used to store
pid, serial number of the port, etc.

Change-Id: I67641ae6dcd43378d44d30f998be8f79dd2dca95
Signed-off-by: default avatarLingutla Chandrasekhar <clingutla@codeaurora.org>
parent d2ae07b1
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -987,6 +987,16 @@
			compatible = "qcom,msm-imem-kaslr_offset";
			reg = <0x6d0 12>;
		};

		boot_stats@6b0 {
			compatible = "qcom,msm-imem-boot_stats";
			reg = <0x6b0 0x20>;
		};

		diag_dload@c8 {
			compatible = "qcom,msm-imem-diag-dload";
			reg = <0xc8 0xc8>;
		};
	};

	gpi_dma0: qcom,gpi-dma@0x800000 {