Commit de7566bf authored by Scott Wood's avatar Scott Wood Committed by Kumar Gala

[POWERPC] 8xx: adder875 - Fix flash bus-width and remove duplicate __initdata

Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 5f44668c
......@@ -62,7 +62,7 @@ localbus@fa200100 {
flash@0,0 {
compatible = "cfi-flash";
reg = <0 0 0x800000>;
bank-width = <4>;
bank-width = <2>;
device-width = <2>;
};
};
......
......@@ -61,7 +61,7 @@ localbus@ff000100 {
flash@0,0 {
compatible = "cfi-flash";
reg = <0 0 0x800000>;
bank-width = <4>;
bank-width = <2>;
device-width = <2>;
};
};
......
......@@ -92,7 +92,7 @@ static int __init adder875_probe(void)
return of_flat_dt_is_compatible(root, "analogue-and-micro,adder875");
}
static __initdata struct of_device_id __initdata of_bus_ids[] = {
static __initdata struct of_device_id of_bus_ids[] = {
{ .compatible = "simple-bus", },
{},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment