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

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

Issue 2003015: ARM: S5PV210: Modify vogue machine file for TV out support (Closed) Base URL: swsolcc@12.23.106.100:kernel-samsung.git
Patch Set: Add TV out device definition for Samsung S5P SoCs Created 10 years, 7 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 | no next file » | 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 f8a7961199e17724a501b3c0f930aa6abceaf58e..fa1cea339d64b43d4f75e4713d67c5007a25e564 100644
--- a/arch/arm/mach-s5pv210/mach-voguev210.c
+++ b/arch/arm/mach-s5pv210/mach-voguev210.c
@@ -100,6 +100,12 @@ static struct platform_device *voguev210_devices[] __initdata = {
#ifdef CONFIG_VIDEO_MFC50
&s3c_device_mfc,
#endif
+
+#ifdef CONFIG_VIDEO_TV20
+ &s5p_device_tvout,
+ &s5p_device_cec,
+ &s5p_device_hpd,
+#endif
};
static void __init voguev210_fixup(struct machine_desc *desc,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698