summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf609
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2016-06-28 10:52:42 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-12 12:36:09 -0400
commite3513f3f41aba3bf72a5faa32b378d42de842e84 (patch)
tree51887554f0e4fdf158aa266c71be9c051d03410b /arch/blackfin/mach-bf609
parentfd74246d2ade37cd477178652448410a35bdaca0 (diff)
[media] ezkit/cobalt: drop unused op_656_range setting
The adv7604/adv7842 drivers now handle that register setting themselves and need no input from platform data anymore. This was a left-over from the time that the pixelport output format was decided by the platform data. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Cc: Scott Jiang <scott.jiang.linux@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'arch/blackfin/mach-bf609')
-rw-r--r--arch/blackfin/mach-bf609/boards/ezkit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf609/boards/ezkit.c b/arch/blackfin/mach-bf609/boards/ezkit.c
index aad5d7416886..9231e5a72b93 100644
--- a/arch/blackfin/mach-bf609/boards/ezkit.c
+++ b/arch/blackfin/mach-bf609/boards/ezkit.c
@@ -1002,14 +1002,12 @@ static struct adv7842_output_format adv7842_opf[] = {
1002 { 1002 {
1003 .op_ch_sel = ADV7842_OP_CH_SEL_BRG, 1003 .op_ch_sel = ADV7842_OP_CH_SEL_BRG,
1004 .op_format_sel = ADV7842_OP_FORMAT_SEL_SDR_ITU656_8, 1004 .op_format_sel = ADV7842_OP_FORMAT_SEL_SDR_ITU656_8,
1005 .op_656_range = 1,
1006 .blank_data = 1, 1005 .blank_data = 1,
1007 .insert_av_codes = 1, 1006 .insert_av_codes = 1,
1008 }, 1007 },
1009 { 1008 {
1010 .op_ch_sel = ADV7842_OP_CH_SEL_RGB, 1009 .op_ch_sel = ADV7842_OP_CH_SEL_RGB,
1011 .op_format_sel = ADV7842_OP_FORMAT_SEL_SDR_ITU656_16, 1010 .op_format_sel = ADV7842_OP_FORMAT_SEL_SDR_ITU656_16,
1012 .op_656_range = 1,
1013 .blank_data = 1, 1011 .blank_data = 1,
1014 }, 1012 },
1015}; 1013};