commit | 04acabd22c2473c7dd65c3a5f900cb80d9619cc0 | [log] [tgz] |
---|---|---|
author | Janine Hagemann <j.hagemann@phytec.de> | Tue Aug 28 08:25:04 2018 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Thu Oct 04 21:15:46 2018 +0200 |
tree | 8cc40766b5b55506b386e6f39fefeab9a3703ab5 | |
parent | 7009eae89053ee84d1b522097cb99264357c39ff [diff] |
net: gmac_rockchip: Fix a register write in rk3328_gmac_set_to_rgmii 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>