ARM: SMDK6410: Add Watchdog support for SMDK6410
This patch adds support for Watchdog timer for Samsung S3C6410 Signed-off-by: Banajit Goswami <banajit.g@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
parent
e1d5c93e82
commit
b351c4a178
|
@ -92,6 +92,8 @@ config MACH_SMDK6410
|
||||||
select S3C_DEV_FB
|
select S3C_DEV_FB
|
||||||
select S3C_DEV_USB_HOST
|
select S3C_DEV_USB_HOST
|
||||||
select S3C_DEV_USB_HSOTG
|
select S3C_DEV_USB_HSOTG
|
||||||
|
select S3C_DEV_WDT
|
||||||
|
select HAVE_S3C2410_WATCHDOG
|
||||||
select S3C64XX_SETUP_SDHCI
|
select S3C64XX_SETUP_SDHCI
|
||||||
select S3C64XX_SETUP_I2C1
|
select S3C64XX_SETUP_I2C1
|
||||||
select S3C64XX_SETUP_FB_24BPP
|
select S3C64XX_SETUP_FB_24BPP
|
||||||
|
|
|
@ -104,6 +104,7 @@
|
||||||
#define S3C_PA_USB_HSOTG S3C64XX_PA_USB_HSOTG
|
#define S3C_PA_USB_HSOTG S3C64XX_PA_USB_HSOTG
|
||||||
#define S3C_VA_USB_HSPHY S3C64XX_VA_USB_HSPHY
|
#define S3C_VA_USB_HSPHY S3C64XX_VA_USB_HSPHY
|
||||||
#define S3C_PA_RTC S3C64XX_PA_RTC
|
#define S3C_PA_RTC S3C64XX_PA_RTC
|
||||||
|
#define S3C_PA_WDT S3C64XX_PA_WATCHDOG
|
||||||
|
|
||||||
#define SAMSUNG_PA_ADC S3C64XX_PA_ADC
|
#define SAMSUNG_PA_ADC S3C64XX_PA_ADC
|
||||||
|
|
||||||
|
|
|
@ -262,6 +262,7 @@ static struct platform_device *smdk6410_devices[] __initdata = {
|
||||||
&smdk6410_lcd_powerdev,
|
&smdk6410_lcd_powerdev,
|
||||||
|
|
||||||
&smdk6410_smsc911x,
|
&smdk6410_smsc911x,
|
||||||
|
&s3c_device_wdt,
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef CONFIG_REGULATOR
|
#ifdef CONFIG_REGULATOR
|
||||||
|
|
Loading…
Reference in New Issue