
4 Oct
2018
4 Oct
'18
10:08 p.m.
We have to use RK3328_RXCLK_DLY_ENA_GMAC_ENABLE instead of RK3328_RXCLK_DLY_ENA_GMAC_MASK in rk3328_gmac_set_to_rgmii() to enable the RX delay. The MASK was used in a wrong way.
Signed-off-by: Janine Hagemann j.hagemann@phytec.de Reviewed-by: Philipp Tomisch philipp.tomisch@theobroma-systems.com Acked-by: Joe Hershberger joe.hershberger@ni.com
v4: No changes
drivers/net/gmac_rockchip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to u-boot-rockchip, thanks!