Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: arch/arm/mach-s5pv210/mach-voguev210.c

Issue 1848001: Add Watchdog driver support for S5PV210 (Closed) Base URL: swsolcc@12.23.106.100:kernel-samsung.git
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | arch/arm/plat-s5p/devs.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: arch/arm/mach-s5pv210/mach-voguev210.c
diff --git a/arch/arm/mach-s5pv210/mach-voguev210.c b/arch/arm/mach-s5pv210/mach-voguev210.c
index cd422d28c5a24a094b062b63732ace10f889d5f1..2d84094ad4fa74b534ee83dcd3572763a8c3f60a 100644
--- a/arch/arm/mach-s5pv210/mach-voguev210.c
+++ b/arch/arm/mach-s5pv210/mach-voguev210.c
@@ -304,6 +304,10 @@ static struct platform_device *voguev210_devices[] __initdata = {
&s3c_device_mfc,
#endif
+#ifdef CONFIG_S3C2410_WATCHDOG
+ &s3c_device_wdt,
+#endif
+
#ifdef CONFIG_VIDEO_TV20
&s5p_device_tvout,
&s5p_device_cec,
« no previous file with comments | « no previous file | arch/arm/plat-s5p/devs.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698