drm/exynos: hdmi: fix dt broken issue
authorInki Dae <inki.dae@samsung.com>
Wed, 30 Apr 2014 09:20:51 +0000 (18:20 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:43 +0000 (11:47 +0900)
commitdc205dd2c7fb8b5e753658e71b3d80934ac7a31d
treef037ade3f60bc048346e19a4d455f372dd1ae97b
parentf087230c1eb4f3658fb4f465fc53bb34a6bee021
drm/exynos: hdmi: fix dt broken issue

This patch resolves the issue that the use of existing dtb is broken.

This patch gets existing dt nodes directly and checks if existing dtb
should be supported or not.
For this, it adds a soc_ver varable to hdmi_context structure to distinguish
SoC version because it should get dt node corresponding to SoC correctly.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c