aboutsummaryrefslogtreecommitdiff
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-07-20 14:29:18 +0530
commitd97e1e028668b3c7b57cd9dd03575d23b9e71d87 (patch)
tree8587f78c35543b046415f72e13d99f33039696d5
parent454012d848a47d91b97a196bc8d6f405660e80e1 (diff)
media: s5p-tv: Set 1080p output as default presettracking-samslt-hdmi-ll-20120727.0tracking-samslt-hdmi-ll-20120723.0
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;