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.we...@collabora.co.uk> > Cc: Martin Donnelly <martin.donne...@ge.com> > Cc: Enric Balletbo i Serra <enric.balle...@collabora.com> > Cc: Philipp Zabel <p.za...@pengutronix.de> > Cc: Rob Herring <r...@kernel.org> > Cc: Fabio Estevam <fabio.este...@nxp.com> > Cc: David Airlie <airl...@linux.ie> > Cc: Thierry Reding <tred...@nvidia.com> > Cc: Thierry Reding <thierry.red...@gmail.com> > Signed-off-by: Peter Senna Tschudin <peter.se...@collabora.com> > --- > Unchanged from V4
I've rebased and applied patch 1. thanks Philipp