From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by ozlabs.org (Postfix) with ESMTP id 880C5DDEFD for ; Thu, 19 Feb 2009 18:19:49 +1100 (EST) Received: by yx-out-2324.google.com with SMTP id 8so99129yxb.39 for ; Wed, 18 Feb 2009 23:19:47 -0800 (PST) MIME-Version: 1.0 Sender: pku.leo@gmail.com In-Reply-To: References: <3A45394FD742FA419B760BB8D398F9ED246F06@zch01exm26.fsl.freescale.net> Date: Thu, 19 Feb 2009 15:19:45 +0800 Message-ID: <2a27d3730902182319i2c59d68dk98e7975714f80549@mail.gmail.com> Subject: Re: Newby trying to get Ethernet going on MPC83xx series device. From: Li Yang To: Dushara Jayasinghe Content-Type: text/plain; charset=UTF-8 Cc: "linuxppc-dev@ozlabs.org" , Aggrwal Poonam-B10812 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Feb 19, 2009 at 2:58 PM, Dushara Jayasinghe wrote: > That did it. > > > > I based my board specific file on mpc834x_itx.c which had > > > > static struct of_device_id __initdata mpc834x_itx_ids[] = { > > { .compatible = "fsl,pq2pro-localbus", }, > > { .compatible = "simple-bus", }, > > {}, > > }; > > > > Don't know if this is broken? It's not broken as long as you have compatible = "simple-bus" for your soc node. - Leo