> From: [email protected] <[email protected]> > Sent: Monday, January 7, 2019 6:10 AM > To: Ken Sloat <[email protected]> > Cc: [email protected]; [email protected]; > [email protected]; [email protected]; linux- > [email protected] > Subject: Re: [PATCH v1 1/2] media: atmel-isc: Add support for BT656 with CRC > decoding > > > > On 28.12.2018 18:59, Ken Sloat wrote: > > From: Ken Sloat <[email protected]> > > > > The ISC driver currently supports ITU-R 601 encoding which utilizes > > the external hysync and vsync signals. ITU-R 656 format removes the > > need for these pins by embedding the sync pulses within the data > > packet. > > > > To support this feature, enable necessary register bits when this > > feature is enabled via device tree. > > > > Signed-off-by: Ken Sloat <[email protected]> > Acked-by: Eugen Hristev <[email protected]> > > Also for my reference, which board and which sensor did you test this with ? > > Thanks > > > --- > > drivers/media/platform/atmel/atmel-isc-regs.h | 2 ++ > > drivers/media/platform/atmel/atmel-isc.c | 7 ++++++- > > 2 files changed, 8 insertions(+), 1 deletion(-) > >
Hi Eugen, Sorry for my delayed reply. I tested this with a tw9990 sensor connected to a custom board based on the SAMA5D27-SOM1-EK1 board. Thanks, Ken
