Re: [PATCH 2/2] media: imx7-media-csi: add i.MX6UL support

From: Fabio Estevam
Date: Thu May 02 2019 - 08:19:21 EST


Hi SÃbastien,

On Tue, Apr 30, 2019 at 4:49 AM SÃbastien Szymanski
<sebastien.szymanski@xxxxxxxxxxxx> wrote:

> +static const struct of_device_id imx7_csi_of_match[] = {
> + { .compatible = "fsl,imx7-csi", .data = (void *)IMX7 },
> + { .compatible = "fsl,imx6ul-csi", .data = (void *)IMX6UL },

Please add the new "fsl,imx6ul-csi" entry to
Documentation/devicetree/bindings/media/imx7-csi.txt in a separate
patch.

Thanks