Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208753
b: refs/heads/master
c: f580726
h: refs/heads/master
i:
  208751: ebd44ab
v: v3
  • Loading branch information
Atul Dahiya authored and Kukjin Kim committed Aug 5, 2010
1 parent bd926e0 commit cbe9bb1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 976a62f21940a3a5e3978cb4b6394a21484d4264
refs/heads/master: f5807269ea1fd93e9306191247fd67400ea5f66c
6 changes: 5 additions & 1 deletion trunk/arch/arm/mach-s5pv210/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ config MACH_SMDKC110
select CPU_S5PV210
select ARCH_SPARSEMEM_ENABLE
select SAMSUNG_DEV_IDE
select S3C_DEV_RTC
select S3C_DEV_WDT
select HAVE_S3C_RTC
select HAVE_S3C2410_WATCHDOG
select S5PV210_SETUP_IDE
help
Expand Down Expand Up @@ -109,10 +111,12 @@ config MACH_SMDKV210
select SAMSUNG_DEV_IDE
select SAMSUNG_DEV_KEYPAD
select SAMSUNG_DEV_TS
select S3C_DEV_RTC
select S3C_DEV_WDT
select S5PV210_SETUP_KEYPAD
select HAVE_S3C_RTC
select HAVE_S3C2410_WATCHDOG
select S5PV210_SETUP_IDE
select S5PV210_SETUP_KEYPAD
select S5PV210_SETUP_SDHCI
help
Machine support for Samsung SMDKV210
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-s5pv210/include/mach/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

#define S5PV210_PA_WATCHDOG (0xE2700000)

#define S5PV210_PA_RTC (0xE2800000)
#define S5PV210_PA_UART (0xE2900000)

#define S5P_PA_UART0 (S5PV210_PA_UART + 0x0)
Expand Down Expand Up @@ -106,6 +107,7 @@
#define S3C_PA_IIC1 S5PV210_PA_IIC1
#define S3C_PA_IIC2 S5PV210_PA_IIC2
#define S3C_PA_FB S5PV210_PA_FB
#define S3C_PA_RTC S5PV210_PA_RTC
#define S3C_PA_WDT S5PV210_PA_WATCHDOG

#define SAMSUNG_PA_ADC S5PV210_PA_ADC
Expand Down
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 @@ -80,6 +80,7 @@ static struct platform_device *smdkc110_devices[] __initdata = {
&s5pv210_device_iis0,
&s5pv210_device_ac97,
&s3c_device_cfcon,
&s3c_device_rtc,
&s3c_device_wdt,
};

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 @@ -108,6 +108,7 @@ static struct platform_device *smdkv210_devices[] __initdata = {
&s3c_device_hsmmc2,
&s3c_device_hsmmc3,
&samsung_device_keypad,
&s3c_device_rtc,
&s3c_device_ts,
&s3c_device_wdt,
};
Expand Down

0 comments on commit cbe9bb1

Please sign in to comment.