Re: [PATCH v2 07/14] net: dwc_eth_qos: Allow platform to override tx/rx_fifo_sz

2023-02-10 Thread Tom Rini
On Wed, Feb 01, 2023 at 07:28:54PM +0530, Sumit Garg wrote: > The GMAC controller on QCS404 SoC (support added by upcoming patch) fails > to work with maximum tx/rx_fifo_sz supported by the hardware (16K). So > allow platforms to override FIFO size using corresponding DT node > properties. > >

Re: [PATCH v2 07/14] net: dwc_eth_qos: Allow platform to override tx/rx_fifo_sz

2023-02-03 Thread Ramon Fried
On Wed, Feb 1, 2023 at 3:59 PM Sumit Garg wrote: > > The GMAC controller on QCS404 SoC (support added by upcoming patch) fails > to work with maximum tx/rx_fifo_sz supported by the hardware (16K). So > allow platforms to override FIFO size using corresponding DT node > properties. > >

[PATCH v2 07/14] net: dwc_eth_qos: Allow platform to override tx/rx_fifo_sz

2023-02-01 Thread Sumit Garg
The GMAC controller on QCS404 SoC (support added by upcoming patch) fails to work with maximum tx/rx_fifo_sz supported by the hardware (16K). So allow platforms to override FIFO size using corresponding DT node properties. Signed-off-by: Sumit Garg --- drivers/net/dwc_eth_qos.c | 19