Re: [PATCH 0/2] ARM: am335x-icev2: Add ethernet support
From: Roger Quadros <hidden>
Date: 2017-04-05 08:36:20
Also in:
linux-omap, lkml
From: Roger Quadros <hidden>
Date: 2017-04-05 08:36:20
Also in:
linux-omap, lkml
On 04/04/17 19:01, Tony Lindgren wrote:
* Roger Quadros [off-list ref] [170330 05:37]:quoted
Hi Tony & Dave, On 13/03/17 15:42, Roger Quadros wrote:quoted
Hi, This series adds ethernet support to am335x-icev2 board. The ethernet PHYs on the board need an explicit GPIO reset pulse to ensure they bootstrap to the correct mode. Without the GPIO reset they just don't work. cheers, -rogerAny comments on this series. Patch 1 is at version 2.I think you meant patch 2/3 is at version2. I've picked patches 2 and 3 for v4.12 into dt and defconfig branches.
Thanks Tony.
You may need to resend the davinci_mdio.c patch alone for Dave as he usually won't pick individual patches I think.
OK, I'll send that one separately. cheers, -roger
Regards, Tonyquoted
quoted
Roger Quadros (2): net: davinci_mdio: add GPIO reset logic ARM: dts: am335x-icev2: Add CPSW ethernet0 and ethernet1 .../devicetree/bindings/net/davinci-mdio.txt | 2 + arch/arm/boot/dts/am335x-icev2.dts | 113 +++++++++++++++++++++ drivers/net/ethernet/ti/davinci_mdio.c | 68 +++++++++++-- 3 files changed, 175 insertions(+), 8 deletions(-)