Skip to content

Commit

Permalink
[ARM] 4520/1: S3C: Remove old VA values from static map
Browse files Browse the repository at this point in the history
Remove the static maps for the LCD and USB devices.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Ben Dooks authored and Russell King committed Jul 22, 2007
1 parent ae39ae0 commit bf2a3a2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion arch/arm/mach-s3c2412/s3c2412.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ static inline void s3c2412_init_gpio2(void)

static struct map_desc s3c2412_iodesc[] __initdata = {
IODESC_ENT(CLKPWR),
IODESC_ENT(LCD),
IODESC_ENT(TIMER),
IODESC_ENT(WATCHDOG),
};
Expand Down
1 change: 0 additions & 1 deletion arch/arm/plat-s3c24xx/s3c244x.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ static struct map_desc s3c244x_iodesc[] __initdata = {
IODESC_ENT(CLKPWR),
IODESC_ENT(TIMER),
IODESC_ENT(WATCHDOG),
IODESC_ENT(LCD),
};

/* uart initialisation */
Expand Down
2 changes: 0 additions & 2 deletions include/asm-arm/arch-s3c2410/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
#define S3C24XX_SZ_CLKPWR SZ_1M

/* LCD controller */
#define S3C24XX_VA_LCD S3C2410_ADDR(0x00300000)
#define S3C2410_PA_LCD (0x4D000000)
#define S3C24XX_SZ_LCD SZ_1M

Expand All @@ -75,7 +74,6 @@
#define S3C24XX_SZ_TIMER SZ_1M

/* USB Device port */
#define S3C24XX_VA_USBDEV S3C2410_ADDR(0x00600000)
#define S3C2410_PA_USBDEV (0x52000000)
#define S3C24XX_SZ_USBDEV SZ_1M

Expand Down
2 changes: 1 addition & 1 deletion include/asm-arm/arch-s3c2410/regs-lcd.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#ifndef ___ASM_ARCH_REGS_LCD_H
#define ___ASM_ARCH_REGS_LCD_H "$Id: lcd.h,v 1.3 2003/06/26 13:25:06 ben Exp $"

#define S3C2410_LCDREG(x) ((x) + S3C24XX_VA_LCD)
#define S3C2410_LCDREG(x) (x)

/* LCD control registers */
#define S3C2410_LCDCON1 S3C2410_LCDREG(0x00)
Expand Down

0 comments on commit bf2a3a2

Please sign in to comment.