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

Commit a795b9dd authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add DT nodes for restart and restart reason



Add initial DT entry nodes for use in the msm-poweroff driver
to powerdown the device.

Change-Id: Ic77ed4f5b0b6bad883a36641ca37d71c757d4bb5
Signed-off-by: default avatarKyle Yan <kyan@codeaurora.org>
parent 74c7425b
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -465,6 +465,13 @@
		};
	};

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

	clock_gcc: qcom,gcc@100000 {
		compatible = "qcom,gcc-sdm845";
		reg = <0x100000 0x1f0000>;
@@ -958,6 +965,11 @@
			reg = <0x10 8>;
		};

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

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