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

Commit 2ad10a94 authored by Meghana Ashok's avatar Meghana Ashok
Browse files

ARM: dts: mdm: Support download mode through secure I/O on 9x45



Add the TCSR_BOOT_MISC_DETECT register address to the
qcom,pshold device on 8996 configuring Download Mode / EDL by means
of a Secure IO call rather than a direct SCM call.

Atomic SCM calls for this purpose are being deprecated by future
trustzone image software.

Change-Id: Ic35aabed71c24be53910829937c47fdd8ac80c46
Signed-off-by: default avatarMeghana Ashok <meghanaa@codeaurora.org>
parent 3b47bff2
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -135,8 +135,9 @@

	restart@4ab000 {
		compatible = "qcom,pshold";
		reg = <0x4ab000 0x4>;
		reg-names = "pshold-base";
		reg = <0x4ab000 0x4>,
			<0x193d100 0x4>;
		reg-names = "pshold-base", "tcsr-boot-misc-detect";
	};

	timer@b020000 {