From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id BEAF0DDF5F for ; Fri, 15 Jun 2007 19:00:16 +1000 (EST) In-Reply-To: <1181897276.25228.325.camel@pmac.infradead.org> References: <4662EAA9.70104@ru.mvista.com> <466308F4.8050004@ru.mvista.com> <8ac5664208e0f59329b62ac2138bbc8c@kernel.crashing.org> <466312C2.4090200@ru.mvista.com> <548a7e11ffb577f6395b8f5a9c2fba2d@kernel.crashing.org> <466323EF.5040807@ru.mvista.com> <1181228442.2785.60.camel@pmac.infradead.org> <18fbfbaf113ab76b602d279848d9b405@kernel.crashing.org> <20070615041423.GB30104@localhost.localdomain> <6dcf3b4c6c7fcd8060baccf5374316c5@kernel.crashing.org> <1181897276.25228.325.camel@pmac.infradead.org> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <1171d168bbf553153b0af6a9b7f8d27d@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [PATCH] powerpc: Create "rom" (MTD) device prpmc2800 Date: Fri, 15 Jun 2007 10:59:58 +0200 To: David Woodhouse Cc: linuxppc-dev@ozlabs.org, linux-mtd@lists.infradead.org, Milton Miller , David Gibson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >> Yes, certainly. Or, the other way around I like better >> ("bank-width" optional). > > No, we need bank-width. It's device-width which can be optional. One is defaulted to the other so it doesn't really matter _which_ you make optional, the OS device driver can always get both values. For the device tree, it seems more natural to have "device-width" a required property. Feel free to disagree but I'd like to hear arguments if so :-) Segher