[PATCH v4 4/6] ARM: dts: imx6dl-icore: Add LVDS support
Fabio Estevam
festevam at gmail.com
Mon Sep 11 04:25:31 PDT 2017
Hi Jagan,
On Mon, Sep 11, 2017 at 6:12 AM, Jagan Teki <jagannadh.teki at gmail.com> wrote:
> +&ldb {
> + status = "okay";
> +
> + lvds-channel at 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.
More information about the linux-arm-kernel
mailing list