
2 Oct
2018
2 Oct
'18
1:22 p.m.
On 1 October 2018 at 01:53, Cédric Le Goater clg@kaod.org wrote:
The Faraday ftgmac100 MAC controllers as found on the Aspeed SoCs have some slight differences in the HW interface (End-Of-Rx/Tx-Ring bits).
Signed-off-by: Cédric Le Goater clg@kaod.org
Changes since v1:
- introduced a udevice_id .data model
- dropped is_aspeed bool
- dropped MDIO interface setting for Aspeed SoC. The default is correct.
- removed the clcoks which are now handled automatically in the ftgmac100 driver
drivers/net/ftgmac100.c | 29 +++++++++++++++++++++++++---- configs/evb-ast2500_defconfig | 8 ++++++++ 2 files changed, 33 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org