]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: drm/imx: Add LDB support
authorSascha Hauer <s.hauer@pengutronix.de>
Tue, 18 Jun 2013 01:23:57 +0000 (09:23 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Jun 2013 18:22:58 +0000 (11:22 -0700)
commitac4c1a9b33005969b05de0f13ec90ec426a76769
tree6cb72b3edb1591a654451ae00d5edcf0b3521245
parent0c2935925280c2fa765f297dc47865d0e1707f42
staging: drm/imx: Add LDB support

This adds support for the LVDS Display Bridge contained
in i.MX5 and i.MX6 SoCs.

Bit mapping, data width, and video timings are configurable
via device tree. Dual-channel mode is supported for a single
high-resolution source.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/staging/imx-drm/ldb.txt [new file with mode: 0644]
drivers/staging/imx-drm/Kconfig
drivers/staging/imx-drm/Makefile
drivers/staging/imx-drm/imx-ldb.c [new file with mode: 0644]