Skip to content

Commit

Permalink
ARM: S3C: Add S3C2416 detection to uncompress code
Browse files Browse the repository at this point in the history
Add S3C2416 serial port setup to uncompress code.

Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Yauhen Kharuzhy authored and Ben Dooks committed May 6, 2010
1 parent 1d3ef01 commit 5faf501
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/arm/mach-s3c2410/include/mach/uncompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ static void arch_detect_cpu(void)
cpuid &= S3C2410_GSTATUS1_IDMASK;

if (is_arm926() || cpuid == S3C2410_GSTATUS1_2440 ||
cpuid == S3C2410_GSTATUS1_2442) {
cpuid == S3C2410_GSTATUS1_2442 ||
cpuid == S3C2410_GSTATUS1_2416 ||
cpuid == S3C2410_GSTATUS1_2450) {
fifo_mask = S3C2440_UFSTAT_TXMASK;
fifo_max = 63 << S3C2440_UFSTAT_TXSHIFT;
} else {
Expand Down

0 comments on commit 5faf501

Please sign in to comment.