From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752924AbcFCQrb (ORCPT ); Fri, 3 Jun 2016 12:47:31 -0400 Received: from arroyo.ext.ti.com ([198.47.19.12]:49583 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751735AbcFCQr3 (ORCPT ); Fri, 3 Jun 2016 12:47:29 -0400 Subject: Re: [PATCH 1/2] ARM: dts: am437x-idk-evm: Mark MAC as having only one PHY To: "Andrew F. Davis" , =?UTF-8?Q?Beno=c3=aet_Cousson?= , Tony Lindgren References: <20160527181743.8401-1-afd@ti.com> CC: , , From: Grygorii Strashko Message-ID: <5751B49B.1000508@ti.com> Date: Fri, 3 Jun 2016 19:47:23 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <20160527181743.8401-1-afd@ti.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/27/2016 09:17 PM, Andrew F. Davis wrote: > Currently am4372.dtsi declares the MAC controller to have two > slave ports, on this board we only use one, so set the slave > count to one. This eliminates a console error message when > the non-existent PHY is not detected. > > Signed-off-by: Andrew F. Davis > --- > arch/arm/boot/dts/am437x-idk-evm.dts | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/am437x-idk-evm.dts b/arch/arm/boot/dts/am437x-idk-evm.dts > index 76dcfc6..12a6951 100644 > --- a/arch/arm/boot/dts/am437x-idk-evm.dts > +++ b/arch/arm/boot/dts/am437x-idk-evm.dts > @@ -382,6 +382,7 @@ > }; > > &mac { > + slaves = <1>; > pinctrl-names = "default", "sleep"; > pinctrl-0 = <&cpsw_default>; > pinctrl-1 = <&cpsw_sleep>; > Reviewed-by: Grygorii Strashko -- regards, -grygorii