Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198510
b: refs/heads/master
c: 5b7d7b2
h: refs/heads/master
v: v3
  • Loading branch information
Banajit Goswami authored and Ben Dooks committed May 20, 2010
1 parent 243db70 commit fe3a7fd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a0cce45581d1857b057f674ff118197392031559
refs/heads/master: 5b7d7b22dc8469fbe1ca10b2adeabb70639bde01
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-s5pv210/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,17 @@ config MACH_SMDKV210
bool "SMDKV210"
select CPU_S5PV210
select ARCH_SPARSEMEM_ENABLE
select S3C_DEV_WDT
select HAVE_S3C2410_WATCHDOG
help
Machine support for Samsung SMDKV210

config MACH_SMDKC110
bool "SMDKC110"
select CPU_S5PV210
select ARCH_SPARSEMEM_ENABLE
select S3C_DEV_WDT
select HAVE_S3C2410_WATCHDOG
help
Machine support for Samsung SMDKC110
S5PC110(MCP) is one of package option of S5PV210
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-s5pv210/include/mach/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@

#define S5PV210_PA_SYSTIMER (0xE2600000)

#define S5PV210_PA_WATCHDOG (0xE2700000)

#define S5PV210_PA_UART (0xE2900000)

#define S5P_PA_UART0 (S5PV210_PA_UART + 0x0)
Expand Down Expand Up @@ -78,5 +80,6 @@
/* compatibiltiy defines. */
#define S3C_PA_UART S5PV210_PA_UART
#define S3C_PA_IIC S5PV210_PA_IIC0
#define S3C_PA_WDT S5PV210_PA_WATCHDOG

#endif /* __ASM_ARCH_MAP_H */
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-s5pv210/mach-smdkc110.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ static struct s3c2410_uartcfg smdkv210_uartcfgs[] __initdata = {
static struct platform_device *smdkc110_devices[] __initdata = {
&s5pv210_device_iis0,
&s5pv210_device_ac97,
&s3c_device_wdt,
};

static void __init smdkc110_map_io(void)
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-s5pv210/mach-smdkv210.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ static struct s3c2410_uartcfg smdkv210_uartcfgs[] __initdata = {
static struct platform_device *smdkv210_devices[] __initdata = {
&s5pv210_device_iis0,
&s5pv210_device_ac97,
&s3c_device_wdt,
};

static void __init smdkv210_map_io(void)
Expand Down

0 comments on commit fe3a7fd

Please sign in to comment.