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

Commit 45d4126f authored by Pratik Patel's avatar Pratik Patel
Browse files

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



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

Change-Id: Idb44b5eb00ebb2545d4cd3de1dcf46e7d81a7078
Signed-off-by: default avatarPratik Patel <pratikp@codeaurora.org>
parent cc95eee0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -778,6 +778,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 {