diff options
| author | Martin Kaiser <martin@kaiser.cx> | 2017-01-03 19:50:57 +0100 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2017-01-10 09:52:12 +0800 |
| commit | f082bbff3b1dcabae4e26a480f76b71e8e64f3df (patch) | |
| tree | d7436dba3e1a1656f114c547db202d146e59a83c | |
| parent | 8686439de09073ed5cba5d768fcba3eb658fd35a (diff) | |
| download | linux-f082bbff3b1dcabae4e26a480f76b71e8e64f3df.tar.gz linux-f082bbff3b1dcabae4e26a480f76b71e8e64f3df.zip | |
ARM: dts: imx25.dtsi: DryIce security violation interrupt
The DryIce block on i.MX25 chipset uses two interrupts: A normal and a
security violation interrupt. Add the security violation interrupt to
the list, it is optional.
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -rw-r--r-- | arch/arm/boot/dts/imx25.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi index 6a348150b90d..213d86e6e3ad 100644 --- a/arch/arm/boot/dts/imx25.dtsi +++ b/arch/arm/boot/dts/imx25.dtsi @@ -561,7 +561,7 @@ reg = <0x53ffc000 0x4000>; clocks = <&clks 81>; clock-names = "ipg"; - interrupts = <25>; + interrupts = <25 56>; }; }; |
