diff options
author | Nishanth Menon <nm@ti.com> | 2014-05-23 07:20:37 +0200 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2014-09-08 17:53:50 +0200 |
commit | a6903ea3019f849df7377786ed7885189b3f860b (patch) | |
tree | d94117fa66fe26f9fd0f15310d09d79e826a778f /arch/arm/mach-omap2/prm44xx.c | |
parent | ARM: OMAP4+: PRM: register interrupt information from DT (diff) | |
download | linux-a6903ea3019f849df7377786ed7885189b3f860b.tar.xz linux-a6903ea3019f849df7377786ed7885189b3f860b.zip |
ARM: OMAP4+: PRM: remove "wkup" event
"wkup" event at bit offset 0 exists only on OMAP3.
OMAP4430/60 PRM_IRQSTATUS_A9, OMAP5/DRA7 PRM_IRQSTATUS_MPU
register bit 0 is DPLL_CORE_RECAL_ST not wakeup event like OMAP3.
The same applies to AM437x as well.
Remove the wrong definition.
Signed-off-by: Nishanth Menon <nm@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/prm44xx.c')
-rw-r--r-- | arch/arm/mach-omap2/prm44xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/prm44xx.c b/arch/arm/mach-omap2/prm44xx.c index 5a70c91dea10..b6bfa6f6860f 100644 --- a/arch/arm/mach-omap2/prm44xx.c +++ b/arch/arm/mach-omap2/prm44xx.c @@ -33,7 +33,6 @@ /* Static data */ static const struct omap_prcm_irq omap4_prcm_irqs[] = { - OMAP_PRCM_IRQ("wkup", 0, 0), OMAP_PRCM_IRQ("io", 9, 1), }; |