diff options
Diffstat (limited to 'arch/arm/mach-s3c24xx/s3c2412.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/s3c2412.c | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/arch/arm/mach-s3c24xx/s3c2412.c b/arch/arm/mach-s3c24xx/s3c2412.c index 6c5f4031ff0c..26ab76094a65 100644 --- a/arch/arm/mach-s3c24xx/s3c2412.c +++ b/arch/arm/mach-s3c24xx/s3c2412.c | |||
@@ -1,5 +1,4 @@ | |||
1 | /* linux/arch/arm/mach-s3c2412/s3c2412.c | 1 | /* |
2 | * | ||
3 | * Copyright (c) 2006 Simtec Electronics | 2 | * Copyright (c) 2006 Simtec Electronics |
4 | * Ben Dooks <ben@simtec.co.uk> | 3 | * Ben Dooks <ben@simtec.co.uk> |
5 | * | 4 | * |
@@ -28,28 +27,29 @@ | |||
28 | #include <asm/mach/map.h> | 27 | #include <asm/mach/map.h> |
29 | #include <asm/mach/irq.h> | 28 | #include <asm/mach/irq.h> |
30 | 29 | ||
31 | #include <mach/hardware.h> | ||
32 | #include <asm/proc-fns.h> | 30 | #include <asm/proc-fns.h> |
33 | #include <asm/irq.h> | 31 | #include <asm/irq.h> |
34 | #include <asm/system_misc.h> | 32 | #include <asm/system_misc.h> |
35 | 33 | ||
36 | #include <plat/cpu-freq.h> | 34 | #include <mach/hardware.h> |
37 | |||
38 | #include <mach/regs-clock.h> | 35 | #include <mach/regs-clock.h> |
39 | #include <plat/regs-serial.h> | ||
40 | #include <mach/regs-power.h> | ||
41 | #include <mach/regs-gpio.h> | ||
42 | #include <mach/regs-dsc.h> | 36 | #include <mach/regs-dsc.h> |
43 | #include <plat/regs-spi.h> | 37 | #include <mach/regs-gpio.h> |
44 | #include <mach/regs-s3c2412.h> | 38 | #include <mach/regs-power.h> |
45 | 39 | ||
46 | #include <plat/s3c2412.h> | 40 | #include <plat/clock.h> |
47 | #include <plat/cpu.h> | 41 | #include <plat/cpu.h> |
42 | #include <plat/cpu-freq.h> | ||
48 | #include <plat/devs.h> | 43 | #include <plat/devs.h> |
49 | #include <plat/clock.h> | ||
50 | #include <plat/pm.h> | ||
51 | #include <plat/pll.h> | ||
52 | #include <plat/nand-core.h> | 44 | #include <plat/nand-core.h> |
45 | #include <plat/pll.h> | ||
46 | #include <plat/pm.h> | ||
47 | #include <plat/regs-serial.h> | ||
48 | #include <plat/regs-spi.h> | ||
49 | #include <plat/s3c2412.h> | ||
50 | |||
51 | #define S3C2412_SWRST (S3C24XX_VA_CLKPWR + 0x30) | ||
52 | #define S3C2412_SWRST_RESET (0x533C2412) | ||
53 | 53 | ||
54 | #ifndef CONFIG_CPU_S3C2412_ONLY | 54 | #ifndef CONFIG_CPU_S3C2412_ONLY |
55 | void __iomem *s3c24xx_va_gpio2 = S3C24XX_VA_GPIO; | 55 | void __iomem *s3c24xx_va_gpio2 = S3C24XX_VA_GPIO; |