Ben Dooks | aa64ea3 | 2008-10-21 14:06:58 +0100 | [diff] [blame] | 1 | /* linux/arch/arm/plat-s3c64xx/s3c6400-init.c |
| 2 | * |
| 3 | * Copyright 2008 Openmoko, Inc. |
| 4 | * Copyright 2008 Simtec Electronics |
| 5 | * Ben Dooks <ben@simtec.co.uk> |
| 6 | * http://armlinux.simtec.co.uk/ |
| 7 | * |
| 8 | * S3C6400 - CPU initialisation (common with other S3C64XX chips) |
| 9 | * |
| 10 | * This program is free software; you can redistribute it and/or modify |
| 11 | * it under the terms of the GNU General Public License version 2 as |
| 12 | * published by the Free Software Foundation. |
| 13 | */ |
| 14 | |
| 15 | #include <linux/kernel.h> |
| 16 | #include <linux/types.h> |
| 17 | #include <linux/init.h> |
| 18 | |
| 19 | #include <plat/cpu.h> |
| 20 | #include <plat/devs.h> |
| 21 | #include <plat/s3c6400.h> |
| 22 | #include <plat/s3c6410.h> |
| 23 | |
| 24 | /* uart registration process */ |
| 25 | |
| 26 | void __init s3c6400_common_init_uarts(struct s3c2410_uartcfg *cfg, int no) |
| 27 | { |
| 28 | s3c24xx_init_uartdevs("s3c6400-uart", s3c64xx_uart_resources, cfg, no); |
| 29 | } |