fix: usb: fixed usb controller count definition

	USB controller Host1 usage was fixed in:
	fix: usb: Fix support for second USB controller
	by enlarging the USB Host count from 1 to 2.

	since Marvell encapsulate it's usb usage with usbActive internal index,
	the usb stack should still use 1 controller simultenaously.
	but, xHCI code relies on index receiving from that usbActive,
	which could go up to 2. this requires xHCI arrays to be as big as
	the actual USB host count

	this patch updates xHCI array definition to use the correct host count(2),
	and the rest of the usb stack to use only 1 controller simulteneously

	* No change for Avanta-LP, Armada-375, MSYS BC2, & MSYS AC3

Change-Id: Ibf50dc16a57d7e50072ff6a82a79cdb76dde3c0b
Signed-off-by: Omri Itach <omrii@marvell.com>
Reviewed-on: http://vgitil04.il.marvell.com:8080/18434
Tested-by: Star_Automation <star@marvell.com>
Reviewed-by: Kostya Porotchkin <kostap@marvell.com>
6 files changed