Revert "usb: dwc3: drop FIFO resizing logic"

This reverts commit bc5081617fae ("usb: dwc3: drop FIFO resizing
logic") to bring back resizing of TXFIFO functionality with USB IN
endpoints. This helps to improve througput based on fine tuning
available RAM size with USB controller on different platforms.

Change-Id: I81064459f208ca59514ae1642c14bf617ac028fa
Signed-off-by: Mayank Rana <mrana@codeaurora.org>
diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c
index f4060d9..7a3d696 100644
--- a/drivers/usb/dwc3/core.c
+++ b/drivers/usb/dwc3/core.c
@@ -1208,6 +1208,9 @@
 	dwc->usb3_lpm_capable = device_property_read_bool(dev,
 				"snps,usb3_lpm_capable");
 
+	dwc->needs_fifo_resize = device_property_read_bool(dev,
+				"tx-fifo-resize");
+
 	dwc->disable_scramble_quirk = device_property_read_bool(dev,
 				"snps,disable_scramble_quirk");
 	dwc->u2exit_lfps_quirk = device_property_read_bool(dev,