Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1363736

[PATCH 11/17] qcom: ipq4019: add support for reset via qcom,ps-hold

From Matthew McClintock <mmcclint@codeaurora.org>
Newsgroups linux.kernel
Subject [PATCH 11/17] qcom: ipq4019: add support for reset via qcom,ps-hold
Date 2016-03-23 23:10 +0100
Message-ID <rfZ8t-1se-1@gated-at.bofh.it> (permalink)
References <rfZ8u-1se-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This will allow these types of boards to be rebooted.

Signed-off-by: Matthew McClintock <mmcclint@codeaurora.org>
---
 arch/arm/boot/dts/qcom-ipq4019.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/qcom-ipq4019.dtsi b/arch/arm/boot/dts/qcom-ipq4019.dtsi
index 00a5e9e..acb851d 100644
--- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
+++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
@@ -179,5 +179,10 @@
 			timeout-sec = <10>;
 			status = "disabled";
 		};
+
+		restart@4ab000 {
+			compatible = "qcom,pshold";
+			reg = <0x4ab000 0x4>;
+		};
 	};
 };
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 11/17] qcom: ipq4019: add support for reset via qcom,ps-hold Matthew McClintock <mmcclint@codeaurora.org> - 2016-03-23 23:10 +0100

csiph-web