From patchwork Mon Mar 13 13:42:32 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roger Quadros X-Patchwork-Id: 95225 Delivered-To: patch@linaro.org Received: by 10.140.82.71 with SMTP id g65csp1177155qgd; Mon, 13 Mar 2017 06:42:44 -0700 (PDT) X-Received: by 10.84.232.134 with SMTP id i6mr48293830plk.101.1489412564837; Mon, 13 Mar 2017 06:42:44 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r7si7208837pfg.114.2017.03.13.06.42.44; Mon, 13 Mar 2017 06:42:44 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-omap-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@ti.com; spf=pass (google.com: best guess record for domain of linux-omap-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-omap-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=ti.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752599AbdCMNmn (ORCPT + 4 others); Mon, 13 Mar 2017 09:42:43 -0400 Received: from lelnx193.ext.ti.com ([198.47.27.77]:35729 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751188AbdCMNmm (ORCPT ); Mon, 13 Mar 2017 09:42:42 -0400 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelnx193.ext.ti.com (8.15.1/8.15.1) with ESMTP id v2DDgd1S025380; Mon, 13 Mar 2017 08:42:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1489412559; bh=wFTisNACCaAQpprieh8VOPxTe+6j3NM83fhnwBNsXwE=; h=From:To:CC:Subject:Date; b=G/G19Q+D3fMYenvzN/Jy4lcNdgtueiiJGPmQKI+6mEbM0iuzaGOFGsnojgB7mgVak /PxV0jWqhDjZpqKLXMORxFQ8E/+q/FnP27emtwsbScinU5YxeEYqGYKm5CuLiNRgkW 042XeIFhHQBSv1Vu8U08/VCUnxeRZVhFV/CsPQdg= Received: from DLEE70.ent.ti.com (dlemailx.itg.ti.com [157.170.170.113]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v2DDgdg7020635; Mon, 13 Mar 2017 08:42:39 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.294.0; Mon, 13 Mar 2017 08:42:38 -0500 Received: from lta0400828d.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v2DDgZjZ009441; Mon, 13 Mar 2017 08:42:36 -0500 From: Roger Quadros To: , CC: , , , , , , Roger Quadros Subject: [PATCH 0/2] ARM: am335x-icev2: Add ethernet support Date: Mon, 13 Mar 2017 15:42:32 +0200 Message-ID: <1489412554-2054-1-git-send-email-rogerq@ti.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org 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, -roger 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(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html