Commit 2aba071c authored by Nishanth Menon's avatar Nishanth Menon
Browse files

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: default avatarNishanth Menon <nm@ti.com>
Acked-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
parent a6903ea3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);