]> git.baikalelectronics.ru Git - kernel.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)
commit7b483d96ce24530101c721ce4810245ee226b512
treea406c220cac877f494e4cfd5c831a6d8f79d0f0f
parent6039b0d28632ef454f32b9291c55b2c86b8d0582
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]