Re: [PATCH] ARM: dts: imx6qdl-nitrogen6_max: Disable LVDS channels

2019-04-10 Thread Fabio Estevam
On Wed, Apr 10, 2019 at 8:55 AM Fabio Estevam wrote: > Please check if this patch fixes the problem on your case: > https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20190410=728e096dd70889c2e80dd4153feee91afb1daf72 Also, just confirmed that this commit reached

Re: [PATCH] ARM: dts: imx6qdl-nitrogen6_max: Disable LVDS channels

2019-04-10 Thread Fabio Estevam
Hi Robert, On Wed, Apr 10, 2019 at 7:57 AM Robert Foss wrote: > # dmesg > imx-drm display-subsystem: failed to bind disp0 (ops imx_pd_ops): -517 > imx-drm display-subsystem: master bind failed: -517 > > This dmesg log is failing to bind disp0 at another point than what I > was seeing before,

Re: [PATCH] ARM: dts: imx6qdl-nitrogen6_max: Disable LVDS channels

2019-04-10 Thread Robert Foss
Hey Gary, On 4/10/19 9:35 AM, Gary Bisson wrote: Hi, On Tue, Apr 9, 2019 at 2:07 AM Robert Foss wrote: Hey Fabio, On 4/8/19 10:37 PM, Fabio Estevam wrote: Hi Robert, [Adding Gary] Adding Troy, I'm no longer a full-time employee at Boundary Devices. On Mon, Apr 8, 2019 at 2:54 PM

Re: [PATCH] ARM: dts: imx6qdl-nitrogen6_max: Disable LVDS channels

2019-04-10 Thread Gary Bisson
Hi, On Tue, Apr 9, 2019 at 2:07 AM Robert Foss wrote: > > Hey Fabio, > > On 4/8/19 10:37 PM, Fabio Estevam wrote: > > Hi Robert, > > > > [Adding Gary] Adding Troy, I'm no longer a full-time employee at Boundary Devices. > > On Mon, Apr 8, 2019 at 2:54 PM Robert Foss > > wrote: > >> > >> If a

Re: [PATCH] ARM: dts: imx6qdl-nitrogen6_max: Disable LVDS channels

2019-04-08 Thread Robert Foss
Hey Fabio, On 4/8/19 10:37 PM, Fabio Estevam wrote: Hi Robert, [Adding Gary] On Mon, Apr 8, 2019 at 2:54 PM Robert Foss wrote: If a LVDS device is not connected, having the LVDS channels enabled will prevent imx-ldb from probing correctly even if other CRTCs are connected. Signed-off-by:

Re: [PATCH] ARM: dts: imx6qdl-nitrogen6_max: Disable LVDS channels

2019-04-08 Thread Fabio Estevam
Hi Robert, [Adding Gary] On Mon, Apr 8, 2019 at 2:54 PM Robert Foss wrote: > > If a LVDS device is not connected, having the LVDS channels > enabled will prevent imx-ldb from probing correctly even > if other CRTCs are connected. > > Signed-off-by: Robert Foss > --- >

[PATCH] ARM: dts: imx6qdl-nitrogen6_max: Disable LVDS channels

2019-04-08 Thread Robert Foss
If a LVDS device is not connected, having the LVDS channels enabled will prevent imx-ldb from probing correctly even if other CRTCs are connected. Signed-off-by: Robert Foss --- arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git