The usb gadget required a larger tx-fifo size than the current
configuration. To address this, the g-rx-fifo-size was reduced from
192 to 168, and a portion of the freed space was allocated to
g-tx-fifo-size, incresing its values to support the usb gadget's
requirements.
Change-Id: I0eddeb26cbcc2e234823b5d58ca6d1fb6778ead3
Signed-off-by: Yongtaek Jeon <ytjeon@samsung.com>
phys = <&usb2_phy1>;
phy-names = "usb2-phy";
dr_mode = "peripheral";
- g-rx-fifo-size = <192>;
+ g-rx-fifo-size = <168>;
g-np-tx-fifo-size = <128>;
- g-tx-fifo-size = <128 128 16 16 16>;
+ g-tx-fifo-size = <128 128 128 16 16>;
};
dwc3: usb@ff500000 {