]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/exynos: use of_get_named_gpio to get hdmi hpd gpio
authorRahul Sharma <rahul.sharma@samsung.com>
Tue, 11 Jun 2013 14:11:29 +0000 (19:41 +0530)
committerInki Dae <daeinki@gmail.com>
Fri, 28 Jun 2013 12:13:56 +0000 (21:13 +0900)
commit5f916e289894e97f3b4c3a91a44debf9a47d1b85
tree7c1d3a67c791902ba92af284d5328f0b2e7cd479
parent23f340e0314eab461d33ae91250f9b47af23918f
drm/exynos: use of_get_named_gpio to get hdmi hpd gpio

Cleanup by removing flags variable from drm_hdmi_dt_parse_pdata
which is not used anywhere. Swtiching to of_get_named_gpio instead
of of_get_named_gpio_flags solved this.

Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
Acked-by: Seung-Woo Kim <sw0312@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c