Commits
Jyri Sarha committed 0662cd4b27a
drm/tilcdc: Add drm bridge support for attaching drm bridge drivers commit ec9eab097a50040c743fe612c4635fd8ea5c5936 upstream. Adds drm bride support for attaching drm bridge drivers to tilcdc. The decision whether a video port leads to an external encoder or bridge is made simply based on remote device's compatible string. The code has been tested with BeagleBone-Black with and without BeagleBone DVI-D Cape Rev A3 using ti-tfp410 driver. Signed-off-by: Jyri Sarha <jsarha@ti.com> Tested-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Detach bridge in shutdown - v4.9 drm core does not support automatic detaching of bridges at shutdown Use component_match_add() instead of drm_of_component_match_add() - v4.9 does not have drm_of_component_match_add() Signed-off-by: Jyri Sarha <jsarha@ti.com>