Re: [PATCHv2 08/16] atmel-isi: document device tree bindings

2017-02-06 Thread Rob Herring
On Mon, Feb 6, 2017 at 6:20 AM, Hans Verkuil wrote: > On 02/01/2017 05:50 PM, Rob Herring wrote: >> On Mon, Jan 30, 2017 at 03:06:20PM +0100, Hans Verkuil wrote: >>> From: Hans Verkuil >>> >>> Document the device tree bindings for this driver. >>> +isi: isi@f0034000 { >>> +compatible = "atme

Re: [PATCHv2 08/16] atmel-isi: document device tree bindings

2017-02-06 Thread Hans Verkuil
On 02/01/2017 05:50 PM, Rob Herring wrote: > On Mon, Jan 30, 2017 at 03:06:20PM +0100, Hans Verkuil wrote: >> From: Hans Verkuil >> >> Document the device tree bindings for this driver. > > Bindings document h/w not drivers. Fixed. > >> >> Mostly copied from the atmel-isc bindings. >> >> Signe

Re: [PATCHv2 08/16] atmel-isi: document device tree bindings

2017-02-06 Thread Hans Verkuil
On 01/31/2017 08:30 AM, Sakari Ailus wrote: > Hi Hans, > > On Mon, Jan 30, 2017 at 03:06:20PM +0100, Hans Verkuil wrote: >> From: Hans Verkuil >> >> Document the device tree bindings for this driver. >> >> Mostly copied from the atmel-isc bindings. >> >> Signed-off-by: Hans Verkuil >> --- >> ..

Re: [PATCHv2 08/16] atmel-isi: document device tree bindings

2017-02-01 Thread Sakari Ailus
Hi Rob, On Wed, Feb 01, 2017 at 10:50:59AM -0600, Rob Herring wrote: > > + remote-endpoint = <&ov2640_0>; > > + bus-width = <8>; > > + vsync-active = <1>; > > + hsync-active = <1>; > > Which side of the connect is supposed to

Re: [PATCHv2 08/16] atmel-isi: document device tree bindings

2017-02-01 Thread Rob Herring
On Mon, Jan 30, 2017 at 03:06:20PM +0100, Hans Verkuil wrote: > From: Hans Verkuil > > Document the device tree bindings for this driver. Bindings document h/w not drivers. > > Mostly copied from the atmel-isc bindings. > > Signed-off-by: Hans Verkuil > --- > .../devicetree/bindings/media/a

Re: [PATCHv2 08/16] atmel-isi: document device tree bindings

2017-01-30 Thread Sakari Ailus
Hi Hans, On Mon, Jan 30, 2017 at 03:06:20PM +0100, Hans Verkuil wrote: > From: Hans Verkuil > > Document the device tree bindings for this driver. > > Mostly copied from the atmel-isc bindings. > > Signed-off-by: Hans Verkuil > --- > .../devicetree/bindings/media/atmel-isi.txt| 91 >

[PATCHv2 08/16] atmel-isi: document device tree bindings

2017-01-30 Thread Hans Verkuil
From: Hans Verkuil Document the device tree bindings for this driver. Mostly copied from the atmel-isc bindings. Signed-off-by: Hans Verkuil --- .../devicetree/bindings/media/atmel-isi.txt| 91 +- 1 file changed, 56 insertions(+), 35 deletions(-) diff --git a/Docu