diff options
author | Benoit Cousson <b-cousson@ti.com> | 2011-11-25 11:11:52 (GMT) |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-02-24 21:28:52 (GMT) |
commit | 958e767645bb7265beb582b6a9104b1931128c28 (patch) | |
tree | 6ed5299d2061916e9b1a0187c145535b24dd62ba /arch/arm/boot | |
parent | ca59a5c11050bed67f4f60c19c397d109d767d97 (diff) | |
download | linux-958e767645bb7265beb582b6a9104b1931128c28.tar.xz |
arm/dts: OMAP4: Update DTS file with new GIC bindings
The GIC binding was updated in 3.2 and expects 3 interrupt-cells.
- Update the #interrupt-cells
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Acked-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 00e54d2..c089bda 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -99,7 +99,7 @@ gic: interrupt-controller@48241000 { compatible = "arm,cortex-a9-gic"; interrupt-controller; - #interrupt-cells = <1>; + #interrupt-cells = <3>; reg = <0x48241000 0x1000>, <0x48240100 0x0100>; }; |