irqchip: gic: Add support for cortex a7 compatible string
authorMatthias Brugger <matthias.bgg@gmail.com>
Thu, 3 Jul 2014 11:58:52 +0000 (13:58 +0200)
committerChristoffer Dall <christoffer.dall@linaro.org>
Thu, 2 Oct 2014 07:54:01 +0000 (09:54 +0200)
commit765a2fa0989f7686f75a6e98f4e246a86f33ed0f
tree698106bd651f6ec3db47885ef673d7533731cbb2
parent6f4334fa426b09dbcec09c4b2f0f3aca34d5eae0
irqchip: gic: Add support for cortex a7 compatible string

Patch 0a68214b "ARM: DT: Add binding for GIC virtualization extentions (VGIC)" added
the "arm,cortex-a7-gic" compatible string, but the corresponding IRQCHIP_DECLARE
was never added to the gic driver.

To let real Cortex-A7 SoCs use it, add the necessary declaration to the device driver.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Link: https://lkml.kernel.org/r/1404388732-28890-1-git-send-email-matthias.bgg@gmail.com
Fixes: 0a68214b76ca ("ARM: DT: Add binding for GIC virtualization extentions (VGIC)")
Cc: <stable@vger.kernel.org> # v3.5+
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
(cherry picked from commit a97e8027b1d28eafe6bafe062556c1ec926a49c6)
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
drivers/irqchip/irq-gic.c