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

2017-02-08 Thread Jaehoon Chung
On 02/02/2017 01:41 PM, Jaehoon Chung wrote: > If there are alias nodes as "mmc", use the devnum as alias 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: > SAMSUN

[U-Boot] [PATCH v2] mmc: mmc-uclass: use the fixed devnum with alias node

2017-02-01 Thread Jaehoon Chung
If there are alias nodes as "mmc", use the devnum as alias 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 ca