Re: [PATCH 4/5] drm: convert drivers to use drm_of_find_panel_or_bridge
From: Fabio Estevam
Date: Sun Feb 05 2017 - 19:02:06 EST
On Sun, Feb 5, 2017 at 8:25 PM, Rob Herring <robh@xxxxxxxxxx> wrote:
> Did the bridge driver probe? This function just checks lists of
> registered panels and bridges.
The tda998x_probe() returns success, but tda998x_bind() is never called.
I am trying to understand what needs to be done in
drivers/gpu/drm/mxsfb/ so that it can bind the tda998x driver.
Thanks