2 arch/arm/mach-ixp4xx/nas100d-setup.c | 13 ++++++++++++-
3 1 file changed, 12 insertions(+), 1 deletion(-)
5 Index: linux-2.6.19/arch/arm/mach-ixp4xx/nas100d-setup.c
6 ===================================================================
7 --- linux-2.6.19.orig/arch/arm/mach-ixp4xx/nas100d-setup.c
8 +++ linux-2.6.19/arch/arm/mach-ixp4xx/nas100d-setup.c
9 @@ -145,13 +145,24 @@ static struct platform_device mac0 = {
10 .resource = &res_mac0,
13 +struct npe_ucode_platform_data nas100d_npe_ucode_data = {
14 + .mtd_partition = "sysconfig",
17 +static struct platform_device nas100d_npe_ucode = {
18 + .name = "ixp4xx_npe_ucode",
20 + .dev.platform_data = &nas100d_npe_ucode_data,
23 static struct platform_device *nas100d_devices[] __initdata = {
24 &nas100d_i2c_controller,
26 #ifdef CONFIG_LEDS_IXP4XX
34 static void nas100d_power_off(void)