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

Commit a378590e authored by Abhimanyu Kapur's avatar Abhimanyu Kapur
Browse files

ARM: dts: msm: update the restart node with tcsr misc register address



Update the restart device node required for restarting
the SOC with the tcsr misc register address.

Change-Id: Ib97aa597f7374a760603e0910562e46b423ce4bf
Signed-off-by: default avatarAbhimanyu Kapur <abhimany@codeaurora.org>
parent 6acc6d3c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -154,7 +154,9 @@

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

	timer@b020000 {