From patchwork Tue Mar 14 12:51:19 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roger Quadros X-Patchwork-Id: 95296 Delivered-To: patch@linaro.org Received: by 10.140.89.134 with SMTP id v6csp244619qgd; Tue, 14 Mar 2017 05:51:27 -0700 (PDT) X-Received: by 10.98.76.91 with SMTP id z88mr43816186pfa.14.1489495887884; Tue, 14 Mar 2017 05:51:27 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f20si14719523pfe.205.2017.03.14.05.51.27; Tue, 14 Mar 2017 05:51:27 -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 S1750849AbdCNMv0 (ORCPT + 4 others); Tue, 14 Mar 2017 08:51:26 -0400 Received: from lelnx194.ext.ti.com ([198.47.27.80]:58908 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750815AbdCNMvZ (ORCPT ); Tue, 14 Mar 2017 08:51:25 -0400 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id v2ECpMjt018003; Tue, 14 Mar 2017 07:51:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1489495882; bh=/aB9S+y0lDn6xamtBWW77strW+6wKbvTiLfi2YerzIg=; h=Subject:To:References:CC:From:Date:In-Reply-To; b=mZnzA0a1fsjPMWLoJ5TBci8LP5faNqq3zeYyKL/fnlhQnbsueXKoTj2rDfW3b/8V9 Sxr3n/MO6Od3Ed12aCrTQ1nD41t0+qCrnLh8GewEO4xuJa9xXpErAyuB3Cpm2dEkaR cBAQrLdgShy3Ii93uOiFgmY/aceM7zRkjsvG5ya4= Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v2ECpMwi030932; Tue, 14 Mar 2017 07:51:22 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.294.0; Tue, 14 Mar 2017 07:51:21 -0500 Received: from [192.168.2.6] (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v2ECpJXJ010580; Tue, 14 Mar 2017 07:51:20 -0500 Subject: [PATCH 3/3] ARM: omap2plus_defconfig: Enable TI Ethernet PHY To: References: <1489412554-2054-1-git-send-email-rogerq@ti.com> CC: , , , , , , From: Roger Quadros Message-ID: Date: Tue, 14 Mar 2017 14:51:19 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <1489412554-2054-1-git-send-email-rogerq@ti.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org DP83848_PHY i.e. [TI TLK10X 10/100 Mbps PHY] is used on the am335x-icev2 board. Enable the PHY driver for it. Signed-off-by: Roger Quadros --- arch/arm/configs/omap2plus_defconfig | 1 + 1 file changed, 1 insertion(+) -- 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 diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index f2462a6..cfa5bac 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -167,6 +167,7 @@ CONFIG_TI_CPTS=y # CONFIG_NET_VENDOR_VIA is not set # CONFIG_NET_VENDOR_WIZNET is not set CONFIG_AT803X_PHY=y +CONFIG_DP83848_PHY=y CONFIG_MICREL_PHY=y CONFIG_SMSC_PHY=y CONFIG_USB_USBNET=m