]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
video: exynos_fb: add DT support for FIMD driver
authorAjay Kumar <ajaykumar.rs@samsung.com>
Thu, 21 Feb 2013 23:53:01 +0000 (23:53 +0000)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 27 Mar 2013 12:17:29 +0000 (21:17 +0900)
commitc23f3157d69bbb6c044256870f745f195b12431e
treeba493f75e0b8d6d1403b33e9893a05459c40c3e7
parentd7377b5193d23c71f59aa310ee5202a073f790ea
video: exynos_fb: add DT support for FIMD driver

Add function to parse FIMD data from device tree.
The driver still supports non-DT case.
Define panel_info statically in some file if you are not using DT.
If you have defined DT node for FIMD, panel_info will be filled
using the bindings of FIMD DT node.

Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/video/exynos_fb.c
drivers/video/exynos_fimd.c