mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
ARM: DRA: Enable Crossbar IP support for DRA7XX
Enable the crossbar IP support for DRA7xx soc. Cc: Santosh Shilimkar <santosh.shilimkar@ti.com> Cc: Rajendra Nayak <rnayak@ti.com> Cc: Tony Lindgren <tony@atomide.com> Signed-off-by: Sricharan R <r.sricharan@ti.com> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Acked-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
1cc4b1a92c
commit
5c61e61966
@ -85,6 +85,7 @@ config SOC_DRA7XX
|
||||
select CPU_V7
|
||||
select HAVE_SMP
|
||||
select HAVE_ARM_ARCH_TIMER
|
||||
select IRQ_CROSSBAR
|
||||
|
||||
config ARCH_OMAP2PLUS
|
||||
bool
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <linux/of_platform.h>
|
||||
#include <linux/export.h>
|
||||
#include <linux/irqchip/arm-gic.h>
|
||||
#include <linux/irqchip/irq-crossbar.h>
|
||||
#include <linux/of_address.h>
|
||||
#include <linux/reboot.h>
|
||||
|
||||
@ -288,5 +289,8 @@ void __init omap_gic_of_init(void)
|
||||
|
||||
skip_errata_init:
|
||||
omap_wakeupgen_init();
|
||||
#ifdef CONFIG_IRQ_CROSSBAR
|
||||
irqcrossbar_init();
|
||||
#endif
|
||||
irqchip_init();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user