mmc: dw_mmc: Add the ability to set the ciu clock frequency
authorDoug Anderson <dianders@chromium.org>
Fri, 7 Jun 2013 17:28:30 +0000 (10:28 -0700)
committerChris Ball <cjb@laptop.org>
Thu, 27 Jun 2013 16:39:10 +0000 (12:39 -0400)
commit3c6d89ea34605df0f4fe6e6dac5abcb781f82f53
treee557f975d861bd72b04c78e7aeec470532ea1627
parent870556a3dfb16d004f8e09dd59a1eddc727fcf0c
mmc: dw_mmc: Add the ability to set the ciu clock frequency

As of now we rely on code outside of the driver to set the ciu clock
frequency.  There's no reason to do that.  Add support for setting up
the clock in the driver during probe.

Signed-off-by: Doug Anderson <dianders@chromium.org>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Documentation/devicetree/bindings/mmc/synopsis-dw-mshc.txt
drivers/mmc/host/dw_mmc.c