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

Commit 5b0090dd authored by Vivek Kumar's avatar Vivek Kumar Committed by Shreyas K K
Browse files

ARM: dts: msm: Add dt node for restart driver on SM8150

Add device node for msm-poweroff driver on SM8150
and populate pshold and tcsr register addresses
needed for restarting the SoC.

Change-Id: Iaf9524d53f501bdc3e4f5aa0966be8325dadfc16
parent 0e195d94
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1002,6 +1002,13 @@
		interrupts = <GIC_PPI 5 IRQ_TYPE_LEVEL_HIGH>;
	};

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

	qcom,msm-rtb {
		compatible = "qcom,msm-rtb";
		qcom,rtb-size = <0x100000>;