Re: [PATCH 2/4] mx6cuboxi: enable MMC iomux on board_early_init_f

2020-03-09 Thread Walter Lozano
Hi Baruch, Thanks for you comments. On 8/3/20 01:38, Baruch Siach wrote: Hi Walter, Thanks for your SPL_DM support work on this platform. One comment inline below. On Wed, Mar 04 2020, Walter Lozano wrote: MMC iomux is done on board_mmc_init which is valid when DM_MMC is not enabled. After

Re: [PATCH 2/4] mx6cuboxi: enable MMC iomux on board_early_init_f

2020-03-07 Thread Baruch Siach
Hi Walter, Thanks for your SPL_DM support work on this platform. One comment inline below. On Wed, Mar 04 2020, Walter Lozano wrote: > MMC iomux is done on board_mmc_init which is valid when DM_MMC is not > enabled. After enabling it, the iomux setup needs to be moved to a > valid place. > >

[PATCH 2/4] mx6cuboxi: enable MMC iomux on board_early_init_f

2020-03-04 Thread Walter Lozano
MMC iomux is done on board_mmc_init which is valid when DM_MMC is not enabled. After enabling it, the iomux setup needs to be moved to a valid place. This patch moves the MMC iomux to board_early_init_f where other iomux is done. Signed-off-by: Walter Lozano ---