diff options
author | kishore kadiyala <kishore.kadiyala@ti.com> | 2010-05-04 12:01:45 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-05-20 14:21:21 -0400 |
commit | 2c9d103e1e6b0970fd45c82de205415a2ad86c8d (patch) | |
tree | 5c8dff9ffd5a814799e1758c297de38e764f4e55 /arch/arm/mach-omap2/clock44xx_data.c | |
parent | f9ea6cfb5a31d0addf9d1d8ed772bdc3a1c0dbd7 (diff) |
omap4: Adds Dummy Interface clock's for MMC controllers
This patch adds dummy Interface clocks for MMC controllers
Signed-off-by: Kishore Kadiyala <kishore.kadiyala@ti.com>
Acked-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock44xx_data.c')
-rw-r--r-- | 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 a5c0c9c8e496..02804224517b 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[] = { | |||
2675 | CLK("omap2_mcspi.2", "ick", &dummy_ck, CK_443X), | 2675 | CLK("omap2_mcspi.2", "ick", &dummy_ck, CK_443X), |
2676 | CLK("omap2_mcspi.3", "ick", &dummy_ck, CK_443X), | 2676 | CLK("omap2_mcspi.3", "ick", &dummy_ck, CK_443X), |
2677 | CLK("omap2_mcspi.4", "ick", &dummy_ck, CK_443X), | 2677 | CLK("omap2_mcspi.4", "ick", &dummy_ck, CK_443X), |
2678 | CLK("mmci-omap-hs.0", "ick", &dummy_ck, CK_443X), | ||
2679 | CLK("mmci-omap-hs.1", "ick", &dummy_ck, CK_443X), | ||
2680 | CLK("mmci-omap-hs.2", "ick", &dummy_ck, CK_443X), | ||
2681 | CLK("mmci-omap-hs.3", "ick", &dummy_ck, CK_443X), | ||
2682 | CLK("mmci-omap-hs.4", "ick", &dummy_ck, CK_443X), | ||
2678 | CLK(NULL, "uart1_ick", &dummy_ck, CK_443X), | 2683 | CLK(NULL, "uart1_ick", &dummy_ck, CK_443X), |
2679 | CLK(NULL, "uart2_ick", &dummy_ck, CK_443X), | 2684 | CLK(NULL, "uart2_ick", &dummy_ck, CK_443X), |
2680 | CLK(NULL, "uart3_ick", &dummy_ck, CK_443X), | 2685 | CLK(NULL, "uart3_ick", &dummy_ck, CK_443X), |