diff options
author | Scott Wood <scottwood@freescale.com> | 2008-01-22 21:31:41 +0300 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-24 04:34:56 +0300 |
commit | de7566bff359bbd7f6a4a37b4b5ce93225067786 (patch) | |
tree | 7b061f4e7213b806dd7c8ff71a7d5a6ee64d3c11 /arch/powerpc/boot/dts/adder875-redboot.dts | |
parent | 5f44668c88dd056a590696787e7203a2ef8a5c83 (diff) | |
download | linux-de7566bff359bbd7f6a4a37b4b5ce93225067786.tar.xz |
[POWERPC] 8xx: adder875 - Fix flash bus-width and remove duplicate __initdata
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/adder875-redboot.dts')
-rw-r--r-- | arch/powerpc/boot/dts/adder875-redboot.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/adder875-redboot.dts b/arch/powerpc/boot/dts/adder875-redboot.dts index 8f7a79ffa3bf..930bfb3894eb 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>; }; }; |