projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca59a5c
)
arm/dts: OMAP4: Update DTS file with new GIC bindings
author
Benoit Cousson
<b-cousson@ti.com>
Fri, 25 Nov 2011 11:11:52 +0000
(12:11 +0100)
committer
Benoit Cousson
<b-cousson@ti.com>
Fri, 24 Feb 2012 21:28:52 +0000
(22:28 +0100)
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>
arch/arm/boot/dts/omap4.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap4.dtsi
b/arch/arm/boot/dts/omap4.dtsi
index 00e54d22344b035bbfccecce5593cffac5b9ee2e..c089bdac3ad4b4efaeea7f38bcdcece8120fdd26 100644
(file)
--- 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>;
};