Re: [PATCH 4/5] drm: convert drivers to use drm_of_find_panel_or_bridge

From: Fabio Estevam
Date: Sun Feb 05 2017 - 20:22:57 EST


On Sun, Feb 5, 2017 at 10:01 PM, Fabio Estevam <festevam@xxxxxxxxx> wrote:
>
> 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.

Looks like that converting to component style and adding
component_bind_all() does the trick:

[ 1.323772] tda998x 2-0070: found TDA19988
[ 1.342381] mxsfb 2220000.lcdif: bound 2-0070 (ops tda998x_ops)