powerpc/fsl-diu-fb: Support setting display mode using EDID
authorAnatolij Gustschin <agust@denx.de>
Fri, 23 Jul 2010 04:00:39 +0000 (04:00 +0000)
committerGrant Likely <grant.likely@secretlab.ca>
Sun, 1 Aug 2010 23:06:44 +0000 (17:06 -0600)
commit8b856f040c09024aa9d1f363c1a5cf2d3db73ebd
treef837d2cd8b2c133932e9741a04fc82020c4c58d5
parenta027b33348df3512d7680eed29bada1247f01ad7
powerpc/fsl-diu-fb: Support setting display mode using EDID

Adds support for encoding display mode information
in the device tree using verbatim EDID block.

If the EDID entry in the DIU node is present, the
driver will build mode database using EDID data
and allow setting the display modes from this database.
Otherwise display mode will be set using mode
entries from driver's internal database as usual.

This patch also updates device tree bindings.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Acked-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Documentation/powerpc/dts-bindings/fsl/diu.txt
drivers/video/Kconfig
drivers/video/fsl-diu-fb.c