On 08/05/17 14:32, Laurent Pinchart wrote:
No device is ever registered that binds with the driver, the DPI port is handled manually. Remove the DPI platform driver.
You could add a bit more details: the DPI platform device was used for non-DT booting, which can now be removed.
Signed-off-by: Laurent Pinchart laurent.pinchart@ideasonboard.com
drivers/gpu/drm/omapdrm/dss/core.c | 6 --- drivers/gpu/drm/omapdrm/dss/dpi.c | 93 -------------------------------------- drivers/gpu/drm/omapdrm/dss/dss.h | 3 -- 3 files changed, 102 deletions(-)
Reviewed-by: Tomi Valkeinen tomi.valkeinen@ti.com
Tomi