diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-07-30 10:59:02 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-08-16 09:02:07 -0400 |
commit | ca60985c0042ec391fa7e6131b2894ed5638feab (patch) | |
tree | 178ebc2a55115f6d8950add1f463ddbbccd4f990 /arch/arm/boot/dts/armada-xp-mv78260.dtsi | |
parent | eee47b7c6eb44861fe9a6c7052fd8243a4beaea6 (diff) |
ARM: mvebu: use correct #interrupt-cells instead of #interrupts-cells
The Device Tree information for the GPIO banks of the Armada 370 and
Armada XP SOCs was incorrectly using #interrupts-cells instead of
controller when using GPIO interrupts, since the GPIO bank DT node
wasn't recognized as a valid interrupt controller by the OF code.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/armada-xp-mv78260.dtsi')
-rw-r--r-- | arch/arm/boot/dts/armada-xp-mv78260.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/armada-xp-mv78260.dtsi b/arch/arm/boot/dts/armada-xp-mv78260.dtsi index 2d9335da210c..254bd24191b6 100644 --- a/arch/arm/boot/dts/armada-xp-mv78260.dtsi +++ b/arch/arm/boot/dts/armada-xp-mv78260.dtsi | |||
@@ -64,7 +64,7 @@ | |||
64 | gpio-controller; | 64 | gpio-controller; |
65 | #gpio-cells = <2>; | 65 | #gpio-cells = <2>; |
66 | interrupt-controller; | 66 | interrupt-controller; |
67 | #interrupts-cells = <2>; | 67 | #interrupt-cells = <2>; |
68 | interrupts = <82>, <83>, <84>, <85>; | 68 | interrupts = <82>, <83>, <84>, <85>; |
69 | }; | 69 | }; |
70 | 70 | ||
@@ -75,7 +75,7 @@ | |||
75 | gpio-controller; | 75 | gpio-controller; |
76 | #gpio-cells = <2>; | 76 | #gpio-cells = <2>; |
77 | interrupt-controller; | 77 | interrupt-controller; |
78 | #interrupts-cells = <2>; | 78 | #interrupt-cells = <2>; |
79 | interrupts = <87>, <88>, <89>, <90>; | 79 | interrupts = <87>, <88>, <89>, <90>; |
80 | }; | 80 | }; |
81 | 81 | ||
@@ -86,7 +86,7 @@ | |||
86 | gpio-controller; | 86 | gpio-controller; |
87 | #gpio-cells = <2>; | 87 | #gpio-cells = <2>; |
88 | interrupt-controller; | 88 | interrupt-controller; |
89 | #interrupts-cells = <2>; | 89 | #interrupt-cells = <2>; |
90 | interrupts = <91>; | 90 | interrupts = <91>; |
91 | }; | 91 | }; |
92 | 92 | ||