[PATCH 2/2] imx-drm: imx-ldb: Use OF graph to find connected panel

2014-03-07 Thread Russell King - ARM Linux
On Thu, Mar 06, 2014 at 02:54:40PM +0100, Philipp Zabel wrote: > @@ -566,9 +566,18 @@ static int imx_ldb_bind(struct device *dev, struct > device *master, void *data) > return -EINVAL; > } > > - panel_node = of_parse_phandle(child, "fsl,panel", 0);

[PATCH 2/2] imx-drm: imx-ldb: Use OF graph to find connected panel

2014-03-06 Thread Philipp Zabel
Am Donnerstag, den 06.03.2014, 14:54 +0100 schrieb Philipp Zabel: > This patch depends on the OF graph parsing helper and imx-drm-dt series. > It allows to connect the panel to the output port (port at 1 on i.MX53, port > at 4 > on i.MX6) via the OF graph bindings. If we postpone this until the i

[PATCH 2/2] imx-drm: imx-ldb: Use OF graph to find connected panel

2014-03-06 Thread Philipp Zabel
This patch depends on the OF graph parsing helper and imx-drm-dt series. It allows to connect the panel to the output port (port at 1 on i.MX53, port at 4 on i.MX6) via the OF graph bindings. Signed-off-by: Philipp Zabel --- drivers/staging/imx-drm/imx-ldb.c | 19 ++- 1 file cha