Re: [PATCH 4/6] udoo: Adjust the SD card device numbering

2022-01-08 Thread Tom Rini
On Sat, Dec 18, 2021 at 06:10:23PM -0300, Fabio Estevam wrote: > After the conversion to DM the SD card shows up as 'mmc 2' > device. > > Adjust the 'mmcdev' and the distro command 'func' accordingly. > > Signed-off-by: Fabio Estevam > Reviewed-by: Peter Robinson Applied to u-boot/master,

Re: [PATCH 4/6] udoo: Adjust the SD card device numbering

2021-12-21 Thread Peter Robinson
On Sat, Dec 18, 2021 at 9:10 PM Fabio Estevam wrote: > > After the conversion to DM the SD card shows up as 'mmc 2' > device. > > Adjust the 'mmcdev' and the distro command 'func' accordingly. > > Signed-off-by: Fabio Estevam Reviewed-by: Peter Robinson > --- > configs/udoo_defconfig | 1 + >

[PATCH 4/6] udoo: Adjust the SD card device numbering

2021-12-18 Thread Fabio Estevam
After the conversion to DM the SD card shows up as 'mmc 2' device. Adjust the 'mmcdev' and the distro command 'func' accordingly. Signed-off-by: Fabio Estevam --- configs/udoo_defconfig | 1 + include/configs/udoo.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git