From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thara Gopinath Subject: [PATCH v2 10/11] OMAP4: Enabling smartrefles class 3 driver. Date: Sat, 25 Sep 2010 18:21:25 +0530 Message-ID: <1285419086-13047-11-git-send-email-thara@ti.com> References: <1285419086-13047-1-git-send-email-thara@ti.com> Return-path: Received: from arroyo.ext.ti.com ([192.94.94.40]:45514 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753120Ab0IYMvj (ORCPT ); Sat, 25 Sep 2010 08:51:39 -0400 In-Reply-To: <1285419086-13047-1-git-send-email-thara@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: linux-omap@vger.kernel.org Cc: khilman@deeprootsystems.com, paul@pwsan.com, b-cousson@ti.com, vishwanath.bs@ti.com, sawant@ti.com, Thara Gopinath This patch enables smartreflex class3 mode of operation for OMAP4430 SDP board. Signed-off-by: Thara Gopinath --- arch/arm/mach-omap2/board-4430sdp.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index 9447644..3395e61 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c @@ -36,6 +36,7 @@ #include #include #include "hsmmc.h" +#include "smartreflex-class3.h" #define ETH_KS8851_IRQ 34 #define ETH_KS8851_POWER_ON 48 @@ -182,6 +183,7 @@ static void __init omap_4430sdp_init_irq(void) #endif gic_init_irq(); omap_gpio_init(); + sr_class3_init(); } static struct omap_musb_board_data musb_board_data = { -- 1.7.0.4