From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Subject: Re: [PATCH v4 4/6] ARM: dts: imx6dl-icore: Add LVDS support Date: Mon, 11 Sep 2017 08:25:31 -0300 Message-ID: References: <1505121145-9507-1-git-send-email-jteki@openedev.com> <1505121145-9507-4-git-send-email-jteki@openedev.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <1505121145-9507-4-git-send-email-jteki-oRp2ZoJdM/RWk0Htik3J/w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Jagan Teki Cc: Shawn Guo , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Matteo Lisi , linux-kernel , Jagan Teki , Sascha Hauer , Fabio Estevam , Michael Trimarchi , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" List-Id: devicetree@vger.kernel.org Hi Jagan, On Mon, Sep 11, 2017 at 6:12 AM, Jagan Teki 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. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html