diff options
author | Martin Kaiser <martin@kaiser.cx> | 2017-01-03 13:51:25 -0500 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-01-11 11:23:05 -0500 |
commit | a734cc9ba37188f074f8b81125db05ca00d71d00 (patch) | |
tree | b259d8d3a644fac9268e051ae51f0cfb7133e505 | |
parent | fef1eeb1a787653aa3fa028be1d898609bf69094 (diff) |
Documentation: dt: rtc-imxdi: security violation interrupt
Document the DryIce security violation interrupt.
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
-rw-r--r-- | Documentation/devicetree/bindings/rtc/imxdi-rtc.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/rtc/imxdi-rtc.txt b/Documentation/devicetree/bindings/rtc/imxdi-rtc.txt index c9d80d7da141..323cf26374cb 100644 --- a/Documentation/devicetree/bindings/rtc/imxdi-rtc.txt +++ b/Documentation/devicetree/bindings/rtc/imxdi-rtc.txt | |||
@@ -8,10 +8,13 @@ Required properties: | |||
8 | region. | 8 | region. |
9 | - interrupts: rtc alarm interrupt | 9 | - interrupts: rtc alarm interrupt |
10 | 10 | ||
11 | Optional properties: | ||
12 | - interrupts: dryice security violation interrupt | ||
13 | |||
11 | Example: | 14 | Example: |
12 | 15 | ||
13 | rtc@80056000 { | 16 | rtc@80056000 { |
14 | compatible = "fsl,imx53-rtc", "fsl,imx25-rtc"; | 17 | compatible = "fsl,imx53-rtc", "fsl,imx25-rtc"; |
15 | reg = <0x80056000 2000>; | 18 | reg = <0x80056000 2000>; |
16 | interrupts = <29>; | 19 | interrupts = <29 56>; |
17 | }; | 20 | }; |