summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2012-06-20 16:02:22 +0530
committerTushar Behera <tushar.behera@linaro.org>2012-09-26 11:39:44 +0530
commit59890252738b97cb29a8194ecdb7d2f8c8fbddf5 (patch)
treeadd67b4c832435baf2345e25bee1a3659b240ab2
parentf16a7625966d597efbbf46678dc845731b7f644f (diff)
media: s5p-tv: Set 1080p output as default preset
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--drivers/media/video/s5p-tv/hdmi_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/s5p-tv/hdmi_drv.c b/drivers/media/video/s5p-tv/hdmi_drv.c
index ec01f644b236..da1fd5490578 100644
--- a/drivers/media/video/s5p-tv/hdmi_drv.c
+++ b/drivers/media/video/s5p-tv/hdmi_drv.c
@@ -42,7 +42,7 @@ MODULE_DESCRIPTION("Samsung HDMI");
MODULE_LICENSE("GPL");
/* default preset configured on probe */
-#define HDMI_DEFAULT_PRESET V4L2_DV_480P59_94
+#define HDMI_DEFAULT_PRESET V4L2_DV_1080P60
struct hdmi_pulse {
u32 beg;