aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-iop32x/n2100.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-iop32x/n2100.c')
-rw-r--r--arch/arm/mach-iop32x/n2100.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-iop32x/n2100.c b/arch/arm/mach-iop32x/n2100.c
index bc40a97050a1..c1cd80ecc219 100644
--- a/arch/arm/mach-iop32x/n2100.c
+++ b/arch/arm/mach-iop32x/n2100.c
@@ -41,6 +41,7 @@
41#include <asm/page.h> 41#include <asm/page.h>
42#include <asm/pgtable.h> 42#include <asm/pgtable.h>
43#include <mach/time.h> 43#include <mach/time.h>
44#include "gpio-iop32x.h"
44 45
45/* 46/*
46 * N2100 timer tick configuration. 47 * N2100 timer tick configuration.
@@ -345,6 +346,7 @@ device_initcall(n2100_request_gpios);
345 346
346static void __init n2100_init_machine(void) 347static void __init n2100_init_machine(void)
347{ 348{
349 register_iop32x_gpio();
348 platform_device_register(&iop3xx_i2c0_device); 350 platform_device_register(&iop3xx_i2c0_device);
349 platform_device_register(&n2100_flash_device); 351 platform_device_register(&n2100_flash_device);
350 platform_device_register(&n2100_serial_device); 352 platform_device_register(&n2100_serial_device);