drm: exynos: moved exynos drm hdmi device registration to drm driver
authorRahul Sharma <rahul.sharma@samsung.com>
Tue, 16 Oct 2012 00:20:13 +0000 (05:50 +0530)
committerInki Dae <daeinki@gmail.com>
Thu, 13 Dec 2012 14:05:43 +0000 (06:05 -0800)
commitae9dace2903db86b27f19d40c1d1b21a6f712895
tree5e6530ef34e5b3e66bf17cd38e77a9104834bf96
parent422bd00ea640b9aacb6bdd3903b76f69e72fba8d
drm: exynos: moved exynos drm hdmi device registration to drm driver

This patch moved the exynos-drm-hdmi platform device registration to the drm
driver. When DT is enabled, platform devices needs to be registered within the
driver code. This patch fits the requirement of both DT and Non DT based drm
drivers.

Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_drv.c
drivers/gpu/drm/exynos/exynos_drm_drv.h
drivers/gpu/drm/exynos/exynos_drm_hdmi.c