diff options
author | Pawel Moll <pawel.moll@arm.com> | 2012-07-04 16:40:40 +0400 |
---|---|---|
committer | Pawel Moll <pawel.moll@arm.com> | 2012-07-13 14:48:27 +0400 |
commit | b7541a950f27fc9237ce1fcb5c2284ee5c71efe3 (patch) | |
tree | a45fef9a8244cfe733c788015dafb4cc0936fe63 /arch/arm/boot/dts/vexpress-v2m.dtsi | |
parent | d1b8a775fdb686c949d31e366a898b64147543e0 (diff) | |
download | linux-b7541a950f27fc9237ce1fcb5c2284ee5c71efe3.tar.xz |
ARM: vexpress: Add missing SP804 interrupt in motherboard's DTS files
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Diffstat (limited to 'arch/arm/boot/dts/vexpress-v2m.dtsi')
-rw-r--r-- | arch/arm/boot/dts/vexpress-v2m.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vexpress-v2m.dtsi b/arch/arm/boot/dts/vexpress-v2m.dtsi index a6c9c7c82d53..47ee30791f44 100644 --- a/arch/arm/boot/dts/vexpress-v2m.dtsi +++ b/arch/arm/boot/dts/vexpress-v2m.dtsi @@ -156,6 +156,7 @@ v2m_timer23: timer@12000 { compatible = "arm,sp804", "arm,primecell"; reg = <0x12000 0x1000>; + interrupts = <3>; }; /* DVI I2C bus */ |