[PATCH v2 01/10] eukrea_cpuimx25: workaround ENGcm09152

Sascha Hauer s.hauer at pengutronix.de
Fri May 18 05:43:34 EDT 2012


Hi Eric,

On Fri, May 18, 2012 at 09:41:36AM +0200, Eric Bénard wrote:
> else USB device doesn't work as the hardware fix is present on the
> boards
> 
> Signed-off-by: Eric Bénard <eric at eukrea.com>

Applied this series. I had to apply several patches manually, please
check if all went right (and please try and apply your own patches you
received from the list and see what might have gone wrong to fix it next
time)

Sascha

> ---
>  arch/arm/boards/eukrea_cpuimx25/eukrea_cpuimx25.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/boards/eukrea_cpuimx25/eukrea_cpuimx25.c b/arch/arm/boards/eukrea_cpuimx25/eukrea_cpuimx25.c
> index 1e48650..75a99f7 100644
> --- a/arch/arm/boards/eukrea_cpuimx25/eukrea_cpuimx25.c
> +++ b/arch/arm/boards/eukrea_cpuimx25/eukrea_cpuimx25.c
> @@ -255,6 +255,8 @@ static int eukrea_cpuimx25_devices_init(void)
>  	imx25_usb_init();
>  	add_generic_usb_ehci_device(-1, IMX_OTG_BASE + 0x400, NULL);
>  #endif
> +	/* Workaround ENGcm09152 */
> +	writel(readl(IMX_OTG_BASE + 0x608) | (1 << 23), IMX_OTG_BASE + 0x608);
>  	add_generic_device("fsl-udc", -1, NULL, IMX_OTG_BASE, 0x200,
>  			   IORESOURCE_MEM, &usb_pdata);
>  
> -- 
> 1.7.7.6
> 
> 
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox

-- 
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