commit | f13e97cf3e72288b883a29e82a6d0d7cfb9827a4 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Thu Mar 01 21:51:43 2018 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Sep 03 16:13:25 2018 +0300 |
tree | 7919044d59d21bb654ee9eb514e06a60620b7e60 | |
parent | 36c61ae2b755f1b64d5adcf43bb32932dcc4c330 [diff] |
drm/omap: dss: Gather OMAP DSS components at probe time The omapdss_gather_components() function walks the OF graph to create a list of all components part of the display device. There's no need to delay this operation until DSS bind time as we have all the information we need at probe time. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>