USB: ehci-mx6: Fix broken IO access
authorWolfgang Grandegger <wg@denx.de>
Wed, 2 May 2012 04:36:39 +0000 (04:36 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 15 May 2012 06:31:33 +0000 (08:31 +0200)
commit3f29d96218d985268c46a6821ba893d1ea2cbc8c
treebc2ccaa877b0a5fd6563494358a72e7dd634dcab
parentfeef24ee11461532d66e16baea556d3bb8bcc047
USB: ehci-mx6: Fix broken IO access

To get USB working again on the i.MX6, this patch fixes a bug introduced
with commit 522b2a0 "Add proper IO accessors for mx6 usb registers.".
At that occasion, I also added the missing __iomem directive.

Cc: Marek Vasut <marex@denx.de>
CC: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Wolfgang Grandegger <wg@denx.de>
drivers/usb/host/ehci-mx6.c