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

Commit c7d7ec45 authored by Aparna Mallavarapu's avatar Aparna Mallavarapu
Browse files

ARM: dts: msm: add restart node for msm8909



Add the restart device node for MSM8909 used by the
msm poweroff driver to drop ps hold and reset the chip.

Change-Id: Icff5ff79909870f67d0a23761ce91c6ff54ae5ef
Signed-off-by: default avatarAparna Mallavarapu <aparnam@codeaurora.org>
parent 5856d862
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -141,6 +141,11 @@
		<0x0b002000 0x1000>;
	};

	restart@4ab000 {
		compatible = "qcom,pshold";
		reg = <0x4ab000 0x4>;
	};

	timer {
		compatible = "arm,armv7-timer";
		interrupts = <1 2 0xf08>,
@@ -986,6 +991,11 @@
			compatible = "qcom,msm-imem-pil";
			reg = <0x94c 200>;
		};

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

	spi_0: spi@78ba000 { /* BLSP1 QUP6 */