From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 8012DDDE24 for ; Tue, 12 Jun 2007 23:25:44 +1000 (EST) In-Reply-To: <1181628239.25503.15.camel@mark> References: <989B956029373F45A0B8AF0297081890D2AA5B@zch01exm26.fsl.freescale.net> <1181628239.25503.15.camel@mark> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: From: Kumar Gala Subject: Re: [PATCH 5/6]: 82xx: Add the support of Wind River SBC PowerQUICCII 82xx Date: Tue, 12 Jun 2007 08:26:08 -0500 To: Mark Zhan Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >> I don't believe the following are necessary. New MTD mapping >> should be >> defined in device tree. >> > > Oh, here I just want to document the memory mapping for this board. I > think, even we already have devtree, it is a good idea that we always > document the H/W setting in platform header file, which will > definitely > make life easier. There is no requirement that you use the device tree for MTD. If you decided that for your board port that you just want it hard coded in the code that is perfectly fine. - k