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

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

ARM: dts: msm: Add pshold, imem nodes for sdm855



Add pshold and imem nodes for device restart and download
mode support on sdm855 SoC.

Change-Id: Ie27d1e68929a0fa378ff6cd179338eedf3a6a020
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent 52f2b7e0
Loading
Loading
Loading
Loading
+31 −0
Original line number Diff line number Diff line
@@ -423,6 +423,37 @@
		};
	};


	qcom,msm-imem@146bf000 {
		compatible = "qcom,msm-imem";
		reg = <0x146bf000 0x1000>;
		ranges = <0x0 0x146bf000 0x1000>;
		#address-cells = <1>;
		#size-cells = <1>;

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

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

		kaslr_offset@6d0 {
			compatible = "qcom,msm-imem-kaslr_offset";
			reg = <0x6d0 12>;
		};
	};

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

	clock_rpmh: qcom,rpmhclk {
		compatible = "qcom,dummycc";
		clock-output-names = "rpm_clocks";