
On Wed, Dec 21, 2011 at 6:03 AM, Chandan Nath chandan.nath@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@ti.com Signed-off-by: Tom Rini trini@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).