Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1550122
| From | Martin Kaiser <martin@kaiser.cx> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/3] Documentation: dt: rtc-imxdi: security violation interrupt |
| Date | 2017-01-03 20:40 +0100 |
| Message-ID | <sVD6a-2ux-49@gated-at.bofh.it> (permalink) |
| References | <sFdz3-5lj-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Document the DryIce security violation interrupt.
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
---
Documentation/devicetree/bindings/rtc/imxdi-rtc.txt | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/rtc/imxdi-rtc.txt b/Documentation/devicetree/bindings/rtc/imxdi-rtc.txt
index c9d80d7..323cf26 100644
--- a/Documentation/devicetree/bindings/rtc/imxdi-rtc.txt
+++ b/Documentation/devicetree/bindings/rtc/imxdi-rtc.txt
@@ -8,10 +8,13 @@ Required properties:
region.
- interrupts: rtc alarm interrupt
+Optional properties:
+- interrupts: dryice security violation interrupt
+
Example:
rtc@80056000 {
compatible = "fsl,imx53-rtc", "fsl,imx25-rtc";
reg = <0x80056000 2000>;
- interrupts = <29>;
+ interrupts = <29 56>;
};
--
1.7.10.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 3/3] Documentation: dt: rtc-imxdi: security violation interrupt Martin Kaiser <martin@kaiser.cx> - 2017-01-03 20:40 +0100 Re: [PATCH 3/3] Documentation: dt: rtc-imxdi: security violation interrupt Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-01-11 00:50 +0100
csiph-web