]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ehci-mxc: Fix host power mask bit for i.MX25
authorBenoît Thébaudeau <benoit.thebaudeau@advansee.com>
Fri, 16 Nov 2012 06:46:24 +0000 (06:46 +0000)
committerStefano Babic <sbabic@denx.de>
Mon, 19 Nov 2012 07:49:02 +0000 (08:49 +0100)
commitfa88ddb75f0abeee123dd1547f4e32ec3155d31f
treeccbcd61a0544376adeb6b41486d4fb4702accbab
parentec7503bb0ec4c0df199129d0958413fb9d44baf0
ehci-mxc: Fix host power mask bit for i.MX25

The correct bit for H1_PM is 16, not 8, which is the DP pull-up impedance
selection bit.

This issue has been reported by Eric Bénard <eric@eukrea.com> and fixed by
Christoph Fritz <chf.fritz@googlemail.com> on Linux, from which these #define-s
had been copied.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Marek Vasut <marex@denx.de>
drivers/usb/host/ehci-mxc.c