From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from de01egw01.freescale.net (de01egw01.freescale.net [192.88.165.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "de01egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id AECEDDDF0A for ; Wed, 23 Jan 2008 05:44:49 +1100 (EST) Message-ID: <479639B9.8080205@freescale.com> Date: Tue, 22 Jan 2008 12:45:13 -0600 From: Scott Wood MIME-Version: 1.0 To: Kumar Gala Subject: Re: [PATCH] adder875: Fix flash bus-width and remove duplicate __initdata. References: <20080122183141.GB17036@loki.buserror.net> In-Reply-To: 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: , Kumar Gala wrote: > On Jan 22, 2008, at 12:31 PM, Scott Wood wrote: > >> Signed-off-by: Scott Wood >> --- >> arch/powerpc/boot/dts/adder875-redboot.dts | 2 +- >> arch/powerpc/boot/dts/adder875-uboot.dts | 2 +- >> arch/powerpc/platforms/8xx/adder875.c | 2 +- >> 3 files changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/arch/powerpc/boot/dts/adder875-redboot.dts b/arch/ >> powerpc/boot/dts/adder875-redboot.dts >> index 8f7a79f..930bfb3 100644 >> --- a/arch/powerpc/boot/dts/adder875-redboot.dts >> +++ b/arch/powerpc/boot/dts/adder875-redboot.dts >> @@ -62,7 +62,7 @@ >> flash@0,0 { >> compatible = "cfi-flash"; >> reg = <0 0 0x800000>; >> - bank-width = <4>; >> + bank-width = <2>; >> device-width = <2>; >> }; >> }; > > I'm assuming the bank-width was just wrong before? Yes, I got a bug report (off-list) about it today. I thought I had tested it a while back; maybe the dts got reverted to an older version somewhere along the way. -Scott