[U-Boot] [PATCH 2/3] ARM:AM33XX: Add mmc/sd support

Tom Rini tom.rini at gmail.com
Wed Dec 21 16:38:59 CET 2011


On Wed, Dec 21, 2011 at 6:03 AM, Chandan Nath <chandan.nath at ti.com> wrote:
> This patch add supports for mmc/sd driver on AM335X platform.
> PLL and pinmux configurations for mmc/sd are configured in this
> patch.
>
> Signed-off-by: Chandan Nath <chandan.nath at ti.com>
> Signed-off-by: Tom Rini <trini at ti.com>
> ---
>  arch/arm/cpu/armv7/am33xx/board.c               |    7 +
>  arch/arm/cpu/armv7/am33xx/clock.c               |    5 +
>  arch/arm/include/asm/arch-am33xx/mmc_host_def.h |  164 +++++++++++++++++++++++
>  board/ti/am335x/mux.c                           |   20 +++
>  drivers/mmc/omap_hsmmc.c                        |    1 +
>  include/configs/am335x_evm.h                    |    9 ++
>  6 files changed, 206 insertions(+), 0 deletions(-)
>  create mode 100644 arch/arm/include/asm/arch-am33xx/mmc_host_def.h

The omap_hsmmc.c part isn't needed (I had added that when playing with
an idea and didn't remove from the WIP patch I sent you).

-- 
Tom


More information about the U-Boot mailing list