From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by ozlabs.org (Postfix) with ESMTP id 6D767DE1FD for ; Thu, 27 Mar 2008 07:48:13 +1100 (EST) Message-ID: <47EAB687.5040702@grandegger.com> Date: Wed, 26 Mar 2008 21:48:07 +0100 From: Wolfgang Grandegger MIME-Version: 1.0 To: Grant Likely Subject: Re: [RESEND][POWERPC] mpc5200: Amalgamated dts fixes and updates References: <47E2723D.1090101@grandegger.com> <47E281B6.20702@denx.de> <47E2FC3E.1020705@semihalf.com> <20080321235633.GB345@frozen.semihalf.com> <20080326194526.GA17424@frozen.semihalf.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Cc: linuxppc-dev@ozlabs.org, Paul Mackerras , Anatolij Gustschin List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Grant Likely wrote: > On Wed, Mar 26, 2008 at 1:45 PM, Bartlomiej Sieka wrote: >> The bulk of this patch is taken from >> http://patchwork.ozlabs.org/linuxppc/patch?q=Balakowicz&id=16197, with few >> other updates. >> >> Signed-off-by: Marian Balakowicz >> --- >> Addressed comments from the list; would appreciate picking up as the patch >> fixes booting issue on TQM5200 and Motion-PRO (cm5200 changes are analogous, >> but not tested due to hardware unavailability). > > I see one obvious error; but other than that it looks good. Once that > is fixed I can recommend for Paul to pick it up for .25. It's just > dts changes, so I don't expect it to be a problem. > > Cheers, > g. > >> diff --git a/arch/powerpc/boot/dts/motionpro.dts b/arch/powerpc/boot/dts/motionpro.dts >> index 76951ab..f27256b 100644 >> --- a/arch/powerpc/boot/dts/motionpro.dts >> +++ b/arch/powerpc/boot/dts/motionpro.dts >> @@ -209,10 +208,25 @@ >> + mdio@3000 { >> + #address-cells = <1>; >> + #size-cells = <0>; >> + compatible = "fsl,mpc5200b-mdio","fsl,mpc5200-mdio"; >> + reg = <3000 400>; // fec range, since we need to setup fec interrupts >> + interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co. >> + interrupt-parent = <&mpc5200_pic>; >> + >> + phy0:ethernet-phy@0 { >> + device_type = "ethernet-phy"; >> + reg = <2>; > > This doesn't look right. Reg should match the value in "ethernet-phy@0" And whats about the two CAN nodes for tqm5200.dts? Do we have them already? Thanks, Wolfgang.