]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: mic: Fix parse_dt function
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 5 Jan 2017 10:20:07 +0000 (19:20 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 30 Jan 2017 23:49:33 +0000 (08:49 +0900)
commite1803167a6869870e77e6631d66dcf209c8e1351
treed0be5923bef4582b18db3dff8811e369d10e6871
parent2a493c6b42ffc54e3c28cf716681c8b328f9f6cb
drm/exynos: mic: Fix parse_dt function

The OF graph is not necessary because the panel is a child of
dsi. therefore, the parse_dt function of dsi does not need to
check the remote_node connected to the panel. and the whole
parse_dt function should be refactored later.

Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_mic.c