From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by ozlabs.org (Postfix) with ESMTP id 36FE8DDE00 for ; Fri, 6 Feb 2009 01:43:10 +1100 (EST) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LV5Ra-0002jc-93 for linuxppc-dev@ozlabs.org; Thu, 05 Feb 2009 06:43:06 -0800 Message-ID: <21852712.post@talk.nabble.com> Date: Thu, 5 Feb 2009 06:43:06 -0800 (PST) From: Felix Radensky To: linuxppc-dev@ozlabs.org Subject: Re: ndfc driver on Kilauea board In-Reply-To: <21851244.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii References: <21851244.post@talk.nabble.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Felix Radensky wrote: > > Hi, > > I'm trying to enable Linux ndfc driver on Kilauea (ppc405ex) board rev 1.2 > running > u-boot v2009.01 and linux-2.6.29-rc3. I've enabled NDFC in kernel config > and > updated kilauea.dts as described in > Documentation/powerpc/dts-bindings/4xx/ndfc.txt > NDFC chip select is 1, so it matches the example in ndfc.txt > However driver probe routine is not called by the kernel, and NAND is not > identified. What am I missing ? The same driver (backported) works for me > on custom 460EX board with u-boot-1.3.4 and linux-2.6.28 > > Thanks a lot in advance. > > Felix. > U-boot on Kilauea ships with the following definitions: fdt_addr=0xfc1e0000 net_nfs_fdt=tftp 200000 ${bootfile};tftp ${fdt_addr} ${fdt_file};run nfsargs addip addtty;bootm 200000 - ${fdt_addr} I was running net_nfs_fdt to download kernel and fdt from network, but in reality fdt stored on flash was used, which has no ndfc definitions. Now that I'm using a proper ftd, NAND is properly identified. Sorry for the noise. Felix. -- View this message in context: http://www.nabble.com/ndfc-driver-on-Kilauea-board-tp21851244p21852712.html Sent from the linuxppc-dev mailing list archive at Nabble.com.