diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-07-30 18:59:02 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-08-16 17:02:07 +0400 |
commit | ca60985c0042ec391fa7e6131b2894ed5638feab (patch) | |
tree | 178ebc2a55115f6d8950add1f463ddbbccd4f990 /arch/arm/boot/dts/armada-xp-mv78230.dtsi | |
parent | eee47b7c6eb44861fe9a6c7052fd8243a4beaea6 (diff) | |
download | linux-ca60985c0042ec391fa7e6131b2894ed5638feab.tar.xz |
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-mv78230.dtsi')
-rw-r--r-- | arch/arm/boot/dts/armada-xp-mv78230.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/armada-xp-mv78230.dtsi b/arch/arm/boot/dts/armada-xp-mv78230.dtsi index f8eaa383e07f..ab40f961384f 100644 --- a/arch/arm/boot/dts/armada-xp-mv78230.dtsi +++ b/arch/arm/boot/dts/armada-xp-mv78230.dtsi @@ -63,7 +63,7 @@ gpio-controller; #gpio-cells = <2>; interrupt-controller; - #interrupts-cells = <2>; + #interrupt-cells = <2>; interrupts = <82>, <83>, <84>, <85>; }; @@ -74,7 +74,7 @@ gpio-controller; #gpio-cells = <2>; interrupt-controller; - #interrupts-cells = <2>; + #interrupt-cells = <2>; interrupts = <87>, <88>, <89>; }; |