tegra2: Move MMC clock initialization into MMC driver
authorStephen Warren <swarren@nvidia.com>
Mon, 31 Oct 2011 06:51:34 +0000 (06:51 +0000)
committerAndy Fleming <afleming@freescale.com>
Thu, 3 Nov 2011 07:15:00 +0000 (02:15 -0500)
commitde71fbe468b5531914735c88834187ae4e64202f
tree2ac6a41abc14ad190287e0d32dd1c7312e912760
parent3e81c7724099f3f7e18bc3344825e63dcbf9a0f5
tegra2: Move MMC clock initialization into MMC driver

This centralizes knowledge of MMC clocking into the MMC driver. This also
removes clock setup from the board files, which will simplify later changes
that modify the Harmony board to support the correct set of MMC controllers.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Cc: Andy Fleming <afleming@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
board/nvidia/common/board.c
drivers/mmc/tegra2_mmc.c