commit | ca60985c0042ec391fa7e6131b2894ed5638feab | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Tue Jul 30 16:59:02 2013 +0200 |
committer | Jason Cooper <jason@lakedaemon.net> | Fri Aug 16 13:02:07 2013 +0000 |
tree | 178ebc2a55115f6d8950add1f463ddbbccd4f990 | |
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>