diff options
Diffstat (limited to 'arch/arm/mach-s3c24xx/mach-osiris.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/mach-osiris.c | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/arch/arm/mach-s3c24xx/mach-osiris.c b/arch/arm/mach-s3c24xx/mach-osiris.c index c52100ef2322..ae2cbdf3e3ca 100644 --- a/arch/arm/mach-s3c24xx/mach-osiris.c +++ b/arch/arm/mach-s3c24xx/mach-osiris.c | |||
@@ -1,5 +1,4 @@ | |||
1 | /* linux/arch/arm/mach-s3c2440/mach-osiris.c | 1 | /* |
2 | * | ||
3 | * Copyright (c) 2005-2008 Simtec Electronics | 2 | * Copyright (c) 2005-2008 Simtec Electronics |
4 | * http://armlinux.simtec.co.uk/ | 3 | * http://armlinux.simtec.co.uk/ |
5 | * Ben Dooks <ben@simtec.co.uk> | 4 | * Ben Dooks <ben@simtec.co.uk> |
@@ -26,22 +25,12 @@ | |||
26 | 25 | ||
27 | #include <linux/i2c/tps65010.h> | 26 | #include <linux/i2c/tps65010.h> |
28 | 27 | ||
28 | #include <asm/mach-types.h> | ||
29 | #include <asm/mach/arch.h> | 29 | #include <asm/mach/arch.h> |
30 | #include <asm/mach/map.h> | 30 | #include <asm/mach/map.h> |
31 | #include <asm/mach/irq.h> | 31 | #include <asm/mach/irq.h> |
32 | |||
33 | #include <mach/osiris-map.h> | ||
34 | #include <mach/osiris-cpld.h> | ||
35 | |||
36 | #include <mach/hardware.h> | ||
37 | #include <asm/irq.h> | 32 | #include <asm/irq.h> |
38 | #include <asm/mach-types.h> | ||
39 | 33 | ||
40 | #include <plat/cpu-freq.h> | ||
41 | #include <plat/regs-serial.h> | ||
42 | #include <mach/regs-gpio.h> | ||
43 | #include <mach/regs-mem.h> | ||
44 | #include <mach/regs-lcd.h> | ||
45 | #include <linux/platform_data/mtd-nand-s3c2410.h> | 34 | #include <linux/platform_data/mtd-nand-s3c2410.h> |
46 | #include <linux/platform_data/i2c-s3c2410.h> | 35 | #include <linux/platform_data/i2c-s3c2410.h> |
47 | 36 | ||
@@ -50,12 +39,20 @@ | |||
50 | #include <linux/mtd/nand_ecc.h> | 39 | #include <linux/mtd/nand_ecc.h> |
51 | #include <linux/mtd/partitions.h> | 40 | #include <linux/mtd/partitions.h> |
52 | 41 | ||
53 | #include <plat/gpio-cfg.h> | ||
54 | #include <plat/clock.h> | 42 | #include <plat/clock.h> |
55 | #include <plat/devs.h> | ||
56 | #include <plat/cpu.h> | 43 | #include <plat/cpu.h> |
44 | #include <plat/cpu-freq.h> | ||
45 | #include <plat/devs.h> | ||
46 | #include <plat/gpio-cfg.h> | ||
47 | #include <plat/regs-serial.h> | ||
48 | |||
49 | #include <mach/hardware.h> | ||
50 | #include <mach/regs-gpio.h> | ||
51 | #include <mach/regs-lcd.h> | ||
57 | 52 | ||
58 | #include "common.h" | 53 | #include "common.h" |
54 | #include "osiris.h" | ||
55 | #include "regs-mem.h" | ||
59 | 56 | ||
60 | /* onboard perihperal map */ | 57 | /* onboard perihperal map */ |
61 | 58 | ||
@@ -429,6 +426,6 @@ MACHINE_START(OSIRIS, "Simtec-OSIRIS") | |||
429 | .map_io = osiris_map_io, | 426 | .map_io = osiris_map_io, |
430 | .init_irq = s3c24xx_init_irq, | 427 | .init_irq = s3c24xx_init_irq, |
431 | .init_machine = osiris_init, | 428 | .init_machine = osiris_init, |
432 | .timer = &s3c24xx_timer, | 429 | .init_time = s3c24xx_timer_init, |
433 | .restart = s3c244x_restart, | 430 | .restart = s3c244x_restart, |
434 | MACHINE_END | 431 | MACHINE_END |