]> git.hungrycats.org Git - linux/commit
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)
committerJiri Slaby <jslaby@suse.cz>
Tue, 29 Jul 2014 15:01:43 +0000 (17:01 +0200)
commit26edd8ddfd1a9fa39fcfe329e39d9675dfe69551
tree73c636e7c48962e9f8ef6fd25883778b49a46eb8
parent9b1829d6d4a1036a52bcdec52eab9b1d5b330369
irqchip: gic: Add support for cortex a7 compatible string

commit a97e8027b1d28eafe6bafe062556c1ec926a49c6 upstream.

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)")
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/irqchip/irq-gic.c