Re: [PATCH] board: kontron: sl28: reorder mmc devices

2020-12-20 Thread Tom Rini
On Sun, Dec 20, 2020 at 10:35:13PM +0100, Michael Walle wrote: > Since linux commit 2e6cde96873253fd9eb0f20afd8ffd18278cff75 ("arm64: > dts: ls1028a: make the eMMC and SD card controllers use fixed indices") > mmc0 is the eMMC and mmc1 is the SD card. Also swap it in u-boot to > avoid any confusio

Re: [PATCH] board: kontron: sl28: reorder mmc devices

2020-12-20 Thread Tom Rini
On Sun, Dec 20, 2020 at 10:35:13PM +0100, Michael Walle wrote: > Since linux commit 2e6cde96873253fd9eb0f20afd8ffd18278cff75 ("arm64: > dts: ls1028a: make the eMMC and SD card controllers use fixed indices") > mmc0 is the eMMC and mmc1 is the SD card. Also swap it in u-boot to > avoid any confusio

[PATCH] board: kontron: sl28: reorder mmc devices

2020-12-20 Thread Michael Walle
Since linux commit 2e6cde96873253fd9eb0f20afd8ffd18278cff75 ("arm64: dts: ls1028a: make the eMMC and SD card controllers use fixed indices") mmc0 is the eMMC and mmc1 is the SD card. Also swap it in u-boot to avoid any confusion by the user and to be aligned with linux. Signed-off-by: Michael Wall