Re: [PATCH 3/5] [media] tc358743: support probe from device tree

2015-07-17 Thread Philipp Zabel
Am Dienstag, den 14.07.2015, 12:15 +0200 schrieb Hans Verkuil: [...] > As you said, it's not public and without the formulas there is nothing you > can do but hardcode it. > > If I understand this correctly these values depend on the link frequency, > so the DT should contain the link frequency an

Re: [PATCH 3/5] [media] tc358743: support probe from device tree

2015-07-14 Thread Hans Verkuil
On 07/14/15 12:10, Philipp Zabel wrote: > Hi Hans, > > Am Montag, den 13.07.2015, 12:57 +0200 schrieb Hans Verkuil: > [...] >>> @@ -69,6 +72,7 @@ static const struct v4l2_dv_timings_cap >>> tc358743_timings_cap = { >>> >>> struct tc358743_state { >>> struct tc358743_platform_data pdata; >>

Re: [PATCH 3/5] [media] tc358743: support probe from device tree

2015-07-14 Thread Philipp Zabel
Hi Hans, Am Montag, den 13.07.2015, 12:57 +0200 schrieb Hans Verkuil: [...] > > @@ -69,6 +72,7 @@ static const struct v4l2_dv_timings_cap > > tc358743_timings_cap = { > > > > struct tc358743_state { > > struct tc358743_platform_data pdata; > > + struct v4l2_of_bus_mipi_csi2 bus; > > Whe

Re: [PATCH 3/5] [media] tc358743: support probe from device tree

2015-07-13 Thread Hans Verkuil
On 07/10/2015 03:11 PM, Philipp Zabel wrote: > Add support for probing the TC358743 subdevice from device tree. > The reference clock must be supplied using the common clock bindings. > MIPI CSI-2 specific properties are parsed from the OF graph endpoint > node and support for a non-continuous MIPI

[PATCH 3/5] [media] tc358743: support probe from device tree

2015-07-10 Thread Philipp Zabel
Add support for probing the TC358743 subdevice from device tree. The reference clock must be supplied using the common clock bindings. MIPI CSI-2 specific properties are parsed from the OF graph endpoint node and support for a non-continuous MIPI CSI-2 clock is added. Signed-off-by: Philipp Zabel