Re: [PATCH 05/12] net: stmmac: sun8i: add support for Allwinner H6 EMAC

2019-04-08 Thread Maxime Ripard
On Sat, Apr 06, 2019 at 01:45:07AM +0200, meg...@megous.com wrote: > From: Icenowy Zheng > > The EMAC on Allwinner H6 is just like the one on A64. The "internal PHY" > on H6 is on a co-packaged AC200 chip, and it's not really internal (it's > connected via RMII at PA GPIO bank). > > Add support

[PATCH 05/12] net: stmmac: sun8i: add support for Allwinner H6 EMAC

2019-04-08 Thread megous
From: Icenowy Zheng The EMAC on Allwinner H6 is just like the one on A64. The "internal PHY" on H6 is on a co-packaged AC200 chip, and it's not really internal (it's connected via RMII at PA GPIO bank). Add support for the Allwinner H6 EMAC in the dwmac-sun8i driver. Signed-off-by: Icenowy