diff options
author | Ben Dooks <ben-linux@fluff.org> | 2007-02-16 06:12:31 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-02-16 06:13:37 -0500 |
commit | e4d06e39530559513c7e335ef7ca4675f8146220 (patch) | |
tree | cfc65d49f873626c6be087d1a4411f6b48bec3c5 /include/asm-arm/plat-s3c24xx/cpu.h | |
parent | 17908ed715e63a02484838b5456fb3fdbd1dfed6 (diff) |
[ARM] 4198/2: S3C2443: arch/arm/mach-s3c2443 and related support
Add arch/arm/mach-s3c2443 for support of the Samsung S3C2443 SoC
This patch adds the core CPU support, clock framework, times
and initial IRQ support, as well as adding the directory into
the build tree.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/plat-s3c24xx/cpu.h')
-rw-r--r-- | include/asm-arm/plat-s3c24xx/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/plat-s3c24xx/cpu.h b/include/asm-arm/plat-s3c24xx/cpu.h index 8181b22532bd..15dd18810905 100644 --- a/include/asm-arm/plat-s3c24xx/cpu.h +++ b/include/asm-arm/plat-s3c24xx/cpu.h | |||
@@ -67,3 +67,4 @@ extern struct sysdev_class s3c2410_sysclass; | |||
67 | extern struct sysdev_class s3c2412_sysclass; | 67 | extern struct sysdev_class s3c2412_sysclass; |
68 | extern struct sysdev_class s3c2440_sysclass; | 68 | extern struct sysdev_class s3c2440_sysclass; |
69 | extern struct sysdev_class s3c2442_sysclass; | 69 | extern struct sysdev_class s3c2442_sysclass; |
70 | extern struct sysdev_class s3c2443_sysclass; | ||