Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1363736 > unrolled thread
| Started by | Matthew McClintock <mmcclint@codeaurora.org> |
|---|---|
| First post | 2016-03-23 23:10 +0100 |
| Last post | 2016-03-23 23:10 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 11/17] qcom: ipq4019: add support for reset via qcom,ps-hold Matthew McClintock <mmcclint@codeaurora.org> - 2016-03-23 23:10 +0100
| From | Matthew McClintock <mmcclint@codeaurora.org> |
|---|---|
| Date | 2016-03-23 23:10 +0100 |
| Subject | [PATCH 11/17] qcom: ipq4019: add support for reset via qcom,ps-hold |
| Message-ID | <rfZ8t-1se-1@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web