Commit f082bbff authored by Martin Kaiser's avatar Martin Kaiser Committed by Shawn Guo

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: default avatarMartin Kaiser <martin@kaiser.cx>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 8686439d
......@@ -561,7 +561,7 @@ dryice@53ffc000 {
reg = <0x53ffc000 0x4000>;
clocks = <&clks 81>;
clock-names = "ipg";
interrupts = <25>;
interrupts = <25 56>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment