commit | 63bba7e437c2c3f71ee37e6b87dff97340c02ccd | [log] [tgz] |
---|---|---|
author | Grygorii Strashko <grygorii.strashko@ti.com> | Thu Sep 19 11:16:37 2019 +0300 |
committer | Tom Rini <trini@konsulko.com> | Sun Nov 03 09:36:06 2019 -0500 |
tree | b54f9abd560dfe9001406b3ab61e7140ec0af4ca | |
parent | a6f37dc4ad7c86d76e9e51457f0335ac02aba3b3 [diff] |
net: ti: cpsw: enable 10Mbps link speed support in rgmii mode According to TRMs the 10Mbps link speed is supported in RGMII only when CPSW2G MAC SL is configured for External Control ("in band") mode CPSW_SL_MACCTRL.EXT_EN(18) = 1. Hence update cpsw_slave_update_link() to follow documentation. [1] https://patchwork.kernel.org/patch/10285239/ Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>