dm: arm: imx: cx9020: enable DM_GPIO
authorSteffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
Wed, 17 Apr 2019 11:57:14 +0000 (13:57 +0200)
committerAnatolij Gustschin <agust@denx.de>
Mon, 20 May 2019 09:57:12 +0000 (11:57 +0200)
commit08cc54f0719cccb27e18d4a09a64c52c84e1a72d
tree090d57ad477501514e2b29e88826df2a98c42fd8
parentd5006836912e69ef2a0620ecdf1311dcd113a7d2
dm: arm: imx: cx9020: enable DM_GPIO

Switch to DM_GPIO and add gpio_request where necessary.
This is needed for DM_VIDEO and fixes an issue with sd card detection
which was introduced by the combination of these commits:

commit 7a0425dd969c ("mmc: fsl_esdhc: make get_cd work well in dm_mmc_ops")
commit 7e04b4c751a1 ("dm: arm: imx: migrate cx9020 to CONFIG_DM_MMC")

Acked-by: Patrick Bruenn <p.bruenn@beckhoff.com>
Signed-off-by: Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
board/beckhoff/mx53cx9020/mx53cx9020.c
board/beckhoff/mx53cx9020/mx53cx9020_video.c
configs/mx53cx9020_defconfig