Re: [PATCH 1/2] stm32mp: use device sequence number in boot_instance variable

2021-07-16 Thread Patrick DELAUNAY
Hi, On 7/6/21 5:19 PM, Patrick Delaunay wrote: 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 = &

Re: [PATCH 1/2] stm32mp: use device sequence number in boot_instance variable

2021-07-07 Thread Patrice CHOTARD
Hi Patrick On 7/6/21 5:19 PM, Patrick Delaunay wrote: > 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 = &sd