[PATCH v1 11/17] ARM: dts: imx6q-apalis: Add ov5640 mipi csi camera

Max Krummenacher max.oss.09 at gmail.com
Wed May 18 07:28:31 PDT 2022


Hi Fabio

On Tue, May 17, 2022 at 8:28 PM Fabio Estevam <festevam at gmail.com> wrote:
>
> Hi Max,
>
> On Mon, May 16, 2022 at 8:59 AM Max Krummenacher <max.oss.09 at gmail.com> wrote:
>
> > +       ov5640_csi_cam: ov5640_mipi at 3c {
> > +               compatible = "ovti,ov5640";
>
> Does it make sense to describe the ov5640 camera in the Apalis SoM dtsi?
>
> The camera is not populated in the SoM. What if the customer baseboard
> uses a different camera?
>
> The same applies to the adv720 description.

We moved to a pattern where we do describe the 'Toradex' peripherals
in the SoM dtsi but
keep their status disabled. Then if the peripheral is on the carrier
board we only have to
enable it in the carrier board dts, for peripherals attached to the
carrier boards (e.g. like the
cameras) we enable it in device tree overlays.
This did reduce code duplication a lot.
A customer who attaches a different camera would add its camera node
in its device tree
or overlay and keep the ov5640 or adv7280 nodes disabled.

So I would rather not change anything here.

Max



More information about the linux-arm-kernel mailing list