]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: dp: add of_graph dt binding support for panel
authorInki Dae <inki.dae@samsung.com>
Thu, 26 Nov 2015 12:34:18 +0000 (21:34 +0900)
committerInki Dae <daeinki@gmail.com>
Sun, 13 Dec 2015 13:22:49 +0000 (22:22 +0900)
commitbfacf5c979a84308dc205f469e1ab07d551f7738
tree5e11e8b276678a8006473c1fb7739ab08ac7ceba
parent8c0bb41d19a841c6885f183aee0c6b1c7271aac4
drm/exynos: dp: add of_graph dt binding support for panel

This patch adds of_graph dt binding support for panel device
and also keeps the backward compatibility.

i.e.,
The dts file for Exynos5800 based peach pi board
has a panel property so we need to keep the backward compatibility.

Changelog v3:
- bind only one of two nodes outbound - panel or bridge.

Changelog v2:
- return -EINVAL if getting a port node failed.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
drivers/gpu/drm/exynos/exynos_dp_core.c