Re: [U-Boot] [RFC PATCH] mmc: mmc-uclass: use the fixed devnum with aliase node

2016-12-17 Thread Simon Glass
Hi Jaehoon, On 13 December 2016 at 01:31, Jaehoon Chung wrote: > If there are aliase nodes as "mmc", use the devnum as aliase index s/aliase/alias/g > number. > This patch is for fixing a problem of Exynos4 series. > Problem is the below thing. > > Current legacy mode: > EXYNOS DWMMC: 0, SAMSUN

[U-Boot] [RFC PATCH] mmc: mmc-uclass: use the fixed devnum with aliase node

2016-12-13 Thread Jaehoon Chung
If there are aliase nodes as "mmc", use the devnum as aliase index number. This patch is for fixing a problem of Exynos4 series. Problem is the below thing. Current legacy mode: EXYNOS DWMMC: 0, SAMSUNG SDHCI: 1 After using DM: SAMSUNG SDHCI: 0, EXYNOS DWMMC: 1 Dev index is swapped. Then u-boot