Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1183574 > unrolled thread

[PATCH v3 6/6] ARM: PRM: AM437x: Enable IO wakeup feature

Started byKeerthy <j-keerthy@ti.com>
First post2015-07-14 12:10 +0200
Last post2015-07-14 12:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v3 6/6] ARM: PRM: AM437x: Enable IO wakeup feature Keerthy <j-keerthy@ti.com> - 2015-07-14 12:10 +0200

#1183574 — [PATCH v3 6/6] ARM: PRM: AM437x: Enable IO wakeup feature

FromKeerthy <j-keerthy@ti.com>
Date2015-07-14 12:10 +0200
Subject[PATCH v3 6/6] ARM: PRM: AM437x: Enable IO wakeup feature
Message-ID<pM5jY-RW-31@gated-at.bofh.it>
Enable IO wakeup feature.

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 arch/arm/mach-omap2/prm_common.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-omap2/prm_common.c b/arch/arm/mach-omap2/prm_common.c
index 7add799..1730fc4 100644
--- a/arch/arm/mach-omap2/prm_common.c
+++ b/arch/arm/mach-omap2/prm_common.c
@@ -696,6 +696,7 @@ static struct omap_prcm_init_data am4_prm_data __initdata = {
 	.index = TI_CLKM_PRM,
 	.init = omap44xx_prm_init,
 	.device_inst_offset = AM43XX_PRM_DEVICE_INST,
+	.flags = PRM_HAS_IO_WAKEUP,
 };
 #endif
 
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web