commit | 727fce369ee84e664d2a1d215cb48137837c6f8b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 25 12:22:21 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:23 2015 -0600 |
tree | 507bfc50e0fbd33269e0d39a58c63ef9f3257fec | |
parent | 27f782b6a137b51fe81dc2900d64ea6cbe502663 [diff] |
dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup() Adjust this function so that it is passed an EHCI controller pointer so that implementations can look up their controller. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>