diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-12-20 04:03:58 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-01-07 03:47:19 -0500 |
commit | fe808f3c9342cbd77fb0102c462e8555e458b286 (patch) | |
tree | ee8ca0439998cf7164ded8721cbcdfb3717977a8 /arch/blackfin/mach-bf609/boards/ezkit.c | |
parent | 834a8be1566f6db57a95954cc7bcc9d1e95aa80b (diff) |
[media] adv7842: set LLC DLL phase from platform_data
The correct LLC DLL phase depends on the board layout, so this
should be part of the platform_data.
Also updated the platform_data in ezkit to ensure that what was the old
default value is now explicitly specified, so the behavior for that board
is unchanged.
Tested-by: Martin Bugge <marbugge@cisco.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Cc: Scott Jiang <scott.jiang.linux@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'arch/blackfin/mach-bf609/boards/ezkit.c')
-rw-r--r-- | arch/blackfin/mach-bf609/boards/ezkit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf609/boards/ezkit.c b/arch/blackfin/mach-bf609/boards/ezkit.c index 39a7969287ab..66e9edba1ba9 100644 --- a/arch/blackfin/mach-bf609/boards/ezkit.c +++ b/arch/blackfin/mach-bf609/boards/ezkit.c | |||
@@ -1027,6 +1027,7 @@ static struct adv7842_platform_data adv7842_data = { | |||
1027 | .vid_std_select = ADV7842_SDP_VID_STD_CVBS_SD_4x1, | 1027 | .vid_std_select = ADV7842_SDP_VID_STD_CVBS_SD_4x1, |
1028 | .hdmi_free_run_enable = 1, | 1028 | .hdmi_free_run_enable = 1, |
1029 | .sdp_free_run_auto = 1, | 1029 | .sdp_free_run_auto = 1, |
1030 | .llc_dll_phase = 0x10, | ||
1030 | .i2c_sdp_io = 0x40, | 1031 | .i2c_sdp_io = 0x40, |
1031 | .i2c_sdp = 0x41, | 1032 | .i2c_sdp = 0x41, |
1032 | .i2c_cp = 0x42, | 1033 | .i2c_cp = 0x42, |