]> git.baikalelectronics.ru Git - uboot.git/commit
Move eSDHC adapter card identification to board files
authorYangbo Lu <yangbo.lu@nxp.com>
Wed, 17 Jun 2020 10:08:58 +0000 (18:08 +0800)
committerPriyanka Jain <priyanka.jain@nxp.com>
Mon, 27 Jul 2020 08:46:28 +0000 (14:16 +0530)
commit0fd4f01c3b8540dff7f41642d881adc70457e726
tree5efe60be8d831262b5ff2622d36ac089106c1118
parent7fff5b09670e37dc661e66c5c4417d2e02b8e0b6
Move eSDHC adapter card identification to board files

The eSDHC adapter card identification and multiplexing configuration
through FPGA had been implemented in both common mmc driver and
fsl_esdhc driver. However it is proper to move these code to board
files and do it during board initialization. The FPGA registers are
also board specific.

This patch is to move eSDHC adapter card identification and
multiplexing configuration from mmc driver to specific board files.
And the option CONFIG_FSL_ESDHC_ADAPTER_IDENT is no longer needed.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
[Rebased, Removed T1040QDS change as board does not exist]
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
board/freescale/common/qixis.h
board/freescale/t208xqds/t208xqds.c
doc/README.fsl-esdhc
drivers/mmc/fsl_esdhc.c
drivers/mmc/mmc-uclass.c
drivers/mmc/mmc.c
drivers/mmc/mmc_legacy.c
drivers/mmc/mmc_private.h
include/configs/T208xQDS.h
include/fsl_esdhc.h
scripts/config_whitelist.txt