MLK-18789-2: drm/bridge: Add driver for legacy Freescale Seiko 43WVFIG adapter
authorRobert Chiras <robert.chiras@nxp.com>
Mon, 8 Oct 2018 16:47:43 +0000 (19:47 +0300)
committerRobert Chiras <robert.chiras@nxp.com>
Tue, 9 Jul 2019 11:56:15 +0000 (14:56 +0300)
commitb63416f75d3851a3815626196b100bf0e3e8e486
tree8be427a1e56e65bd9e9dca7d519c63c6952ae120
parent6283936ee7caff2ce06e5ff1070c5b88219dba17
MLK-18789-2: drm/bridge: Add driver for legacy Freescale Seiko 43WVFIG adapter

This is an adapter card made for the 4.3", 800x480, LCD panel Seiko
43WVFIG. The LCD panel is a 24bit DPI bus, while the adapter card has
two ports: 18-bit and 24-bit data input. For the 18-bit data input, the
adapter card is demuxing some of the data lines, in order to feed all of
the 24 lines needed by the LCD.
This driver handles both this use-cases.

Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
Documentation/devicetree/bindings/display/bridge/nxp,seiko-43wvfig.txt [new file with mode: 0644]
drivers/gpu/drm/bridge/Kconfig
drivers/gpu/drm/bridge/Makefile
drivers/gpu/drm/bridge/nxp-seiko-43wvfig.c [new file with mode: 0644]