From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by ozlabs.org (Postfix) with ESMTP id F0A9F67BCB for ; Tue, 22 Aug 2006 05:39:13 +1000 (EST) Subject: Re: [PATCH] Fix FEC node in 8540 ADS dts From: Hollis Blanchard To: Andy Fleming In-Reply-To: References: Content-Type: text/plain Date: Mon, 21 Aug 2006 14:39:30 -0500 Message-Id: <1156189170.11326.56.camel@basalt.austin.ibm.com> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2006-08-21 at 14:29 -0500, Andy Fleming wrote: > > diff --git a/arch/powerpc/boot/dts/mpc8540ads.dts > b/arch/powerpc/boot/dts/mpc8540ads.dts > index 93d2c2d..5f41c1f 100644 > --- a/arch/powerpc/boot/dts/mpc8540ads.dts > +++ b/arch/powerpc/boot/dts/mpc8540ads.dts > @@ -83,11 +83,11 @@ > reg = <1>; > device_type = "ethernet-phy"; > }; > - ethernet-phy@2 { > - linux,phandle = <2452002>; > + ethernet-phy@3 { > + linux,phandle = <2452003>; Again, doesn't DTC assign linux,phandle properties as needed (i.e. when the node is referenced with & syntax)? -Hollis