[U-Boot] [PATCH v2 3/4] tegra2: Enable second SD port (J5) on Harmony

Simon Glass sjg at chromium.org
Wed Oct 5 16:39:13 CEST 2011


Hi Stephen,

On Tue, Oct 4, 2011 at 10:32 AM, Stephen Warren <swarren at nvidia.com> wrote:
> Seaboard uses SDMMC4, SDMMC3. Harmony uses SDMMC4, SDMMC2. Move
> board_init_mmc and gpio_config_mmc into board-specific files, so boards
> can choose which ports to set up. Split clock_init_mmc and pin_mux_mmc
> into per-port functions, and export them for use by boards.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>

I am not thrilled with this patch. It seems to create a lot of new
functions, moves knowledge of MMC clock speed into the board file and
means that we will always init MMC no matter what the CONFIG settings
say.



More information about the U-Boot mailing list