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

Commit d21f0205 authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

ARM: dts: msm: Add download mode support through secure I/O calls



Add TCSR_BOOT_MISC_DETECT, PSHOLD register addresses and the
qcom,pshold device for configuring
Download Mode / EDL with secure I/O call.

Change-Id: I228bab5d4f04ae5bedfadad34ed2f975fdccac14
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent 5a8cc2a1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -176,6 +176,13 @@
		};
	};

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

	qcom,sps {
		compatible = "qcom,msm_sps_4k";
		qcom,pipe-attr-ee;
+7 −0
Original line number Diff line number Diff line
@@ -176,6 +176,13 @@
		};
	};

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

	qcom,sps {
		compatible = "qcom,msm_sps_4k";
		qcom,pipe-attr-ee;