Am Dienstag, den 09.08.2016, 18:41 +0200 schrieb Peter Senna Tschudin: > Add support to attach a drm_bridge to imx-ldb in addition to > existing support to attach a LVDS panel. > > This patch does a simple code refactoring by moving code > from for_each_child_of_node iterator to a new function named > imx_ldb_panel_ddc(). This was necessary to allow the panel ddc > code to run only when the imx_ldb is not attached to a bridge. > > Cc: Martyn Welch <martyn.welch at collabora.co.uk> > Cc: Martin Donnelly <martin.donnelly at ge.com> > Cc: Enric Balletbo i Serra <enric.balletbo at collabora.com> > Cc: Philipp Zabel <p.zabel at pengutronix.de> > Cc: Rob Herring <robh at kernel.org> > Cc: Fabio Estevam <fabio.estevam at nxp.com> > Cc: David Airlie <airlied at linux.ie> > Cc: Thierry Reding <treding at nvidia.com> > Cc: Thierry Reding <thierry.reding at gmail.com> > Signed-off-by: Peter Senna Tschudin <peter.senna at collabora.com> > --- > Unchanged from V4
I've rebased and applied patch 1. thanks Philipp