[PATCH] adder875: Fix flash bus-width and remove duplicate __initdata.

Scott Wood scottwood at freescale.com
Wed Jan 23 05:45:13 EST 2008


Kumar Gala wrote:
> On Jan 22, 2008, at 12:31 PM, Scott Wood wrote:
> 
>> Signed-off-by: Scott Wood <scottwood at freescale.com>
>> ---
>> 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 at 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



More information about the Linuxppc-dev mailing list