u-boot-brain/arch/arm/mach-davinci
Faiz Abbas c78ae11e07 mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPL
Cleanup this driver to use dt in U-boot and static platdata in SPL.
This requires the following steps:

1. Move all platdata assignment from probe() to ofdata_to_platdata().
   This function is only called in U-boot.
2. Replicate all the platdata assignment being done in
   ofdata_to_platdata() in the omapl138 board file. This data is used in
   the SPL case where SPL_OF_CONTROL is not enabled.
3. Remove SPL_OF_CONTROL and related configs from omapl138_lcdk_defconfig

This cleanup effectively reverts 3ef94715cc ('mmc: davinci: fix mmc boot in SPL')

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Tested-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
2020-06-13 23:12:17 +05:30
..
include/mach mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPL 2020-06-13 23:12:17 +05:30
config.mk SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
cpu.c common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
da850_lowlevel.c common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
da850_pinmux.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Kconfig mach-davinci: Hard-code the default SPL_LDSCRIPT path 2020-03-16 18:54:18 -04:00
Makefile arm: davinci: remove leftover assembly 2019-06-05 12:14:02 -04:00
misc.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
pinmux.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
psc.c arm: davinci: remove leftover code for dm* SoCs 2019-05-04 13:04:10 -04:00
reset.c common: Move reset_cpu() to the CPU header 2020-01-17 14:02:31 -05:00
spl.c common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
timer.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00