]> git.baikalelectronics.ru Git - uboot.git/commit
net: dwc_eth_qos: Allow platform to override tx/rx_fifo_sz
authorSumit Garg <sumit.garg@linaro.org>
Wed, 1 Feb 2023 13:58:54 +0000 (19:28 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 17:50:00 +0000 (12:50 -0500)
commit9824f99de765651f1a31b93aa3e490a159bea851
treed8e9e130cafedcaed79877ee4180de572f5670ec
parente1cb0f076611e4a2d5286f00f2af88792dc837ab
net: dwc_eth_qos: Allow platform to override tx/rx_fifo_sz

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 <sumit.garg@linaro.org>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
drivers/net/dwc_eth_qos.c
drivers/net/dwc_eth_qos.h