Kishore,

On Wed, 21 Apr 2010, kishore kadiyala wrote:

> This patch adds dummy Interface clocks for MMC controllers

Um, your patch removes the existing dummy interface clocks and adds them 
back again.  Or is there some other point?

> Signed-off-by: Kishore Kadiyala <kishore.kadiy...@ti.com>
> ---
>  arch/arm/mach-omap2/clock44xx_data.c |   10 +++++-----
>  1 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/clock44xx_data.c 
> b/arch/arm/mach-omap2/clock44xx_data.c
> index 1dd7dc8..6177a89 100644
> --- a/arch/arm/mach-omap2/clock44xx_data.c
> +++ b/arch/arm/mach-omap2/clock44xx_data.c
> @@ -2675,11 +2675,11 @@ static struct omap_clk omap44xx_clks[] = {
>       CLK("omap-mcspi.2",     "ick",                          &dummy_ck,      
> CK_443X),
>       CLK("omap-mcspi.3",     "ick",                          &dummy_ck,      
> CK_443X),
>       CLK("omap-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("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),
> -- 
> 1.6.3.3
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


- Paul
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to