[PATCH V5 1/4] drm/imx-ldb: Add support to drm-bridge

2016-08-11 Thread Philipp Zabel
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 nam

[PATCH V5 1/4] drm/imx-ldb: Add support to drm-bridge

2016-08-09 Thread 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 onl