Re: [PATCH v4 4/6] ARM: dts: imx6dl-icore: Add LVDS support

From: Fabio Estevam
Date: Mon Sep 11 2017 - 07:25:38 EST


Hi Jagan,

On Mon, Sep 11, 2017 at 6:12 AM, Jagan Teki <jagannadh.teki@xxxxxxxxx> wrote:

> +&ldb {
> + status = "okay";
> +
> + lvds-channel@0 {
> + fsl,data-mapping = "spwg";
> + fsl,data-width = <18>;
> + status = "okay";
> +
> + display-timings {
> + native-mode = <&timing0>;
> + timing0: timing0 {
> + clock-frequency = <60000000>;
> + hactive = <800>;
> + vactive = <480>;
> + hback-porch = <30>;
> + hfront-porch = <30>;
> + vback-porch = <5>;
> + vfront-porch = <5>;
> + hsync-len = <64>;
> + vsync-len = <20>;

Please add the support of this panel to drivers/gpu/drm/panel/panel-simple.c.

Then you can refer its compatible in your board dts.