From: Benoît Thébaudeau Date: Thu, 28 Jun 2012 14:59:46 +0000 (+0200) Subject: ARM: imx: fix mx51 ehci setup errors X-Git-Tag: v3.6-rc1~146^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b87c1d4be230d109effe8aef78728160800e67f;p=pandora-kernel.git ARM: imx: fix mx51 ehci setup errors This patch completes commit 08406f5 by fixing the following issues, according to the reference manual: * MXC_OTG_UCTRL_OPM_BIT disables (masks) the power/oc pins if set, like H1PM and H2PM, not the opposite. * MXC_OTG_PHYCTRL_OC_DIS_BIT disables the oc pin if set, like H1_OC_DIS, not the opposite. * Typos in comments. Cc: Sascha Hauer Cc: Arnaud Patard (Rtp) Cc: Signed-off-by: Benoît Thébaudeau Signed-off-by: Sascha Hauer --- Reading git-diff-tree failed