tegra: usb: set USB_PORTS_MAX to correct value

Both Tegra20 and Tegra30 have a max of 3 USB controllers.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
Lucas Stach 2013-02-07 07:16:24 +00:00 committed by Tom Warren
parent ef123c5253
commit 2f3ec34027

View file

@ -44,7 +44,7 @@
#endif
enum {
USB_PORTS_MAX = 4, /* Maximum ports we allow */
USB_PORTS_MAX = 3, /* Maximum ports we allow */
};
/* Parameters we need for USB */