Hi Tomi,
On Tuesday 09 May 2017 12:06:58 Tomi Valkeinen wrote:
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.
I'll reword the commit message as follows:
drm: omapdrm: dpi: Remove platform driver
The DPI platform driver was used for non-DT platforms only. On DT platforms the DPI port is handled manually. As OMAP display devices are now instantiated from DT only, remove the DPI platform driver.
(same for patch 19/28)
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