Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1573895
| From | Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 06/24] ARM: dts: imx6-sabrelite: add OV5642 and OV5640 camera sensors |
| Date | 2017-02-05 16:30 +0100 |
| Message-ID | <t7wVk-DW-3@gated-at.bofh.it> (permalink) |
| References | <sWOLT-2qI-3@gated-at.bofh.it> <sWOLT-2qI-21@gated-at.bofh.it> <t5t5w-1iG-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Russell,
On Monday 30 Jan 2017 22:51:33 Russell King - ARM Linux wrote:
> On Fri, Jan 06, 2017 at 06:11:24PM -0800, Steve Longerbeam wrote:
> > + ov5640: camera@40 {
> > + compatible = "ovti,ov5640";
> > + pinctrl-names = "default";
> > + pinctrl-0 = <&pinctrl_ov5640>;
> > + clocks = <&mipi_xclk>;
> > + clock-names = "xclk";
> > + reg = <0x40>;
> > + xclk = <22000000>;
> > + reset-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>; /* NANDF_D5 */
> > + pwdn-gpios = <&gpio6 9 GPIO_ACTIVE_HIGH>; /* NANDF_WP_B */
> > +
> > + port {
> > + #address-cells = <1>;
> > + #size-cells = <0>;
> > +
> > + ov5640_to_mipi_csi: endpoint@1 {
> > + reg = <1>;
> > + remote-endpoint =
<&mipi_csi_from_mipi_sensor>;
> > + data-lanes = <0 1>;
> > + clock-lanes = <2>;
>
> How do you envision a four-lane sensor being described?
>
> data-lanes = <0 1 3 4>;
> clock-lanes = <2>;
>
> ?
>
> The binding document for video-interfaces.txt says:
>
> - clock-lanes: an array of physical clock lane indexes. Position of an entry
> determines the logical lane number, while the value of an entry indicates
> physical lane, e.g. for a MIPI CSI-2 bus we could have "clock-lanes =
> <0>;", which places the clock lane on hardware lane 0. This property is
> valid for serial busses only (e.g. MIPI CSI-2). Note that for the MIPI
> CSI-2 bus this array contains only one entry.
>
> So I think you need to have a good reason to make the clock lane non-zero.
The purpose of the data-lanes and clock-lanes properties is to describe lane
assignment for hardware that supports lane routing. As far as I know the
OV5640 doesn't support lane routing and has dedicated pins for the clock and
data lanes. The data-lanes and clock-lanes properties should probably not be
specified at all.
--
Regards,
Laurent Pinchart
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH v3 06/24] ARM: dts: imx6-sabrelite: add OV5642 and OV5640 camera sensors Russell King - ARM Linux <linux@armlinux.org.uk> - 2017-01-31 00:00 +0100
Re: [PATCH v3 06/24] ARM: dts: imx6-sabrelite: add OV5642 and OV5640 camera sensors Laurent Pinchart <laurent.pinchart@ideasonboard.com> - 2017-02-05 16:30 +0100
Re: [PATCH v3 06/24] ARM: dts: imx6-sabrelite: add OV5642 and OV5640 camera sensors Russell King - ARM Linux <linux@armlinux.org.uk> - 2017-02-05 16:40 +0100
csiph-web