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);
if (panel_node)
channel->panel = of_drm_find_panel(panel_node);
/* The output port is port@4 with mux or port@1 without mux */
port = of_graph_get_port_by_id(child, imx_ldb->lvds_mux ? 4 : 1);
I guess we're holding off on these two patches while the last bits of the of-graph get sorted - the above function doesn't currently exist so causes a build failure.
Thanks.