[PATCH 4/5] drm: convert drivers to use drm_of_find_panel_or_bridge
Fabio Estevam
festevam at gmail.com
Mon Feb 6 01:22:34 UTC 2017
On Sun, Feb 5, 2017 at 10:01 PM, Fabio Estevam <festevam at gmail.com> 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)
More information about the dri-devel
mailing list