From: Nishanth Menon Date: Mon, 11 Aug 2014 19:58:23 +0000 (-0500) Subject: ARM: OMAP4+: PRM: Enable wakeup capability for OMAP5, DRA7 X-Git-Tag: v3.18-rc1~120^2~21^2~4^2~12 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=2aba071c50591eaa7a2e33d3df296dd74232691e;p=linux.git ARM: OMAP4+: PRM: Enable wakeup capability for OMAP5, DRA7 OMAP5 and DRA7 can now use pinctrl based I/O daisychain wakeup capability. So, enable the support. Signed-off-by: Nishanth Menon Acked-by: Santosh Shilimkar --- diff --git a/arch/arm/mach-omap2/prm44xx.c b/arch/arm/mach-omap2/prm44xx.c index b6bfa6f6860f..0958d070d3db 100644 --- a/arch/arm/mach-omap2/prm44xx.c +++ b/arch/arm/mach-omap2/prm44xx.c @@ -693,7 +693,7 @@ static struct prm_ll_data omap44xx_prm_ll_data = { int __init omap44xx_prm_init(void) { - if (cpu_is_omap44xx()) + if (cpu_is_omap44xx() || soc_is_omap54xx() || soc_is_dra7xx()) prm_features |= PRM_HAS_IO_WAKEUP; return prm_register(&omap44xx_prm_ll_data);