[PATCH] eukrea_cpuimx35: fix USB host

Sascha Hauer s.hauer at pengutronix.de
Thu Aug 2 05:03:18 EDT 2012


On Wed, Aug 01, 2012 at 06:54:37PM +0200, Eric Bénard wrote:
> Signed-off-by: Eric Bénard <eric at eukrea.com>

Applied, thanks. Sorry, I should have done this before the release, but
I missed this one.

Sometimes I wish we had a concept for stable releases.

Sascha

> ---
>  arch/arm/boards/eukrea_cpuimx35/eukrea_cpuimx35.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/boards/eukrea_cpuimx35/eukrea_cpuimx35.c b/arch/arm/boards/eukrea_cpuimx35/eukrea_cpuimx35.c
> index 93d5ac9..49dbabc 100644
> --- a/arch/arm/boards/eukrea_cpuimx35/eukrea_cpuimx35.c
> +++ b/arch/arm/boards/eukrea_cpuimx35/eukrea_cpuimx35.c
> @@ -105,7 +105,7 @@ static void imx35_usb_init(void)
>  	tmp &= ~(MX35_H1_SIC_MASK | MX35_H1_PM_BIT | MX35_H1_TLL_BIT |
>  		MX35_H1_USBTE_BIT | MX35_H1_IPPUE_DOWN_BIT | MX35_H1_IPPUE_UP_BIT);
>  	tmp |= (MXC_EHCI_INTERFACE_SINGLE_UNI) << MX35_H1_SIC_SHIFT;
> -	tmp |= MX35_H1_USBTE_BIT;
> +	tmp |= MX35_H1_USBTE_BIT | MX35_H1_PM_BIT | MX35_H1_TLL_BIT ;
>  	tmp |= MX35_H1_IPPUE_DOWN_BIT;
>  	writel(tmp, IMX_OTG_BASE + 0x600);
>  
> -- 
> 1.7.7.6
> 
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list