Re: [PATCH] drm/imx: imx-ldb: Accept drm_of_find_panel_or_bridge failure

2017-05-10 Thread Philipp Zabel
Hi Leonard, thank you for the patch. Comment below. On Wed, 2017-05-10 at 13:57 +0300, Leonard Crestez wrote: > Not having an endpoint bound in DT should not cause a failure here, > there are fallbacks. So let's explicitly accept a missing endpoint. > > This behavior change was introduced by ref

[PATCH] drm/imx: imx-ldb: Accept drm_of_find_panel_or_bridge failure

2017-05-10 Thread Leonard Crestez
Not having an endpoint bound in DT should not cause a failure here, there are fallbacks. So let's explicitly accept a missing endpoint. This behavior change was introduced by refactoring in drm_of parsing code and it should not require dts changes. In particular this fixes imx6qdl-sabreauto board