summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Vadillo <vadillo@ti.com>2012-02-15 16:32:50 -0600
committerAndy Green <andy.green@linaro.org>2012-03-13 11:20:32 +0800
commit734cee33adb3c983cf10262a0e936a32f41a9f06 (patch)
tree6ef84d378442ddf5b6c921e32ee7c364237506aa
parent8aea892f38345046713115279ef168868d7c376d (diff)
omap5: opp: fix fdif clk name in opp tables
OPP table has a wrong name for fdif clock, fixed the same. Signed-off-by: Miguel Vadillo <vadillo@ti.com> Acked-by: Vishwanath BS <vishwanath.bs@ti.com>
-rw-r--r--arch/arm/mach-omap2/opp5xxx_data.c18
1 files changed, 15 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/opp5xxx_data.c b/arch/arm/mach-omap2/opp5xxx_data.c
index aa7ee592946..e090612cd7e 100644
--- a/arch/arm/mach-omap2/opp5xxx_data.c
+++ b/arch/arm/mach-omap2/opp5xxx_data.c
@@ -173,11 +173,23 @@ static struct omap_opp_def __initdata omap54xx_opp_def_list[] = {
OPP_INITIALIZER("l3_main_1", "virt_l3_ck", "core", true, 266000000, OMAP5430_VDD_CORE_OPP_NOM),
/* TODO: Uncomment the following once we have drivers for them */
#if 0
+ /* MMC1 OPP1 - OPPLOW */
+ OPP_INITIALIZER("mmc1", "mmc1_fclk", "core", true, 96000000, OMAP5430_VDD_CORE_OPP_LOW),
+ /* MMC1 OPP2 - OPPNOM */
+ OPP_INITIALIZER("mmc1", "mmc1_fclk", "core", true, 192000000, OMAP5430_VDD_CORE_OPP_NOM),
+
+ /* MMC2 OPP1 - OPPLOW */
+ OPP_INITIALIZER("mmc2", "mmc2_fclk", "core", true, 96000000, OMAP5430_VDD_CORE_OPP_LOW),
+ /* MMC2 OPP2 - OPPNOM */
+ OPP_INITIALIZER("mmc2", "mmc2_fclk", "core", true, 192000000, OMAP5430_VDD_CORE_OPP_NOM),
+#endif
+
/* FDIF OPP1 - OPPLOW */
- OPP_INITIALIZER("fdif", "fdif_fck", "core", true, 64000000, OMAP5430_VDD_CORE_OPP_LOW),
- /* FDIF OPP3 - OPPNOM */
- OPP_INITIALIZER("fdif", "fdif_fck", "core", true, 128000000, OMAP5430_VDD_CORE_OPP_NOM),
+ OPP_INITIALIZER("fdif", "fdif_fclk", "core", true, 64000000, OMAP5430_VDD_CORE_OPP_LOW),
+ /* FDIF OPP2 - OPPNOM */
+ OPP_INITIALIZER("fdif", "fdif_fclk", "core", true, 128000000, OMAP5430_VDD_CORE_OPP_NOM),
+#if 0
/* HSI OPP1 - OPPLOW */
OPP_INITIALIZER("hsi", "hsi_fck", "core", true, 96000000, OMAP5430_VDD_CORE_OPP_LOW),
/* FDIF OPP3 - OPPNOM */