summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c24xx/cpu.c
diff options
context:
space:
mode:
authorBen Dooks2010-04-30 09:32:26 +0200
committerBen Dooks2010-05-10 04:44:47 +0200
commit63b1f51b2405573d47bf5b9ab6e7cd5c697d3dcc (patch)
treedb8949524533f70f61d64581d7eb83fab97c1063 /arch/arm/plat-s3c24xx/cpu.c
parentARM: S3C2413: Update GPIO pull-up support (diff)
downloadkernel-qcow2-linux-63b1f51b2405573d47bf5b9ab6e7cd5c697d3dcc.tar.gz
kernel-qcow2-linux-63b1f51b2405573d47bf5b9ab6e7cd5c697d3dcc.tar.xz
kernel-qcow2-linux-63b1f51b2405573d47bf5b9ab6e7cd5c697d3dcc.zip
ARM: SAMSUNG: Update S3C2416 entry with S3C2450
These devices are so similar that they share the same SoC ID code, so note this. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c24xx/cpu.c')
-rw-r--r--arch/arm/plat-s3c24xx/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c24xx/cpu.c b/arch/arm/plat-s3c24xx/cpu.c
index 32db85651af0..76d0858c3cbb 100644
--- a/arch/arm/plat-s3c24xx/cpu.c
+++ b/arch/arm/plat-s3c24xx/cpu.c
@@ -58,7 +58,7 @@
static const char name_s3c2400[] = "S3C2400";
static const char name_s3c2410[] = "S3C2410";
static const char name_s3c2412[] = "S3C2412";
-static const char name_s3c2416[] = "S3C2416";
+static const char name_s3c2416[] = "S3C2416/S3C2450";
static const char name_s3c2440[] = "S3C2440";
static const char name_s3c2442[] = "S3C2442";
static const char name_s3c2442b[] = "S3C2442B";