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

Commit 8196dd5e authored by Matthew McClintock's avatar Matthew McClintock Committed by Andy Gross
Browse files

qcom: ipq4019: add support for reset via qcom,ps-hold



This will allow these types of boards to be rebooted.

Signed-off-by: default avatarMatthew McClintock <mmcclint@codeaurora.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 40057afd
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -179,5 +179,10 @@
			timeout-sec = <10>;
			status = "disabled";
		};

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