static void __init omnia_II_map_io(void) { s3c64xx_gpiolib_init(); pm_power_off = omnia_II_pm_power_off; s3c64xx_init_io(smdk6410_iodesc, ARRAY_SIZE(smdk6410_iodesc)); s3c_init_clocks(12000000); s3c_init_uarts(omnia_II_uartcfgs, ARRAY_SIZE(omnia_II_uartcfgs)); }
static void __init instinctq_map_io(void) { s3c64xx_init_io(instinctq_iodesc, ARRAY_SIZE(instinctq_iodesc)); s3c64xx_gpiolib_init(); s3c_init_clocks(12000000); s3c_init_uarts(instinctq_uartcfgs, ARRAY_SIZE(instinctq_uartcfgs)); s3c64xx_allocate_memory_regions(); }