drm/exynos: Add display-timing node parsing using video helper function
authorVikas Sajjan <vikas.sajjan@linaro.org>
Thu, 7 Mar 2013 06:45:21 +0000 (12:15 +0530)
committerInki Dae <daeinki@gmail.com>
Tue, 16 Apr 2013 15:06:46 +0000 (00:06 +0900)
Add support for parsing the display-timing node using video helper
function.

The DT node parsing is done only if 'dev.of_node'
exists and the NON-DT logic is still maintained under the 'else' part.

Signed-off-by: Leela Krishna Amudala <l.krishna@samsung.com>
Signed-off-by: Vikas Sajjan <vikas.sajjan@linaro.org>
Acked-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>

No differences found