commit | 08406f540c7ce4cfed96fb240906eee04b9e3eb7 | [log] [tgz] |
---|---|---|
author | Arnaud Patard (Rtp) <arnaud.patard@rtp-net.org> | Mon Dec 20 16:48:56 2010 +0100 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Mon Jan 03 10:19:48 2011 +0100 |
tree | e3f18e60691a63d075490f3e94f2495772cf274b | |
parent | 0d95b75e2dd736b23f7cc0971d2f2aacea7f3e49 [diff] |
arch/arm/plat-mxc/ehci.c: fix errors/typos This patch is fixing some issues : - MXC_OTG_UCTRL_OPM_BIT is for USBCTRL register and not PHYCTRL register. - the MXC_EHCI_WAKEUP_ENABLED check was only clearing the bits so never allows to set them. Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>