Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] ARM: davinci: dm365 evm: remove init_enable from ths7303 pdata

Remove init_enable from ths7303 pdata as it is being dropped
from ths7303_platform_data.
The purpose of init_enable was that the device should start streaming video
immediately but instead the bridge drivers should call s_stream explicitly
for such devices. This is in fact what happens for the dm365, so setting
init_enable here never made sense in the first place.

Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
[hans.verkuil@cisco.com: improve the commit comment]
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Lad, Prabhakar and committed by
Mauro Carvalho Chehab
68f9f8ae 4b9a4a66

-1
-1
arch/arm/mach-davinci/board-dm365-evm.c
··· 509 509 .ch_1 = 3, 510 510 .ch_2 = 3, 511 511 .ch_3 = 3, 512 - .init_enable = 1, 513 512 }; 514 513 515 514 static struct amp_config_info vpbe_amp = {