drm/exynos: dsi: make use of array for clock access
authorHyungwon Hwang <human.hwang@samsung.com>
Fri, 12 Jun 2015 12:59:06 +0000 (21:59 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 22 Jun 2015 11:05:02 +0000 (20:05 +0900)
commit0ff03fd164a4f2d348d08191fa16a4bcd7cadf1d
tree39c91d2556f5c5c1710a401f174cb90f1fa02fd2
parentd668e8bf778715683506dab8a3a64885130616f9
drm/exynos: dsi: make use of array for clock access

This patch make the driver to use an array for clock access. The number
of clocks are different from the existing MIPI DSI driver and Exynos5433
MIPI DSI driver. So this patch is needed before adding support for
Exynos5433 MIPI DSI driver.

Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_dsi.c