u-boot/board/st
Patrick Delaunay 3c1057c548 stm32mp: use device sequence number in boot_instance variable
Use the device sequence number in boot_instance variable
and no more the SDMMC instance provided by ROM code/TF-A.

After this patch we don't need to define the mmc alias in
device tree, for example:
  mmc0 = &sdmmc1;
  mmc1 = &sdmmc2;
  mmc2 = &sdmmc3;
to have a correct mapping between the ROM code boot device =
"${boot_device}${boot_instance}" and the MMC device in U-Boot.

With this patch the 'mmc0' device (used in mmc commands) is
always used when only one instance sdmmc is activated in device
tree, even if it is only the sdmmc2 or sdmmc3.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
2021-07-16 09:28:46 +02:00
..
common stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USB 2021-03-11 17:41:17 +01:00
stih410-b2260 common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
stm32f429-discovery board: st: Remove board_early_init_f and board_late_init callbacks for stm32 boards 2021-03-12 10:57:10 +01:00
stm32f429-evaluation board: st: Remove board_early_init_f and board_late_init callbacks for stm32 boards 2021-03-12 10:57:10 +01:00
stm32f469-discovery board: st: Remove board_early_init_f and board_late_init callbacks for stm32 boards 2021-03-12 10:57:10 +01:00
stm32f746-disco board: st: stm32f746-disco: fix console is not enabled while init dram 2021-04-08 20:29:54 +02:00
stm32h743-disco board: st: Remove board_early_init_f and board_late_init callbacks for stm32 boards 2021-03-12 10:57:10 +01:00
stm32h743-eval board: st: Remove board_early_init_f and board_late_init callbacks for stm32 boards 2021-03-12 10:57:10 +01:00
stm32h750-art-pi board: Add rt-thread art-pi board support 2021-04-09 11:53:00 +02:00
stm32mp1 stm32mp: use device sequence number in boot_instance variable 2021-07-16 09:28:46 +02:00
stv0991 bootstage: Eliminate when not enabled 2021-07-07 10:17:54 -04:00