From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753013AbbFVGZI (ORCPT ); Mon, 22 Jun 2015 02:25:08 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:36029 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932094AbbFVGYY (ORCPT ); Mon, 22 Jun 2015 02:24:24 -0400 From: Keerthy To: , CC: , , , , , , , Subject: [PATCH 6/6] ARM: PRM: AM437x: Enable IO wakeup feature Date: Mon, 22 Jun 2015 11:52:56 +0530 Message-ID: <1434954176-9605-7-git-send-email-j-keerthy@ti.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1434954176-9605-1-git-send-email-j-keerthy@ti.com> References: <1434954176-9605-1-git-send-email-j-keerthy@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Enable IO wakeup feature. Signed-off-by: Keerthy --- 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 10ef0da..238cb4a 100644 --- a/arch/arm/mach-omap2/prm_common.c +++ b/arch/arm/mach-omap2/prm_common.c @@ -695,6 +695,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 Please read the FAQ at http://www.tux.org/lkml/