From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw01.freescale.net (az33egw01.freescale.net [192.88.158.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id A4FECDDF2B for ; Tue, 17 Jun 2008 07:41:28 +1000 (EST) Message-ID: <4856DCD1.50402@freescale.com> Date: Mon, 16 Jun 2008 16:36:17 -0500 From: Scott Wood MIME-Version: 1.0 To: Dave Jiang Subject: Re: [PATCH] 85xx: publish of device for cds platforms References: <20080616213134.GA22354@blade.az.mvista.com> In-Reply-To: <20080616213134.GA22354@blade.az.mvista.com> Content-Type: text/plain; charset=UTF-8; format=flowed Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Dave Jiang wrote: > +static struct of_device_id __initdata of_bus_ids[] = { > + { .type = "soc", }, > + { .compatible = "soc", }, > + {}, > +}; Also add .compatible = "simple-bus". -Scott