]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm: add DT bindings documentation for atmel-hlcdc-dc driver
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Mon, 7 Jul 2014 16:31:14 +0000 (18:31 +0200)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Wed, 21 Jan 2015 08:46:02 +0000 (09:46 +0100)
commit5b7e944ec87da878ef828d06094720be8884d33a
treea406c220cac877f494e4cfd5c831a6d8f79d0f0f
parent1a396789f65a22711eecddc5c13c0dec6bd753c7
drm: add DT bindings documentation for atmel-hlcdc-dc driver

The Atmel HLCDC (HLCD Controller) IP available on some Atmel SoCs (i.e.
at91sam9n12, at91sam9x5 family or sama5d3 family) provides a display
controller device.

The HLCDC block provides a single RGB output port, and only supports LCD
panels connection to LCD panels for now.

The atmel,panel property link the HLCDC RGB output with the LCD panel
connected on this port (note that the HLCDC RGB connector implementation
makes use of the DRM panel framework).

Connection to other external devices (DRM bridges) might be added later by
mean of a new atmel,xxx (atmel,bridge) property.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Documentation/devicetree/bindings/drm/atmel/hlcdc-dc.txt [new file with mode: 0644]