Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6fb9c4f87018f90d7aa415c5c8a4b22e6a000c5b
Commit:     6fb9c4f87018f90d7aa415c5c8a4b22e6a000c5b
Parent:     6db3eee422f80b9d440ea4c08280b52ac4bfa903
Author:     Ben Dooks <[EMAIL PROTECTED]>
AuthorDate: Mon Feb 12 18:57:05 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Mon Feb 12 19:27:24 2007 +0000

    [ARM] 4164/1: S3C2412: Add SMDK2412 to SMDK2413
    
    Our current support for the SMDK2413 is the same
    as the SMDK2412 (which is very similar), so add
    SMDK2412 to the list of machines that mach-smdk2413.c
    supports
    
    Signed-off-by: Ben Dooks <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 arch/arm/mach-s3c2412/mach-smdk2413.c |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-s3c2412/mach-smdk2413.c 
b/arch/arm/mach-s3c2412/mach-smdk2413.c
index 32b1561..e385069 100644
--- a/arch/arm/mach-s3c2412/mach-smdk2413.c
+++ b/arch/arm/mach-s3c2412/mach-smdk2413.c
@@ -126,6 +126,19 @@ MACHINE_START(S3C2413, "S3C2413")
        .timer          = &s3c24xx_timer,
 MACHINE_END
 
+MACHINE_START(SMDK2412, "SMDK2412")
+       /* Maintainer: Ben Dooks <[EMAIL PROTECTED]> */
+       .phys_io        = S3C2410_PA_UART,
+       .io_pg_offst    = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
+       .boot_params    = S3C2410_SDRAM_PA + 0x100,
+
+       .fixup          = smdk2413_fixup,
+       .init_irq       = s3c24xx_init_irq,
+       .map_io         = smdk2413_map_io,
+       .init_machine   = smdk2413_machine_init,
+       .timer          = &s3c24xx_timer,
+MACHINE_END
+
 MACHINE_START(SMDK2413, "SMDK2413")
        /* Maintainer: Ben Dooks <[EMAIL PROTECTED]> */
        .phys_io        = S3C2410_PA_UART,
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to