On Tue, 4 May 2010, kishore kadiyala wrote: > This patch adds dummy Interface clocks for MMC controllers > > Signed-off-by: Kishore Kadiyala <kishore.kadiyala@xxxxxx> Acked-by: Paul Walmsley <paul@xxxxxxxxx> > --- > arch/arm/mach-omap2/clock44xx_data.c | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c > index a5c0c9c..0280422 100644 > --- a/arch/arm/mach-omap2/clock44xx_data.c > +++ b/arch/arm/mach-omap2/clock44xx_data.c > @@ -2675,6 +2675,11 @@ static struct omap_clk omap44xx_clks[] = { > CLK("omap2_mcspi.2", "ick", &dummy_ck, CK_443X), > CLK("omap2_mcspi.3", "ick", &dummy_ck, CK_443X), > CLK("omap2_mcspi.4", "ick", &dummy_ck, CK_443X), > + CLK("mmci-omap-hs.0", "ick", &dummy_ck, CK_443X), > + CLK("mmci-omap-hs.1", "ick", &dummy_ck, CK_443X), > + CLK("mmci-omap-hs.2", "ick", &dummy_ck, CK_443X), > + CLK("mmci-omap-hs.3", "ick", &dummy_ck, CK_443X), > + CLK("mmci-omap-hs.4", "ick", &dummy_ck, CK_443X), > CLK(NULL, "uart1_ick", &dummy_ck, CK_443X), > CLK(NULL, "uart2_ick", &dummy_ck, CK_443X), > CLK(NULL, "uart3_ick", &dummy_ck, CK_443X), - Paul -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html