Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1500669
| From | Xiaogang Cui <xiaogang@codeaurora.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] arm64: dts: add msm8996 reboot mode support |
| Date | 2016-10-14 04:20 +0200 |
| Message-ID | <ss0gi-3zI-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Add reboot mode entry for MSM8996 platform.
Signed-off-by: Xiaogang Cui <xiaogang@codeaurora.org>
---
arch/arm64/boot/dts/qcom/pm8994.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/pm8994.dtsi b/arch/arm64/boot/dts/qcom/pm8994.dtsi
index 1222d2e..c9b14ab 100644
--- a/arch/arm64/boot/dts/qcom/pm8994.dtsi
+++ b/arch/arm64/boot/dts/qcom/pm8994.dtsi
@@ -51,6 +51,14 @@
<0 0xa6 0 IRQ_TYPE_NONE>,
<0 0xa7 0 IRQ_TYPE_NONE>;
};
+
+ qcom,reboot-mode@88f {
+ compatible = "qcom,reboot-mode";
+ offset = <0x88f>;
+ mode-normal = <0x00>;
+ mode-recovery = <0x04>;
+ mode-bootloader = <0x08>;
+ };
};
pmic@1 {
--
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
[PATCH 2/2] arm64: dts: add msm8996 reboot mode support Xiaogang Cui <xiaogang@codeaurora.org> - 2016-10-14 04:20 +0200
csiph-web