diff options
| author | Sricharan R <r.sricharan@ti.com> | 2013-12-03 05:27:25 -0500 |
|---|---|---|
| committer | Sricharan R <r.sricharan@ti.com> | 2014-02-05 09:39:11 -0500 |
| commit | 5c61e61966076406a1ab238f5b8588a0caa26c16 (patch) | |
| tree | e5b4eead06199bbd608142906fe571c293ac50ab /arch | |
| parent | 1cc4b1a92c0a5057045d1cb8a135ea6385eafd3d (diff) | |
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>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-omap2/Kconfig | 1 | ||||
| -rw-r--r-- | arch/arm/mach-omap2/omap4-common.c | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 653b489479e0..855c1f6e0f1d 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
| @@ -85,6 +85,7 @@ config SOC_DRA7XX | |||
| 85 | select CPU_V7 | 85 | select CPU_V7 |
| 86 | select HAVE_SMP | 86 | select HAVE_SMP |
| 87 | select HAVE_ARM_ARCH_TIMER | 87 | select HAVE_ARM_ARCH_TIMER |
| 88 | select IRQ_CROSSBAR | ||
| 88 | 89 | ||
| 89 | config ARCH_OMAP2PLUS | 90 | config ARCH_OMAP2PLUS |
| 90 | bool | 91 | bool |
diff --git a/arch/arm/mach-omap2/omap4-common.c b/arch/arm/mach-omap2/omap4-common.c index 6cd3f3772ecf..95e171a055f3 100644 --- a/arch/arm/mach-omap2/omap4-common.c +++ b/arch/arm/mach-omap2/omap4-common.c | |||
| @@ -22,6 +22,7 @@ | |||
| 22 | #include <linux/of_platform.h> | 22 | #include <linux/of_platform.h> |
| 23 | #include <linux/export.h> | 23 | #include <linux/export.h> |
| 24 | #include <linux/irqchip/arm-gic.h> | 24 | #include <linux/irqchip/arm-gic.h> |
| 25 | #include <linux/irqchip/irq-crossbar.h> | ||
| 25 | #include <linux/of_address.h> | 26 | #include <linux/of_address.h> |
| 26 | #include <linux/reboot.h> | 27 | #include <linux/reboot.h> |
| 27 | 28 | ||
| @@ -288,5 +289,8 @@ void __init omap_gic_of_init(void) | |||
| 288 | 289 | ||
| 289 | skip_errata_init: | 290 | skip_errata_init: |
| 290 | omap_wakeupgen_init(); | 291 | omap_wakeupgen_init(); |
| 292 | #ifdef CONFIG_IRQ_CROSSBAR | ||
| 293 | irqcrossbar_init(); | ||
| 294 | #endif | ||
| 291 | irqchip_init(); | 295 | irqchip_init(); |
| 292 | } | 296 | } |
