Re: [PATCH v4 08/10] ARM: dts: sun8i: Enable sun8i-emac on the Orange Pi 2

2016-10-12 Thread Jean-Francois Moine
On Fri, 7 Oct 2016 10:25:55 +0200 Corentin Labbe wrote: > The sun8i-emac hardware is present on the Orange PI 2. > It uses the internal PHY. > > This patch create the needed emac node. > > Signed-off-by: Corentin Labbe > --- > arch/arm/boot/dts/sun8i-h3-orangepi-2.dts | 8 > 1 file

Re: [PATCH v4 08/10] ARM: dts: sun8i: Enable sun8i-emac on the Orange Pi 2

2016-10-12 Thread Maxime Ripard
On Wed, Oct 12, 2016 at 10:55:59AM +0200, Jean-Francois Moine wrote: > On Fri, 7 Oct 2016 10:25:55 +0200 > Corentin Labbe wrote: > > > The sun8i-emac hardware is present on the Orange PI 2. > > It uses the internal PHY. > > > > This patch create the needed emac node. > > > > Signed-off-by: Cor