On 08/05/17 14:32, Laurent Pinchart wrote: > All OMAP platforms use DT nowadays, drop support for non-DT devices. > > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/omapdrm/dss/display.c | 19 ++----- > drivers/gpu/drm/omapdrm/dss/dsi.c | 93 +++++++---------------------------- > drivers/gpu/drm/omapdrm/dss/hdmi4.c | 8 ++- > drivers/gpu/drm/omapdrm/dss/hdmi5.c | 8 ++- > drivers/gpu/drm/omapdrm/dss/venc.c | 16 ++---- > 5 files changed, 35 insertions(+), 109 deletions(-) Reviewed-by: Tomi Valkeinen Btw, this only drops non-DT support in a few files. We have a lot more to clean up. Tomi