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

Commit 897a1ab6 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add restart node for reboot support"

parents 58016dbf 2026ca57
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -117,6 +117,11 @@
		qcom,subsys-id = <3>;
	};

	restart@fc4ab000 {
		compatible = "qcom,pshold";
		reg = <0xfc4ab000 0x4>;
	};

	timer {
		compatible = "arm,armv7-timer";
		interrupts = <1 2 0xf08>,
+5 −0
Original line number Diff line number Diff line
@@ -91,6 +91,11 @@
		qcom,direct-connect-irqs = <5>;
	};

	restart@fc4ab000 {
		compatible = "qcom,pshold";
		reg = <0xfc4ab000 0x4>;
	};

	timer {
		compatible = "arm,armv7-timer";
		interrupts = <1 2 0 1 3 0>;
+5 −0
Original line number Diff line number Diff line
@@ -123,6 +123,11 @@
		};
	};

	restart@fc4ab000 {
		compatible = "qcom,pshold";
		reg = <0xfc4ab000 0x4>;
	};

	timer@f9020000 {
		#address-cells = <1>;
		#size-cells = <1>;
+5 −0
Original line number Diff line number Diff line
@@ -101,6 +101,11 @@
		qcom,direct-connect-irqs = <8>;
	};

	restart@fc4ab000 {
		compatible = "qcom,pshold";
		reg = <0xfc4ab000 0x4>;
	};

	timer {
		compatible = "arm,armv7-timer";
		interrupts = <1 2 0xf08>,
+5 −0
Original line number Diff line number Diff line
@@ -138,6 +138,11 @@
		clock-frequency = <32768>;
	};

	restart@fc4ab000 {
		compatible = "qcom,pshold";
		reg = <0xfc4ab000 0x4>;
	};

	timer {
		compatible = "arm,armv7-timer";
		interrupts = <1 2 0xf08>,
Loading