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

Commit c87750e8 authored by Shashank Mittal's avatar Shashank Mittal
Browse files

ARM: dts: msm: add emergency download mode sub node in imem for 8992



Emergency download mode imem cookies are required for reboot edl
command to reset into emergency download mode. Add support for
this.

Change-Id: Iaede45cce1c67a572ed03bd2f7387a4fdd674f8a
Signed-off-by: default avatarShashank Mittal <mittals@codeaurora.org>
parent f6049b05
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -418,6 +418,11 @@
			compatible = "qcom,msm-imem-pil";
			reg = <0x94c 200>;
		};

		emergency_download_mode@fe0 {
			compatible = "qcom,msm-imem-emergency_download_mode";
			reg = <0xfe0 12>;
		};
	};

	qcom,wdt@f9017000 {