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 ESMTP id D922EDDEF3 for ; Thu, 18 Oct 2007 06:19:01 +1000 (EST) Message-ID: <47166DF7.6060300@freescale.com> Date: Wed, 17 Oct 2007 15:17:59 -0500 From: Scott Wood MIME-Version: 1.0 To: Sebastian Siewior Subject: Re: loading NOR flash from DT References: <20071017192651.GA5192@Chamillionaire.breakpoint.cc> <20071017144759.320209bd@weaponx.rchland.ibm.com> <20071017195542.GA5501@Chamillionaire.breakpoint.cc> In-Reply-To: <20071017195542.GA5501@Chamillionaire.breakpoint.cc> Content-Type: text/plain; charset=UTF-8; format=flowed Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sebastian Siewior wrote: > flash@fc000000 { It's probably not getting probed, because it's not under a probed bus. Try adding the root node to the list passed to of_platform_bus_probe(). > compatible = "amd,s29gl512n", "cfi-flash"; > reg = ; > bank-width = <2>; > #address-cells = <1>; > #size-cells = <1>; > fs@0 { > label = "fs"; > reg = <0 f80000>; > }; > firmware@f80000 { > label ="firmware"; > reg = ; > read-only; > }; > > soc8544@e0000000 { Missing }; for the flash node. -Scott