diff options
author | Scott Wood <scottwood@freescale.com> | 2008-01-22 13:31:41 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-23 20:34:56 -0500 |
commit | de7566bff359bbd7f6a4a37b4b5ce93225067786 (patch) | |
tree | 7b061f4e7213b806dd7c8ff71a7d5a6ee64d3c11 /arch/powerpc | |
parent | 5f44668c88dd056a590696787e7203a2ef8a5c83 (diff) |
[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')
-rw-r--r-- | arch/powerpc/boot/dts/adder875-redboot.dts | 2 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/adder875-uboot.dts | 2 | ||||
-rw-r--r-- | 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 8f7a79ffa3bf..930bfb3894eb 100644 --- a/arch/powerpc/boot/dts/adder875-redboot.dts +++ b/arch/powerpc/boot/dts/adder875-redboot.dts | |||
@@ -62,7 +62,7 @@ | |||
62 | flash@0,0 { | 62 | flash@0,0 { |
63 | compatible = "cfi-flash"; | 63 | compatible = "cfi-flash"; |
64 | reg = <0 0 0x800000>; | 64 | reg = <0 0 0x800000>; |
65 | bank-width = <4>; | 65 | bank-width = <2>; |
66 | device-width = <2>; | 66 | device-width = <2>; |
67 | }; | 67 | }; |
68 | }; | 68 | }; |
diff --git a/arch/powerpc/boot/dts/adder875-uboot.dts b/arch/powerpc/boot/dts/adder875-uboot.dts index 60d4ad5a86d9..0197242dacfb 100644 --- a/arch/powerpc/boot/dts/adder875-uboot.dts +++ b/arch/powerpc/boot/dts/adder875-uboot.dts | |||
@@ -61,7 +61,7 @@ | |||
61 | flash@0,0 { | 61 | flash@0,0 { |
62 | compatible = "cfi-flash"; | 62 | compatible = "cfi-flash"; |
63 | reg = <0 0 0x800000>; | 63 | reg = <0 0 0x800000>; |
64 | bank-width = <4>; | 64 | bank-width = <2>; |
65 | device-width = <2>; | 65 | device-width = <2>; |
66 | }; | 66 | }; |
67 | }; | 67 | }; |
diff --git a/arch/powerpc/platforms/8xx/adder875.c b/arch/powerpc/platforms/8xx/adder875.c index af040fd2dcc6..c6bc0783c3b0 100644 --- a/arch/powerpc/platforms/8xx/adder875.c +++ b/arch/powerpc/platforms/8xx/adder875.c | |||
@@ -92,7 +92,7 @@ static int __init adder875_probe(void) | |||
92 | return of_flat_dt_is_compatible(root, "analogue-and-micro,adder875"); | 92 | return of_flat_dt_is_compatible(root, "analogue-and-micro,adder875"); |
93 | } | 93 | } |
94 | 94 | ||
95 | static __initdata struct of_device_id __initdata of_bus_ids[] = { | 95 | static __initdata struct of_device_id of_bus_ids[] = { |
96 | { .compatible = "simple-bus", }, | 96 | { .compatible = "simple-bus", }, |
97 | {}, | 97 | {}, |
98 | }; | 98 | }; |