diff options
author | Banajit Goswami <banajit.g@samsung.com> | 2010-05-19 15:42:29 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 19:44:18 +0900 |
commit | e1d5c93e82eadd814949c023d0b16aa8fa8ad7ae (patch) | |
tree | 7b30f381e48ed22ca55f9e423343e3f879ff83d7 /arch/arm/mach-s3c2410 | |
parent | 504d36e91ac12ccdb0e1193cee7bef9831a1c99e (diff) | |
download | op-kernel-dev-e1d5c93e82eadd814949c023d0b16aa8fa8ad7ae.zip op-kernel-dev-e1d5c93e82eadd814949c023d0b16aa8fa8ad7ae.tar.gz |
ARM: SAMSUNG: Move WDT device definitions in plat-samsung
This patch moves the definitions of watchdog timer device from
plat-s3c24xx to plat-samsung. This will enable all Samsung S3C
and S5P series SoC's to use common WDT device definition.
Signed-off-by: Banajit Goswami <banajit.g@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Acked-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2410')
-rw-r--r-- | arch/arm/mach-s3c2410/include/mach/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/map.h b/arch/arm/mach-s3c2410/include/mach/map.h index 091c98a..cd3983a 100644 --- a/arch/arm/mach-s3c2410/include/mach/map.h +++ b/arch/arm/mach-s3c2410/include/mach/map.h @@ -114,6 +114,7 @@ #define S3C_PA_USBHOST S3C2410_PA_USBHOST #define S3C_PA_HSMMC0 S3C2443_PA_HSMMC #define S3C_PA_HSMMC1 S3C2416_PA_HSMMC0 +#define S3C_PA_WDT S3C2410_PA_WATCHDOG #define S3C_PA_NAND S3C24XX_PA_NAND #endif /* __ASM_ARCH_MAP_H */ |