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

Commit 55f15152 authored by Neeraj Upadhyay's avatar Neeraj Upadhyay
Browse files

ARM: dts: msm: Add restart node and imem entries for msmtriton



Add restart node for msmtriton. Additionally, add IMEM
entries for restart-reason, dload_type, and boot_stats.

Change-Id: Ic72005ca76ceea377154e4b11dceccd7c8dc5ab5
Signed-off-by: default avatarNeeraj Upadhyay <neeraju@codeaurora.org>
parent 5abaf017
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -241,6 +241,13 @@
		clock-frequency = <19200000>;
	};

	restart@10ac000 {
		compatible = "qcom,pshold";
		reg = <0x10ac000 0x4>,
		      <0x1fd3000 0x4>;
		reg-names = "pshold-base", "tcsr-boot-misc-detect";
	};

	qcom,sps {
		compatible = "qcom,msm_sps_4k";
		qcom,pipe-attr-ee;
@@ -705,6 +712,21 @@
		#address-cells = <1>;
		#size-cells = <1>;

		dload_type@18 {
			compatible = "qcom,msm-imem-dload-type";
			reg = <0x18 4>;
		};

		restart_reason@65c {
			compatible = "qcom,msm-imem-restart_reason";
			reg = <0x65c 4>;
		};

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

		pil@94c {
			compatible = "qcom,msm-imem-pil";
			reg = <0x94c 200>;