From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] ARM: OMAP: Readd Amstrad Delta USB support. Date: Mon, 15 May 2006 02:58:48 -0700 Message-ID: <20060515095847.GK8368@atomide.com> References: <20060428123140.GL7570@earth.li> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20060428123140.GL7570@earth.li> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: Jonathan McDowell Cc: linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org * Jonathan McDowell [060428 05:33]: > One of the recent merges from mainline removed the Amstrad Delta USB > support. This patch adds it back in; it's the same as was in > 2.6.16-omap2. > > Signed-Off-By: Jonathan McDowell > > ----- > diff --git a/arch/arm/mach-omap1/board-ams-delta.c b/arch/arm/mach-omap1/board-ams-delta.c > index 6178f04..664c3e2 100644 > --- a/arch/arm/mach-omap1/board-ams-delta.c > +++ b/arch/arm/mach-omap1/board-ams-delta.c > @@ -80,8 +80,15 @@ static struct omap_uart_config ams_delta > .enabled_uarts = 1, > }; > > +static struct omap_usb_config ams_delta_usb_config __initdata = { > + .register_host = 1, > + .hmc_mode = 16, > + .pins[0] = 2, > +}; > + > static struct omap_board_config_kernel ams_delta_config[] = { > { OMAP_TAG_UART, &ams_delta_uart_config }, > + { OMAP_TAG_USB, &ams_delta_usb_config }, > }; > > static void __init ams_delta_init(void) Pushing today. Tony