Skip to content

Commit

Permalink
ARM: OMAP4+: PRM: Enable wakeup capability for OMAP5, DRA7
Browse files Browse the repository at this point in the history
OMAP5 and DRA7 can now use pinctrl based I/O daisychain wakeup
capability. So, enable the support.

Signed-off-by: Nishanth Menon <nm@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
  • Loading branch information
Nishanth Menon committed Sep 8, 2014
1 parent a6903ea commit 2aba071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/prm44xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2aba071

Please sign in to comment.