From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grygorii Strashko Subject: Re: [PATCH 3/3] ARM: omap2plus_defconfig: enable DP83867 phy driver Date: Wed, 28 Jun 2017 11:54:46 -0500 Message-ID: <8b0c4fb9-978b-0d67-85e2-af994f1a66e8@ti.com> References: <3e141e778cedc0cc6168a9f9a3787a49042681c5.1498573382.git.nsekhar@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <3e141e778cedc0cc6168a9f9a3787a49042681c5.1498573382.git.nsekhar@ti.com> Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Sekhar Nori , Tony Lindgren Cc: Device Tree Mailing List , Linux OMAP Mailing List , Linux ARM Mailing List List-Id: devicetree@vger.kernel.org On 06/27/2017 10:06 AM, Sekhar Nori wrote: > TI's DP83867 phy is used on DRA72x EVM rev C and DRA71x > EVMs. Enable support for it in omap2plus_defconfig. > > The driver is built into the kernel to help NFS booting. > > Signed-off-by: Sekhar Nori Reviewed-by: Grygorii Strashko this can go alone I think. > --- > arch/arm/configs/omap2plus_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig > index a120ae816260..d4afa2ca2537 100644 > --- a/arch/arm/configs/omap2plus_defconfig > +++ b/arch/arm/configs/omap2plus_defconfig > @@ -170,6 +170,7 @@ CONFIG_TI_CPTS=y > # CONFIG_NET_VENDOR_WIZNET is not set > CONFIG_AT803X_PHY=y > CONFIG_DP83848_PHY=y > +CONFIG_DP83867_PHY=y > CONFIG_MICREL_PHY=y > CONFIG_SMSC_PHY=y > CONFIG_PPP=m > -- regards, -grygorii