aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
diff options
context:
space:
mode:
authorSumit Semwal <sumit.semwal@ti.com>2011-01-31 11:27:43 -0500
committerTomi Valkeinen <tomi.valkeinen@ti.com>2011-03-11 08:46:22 -0500
commit872462cdfc74e7b93c09870128d9bb436d4e9804 (patch)
tree3334df4774a219b79ae9422c50ea5e2d4be9894c /arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
parentef631f82500390b3dfc20b16214e53c443d675a4 (diff)
OMAP2PLUS: clocks: Align DSS clock names and roles
Currently, clock database has <dev, clock-name> tuples for DSS2. Because of this, the clock names are different across different OMAP platforms. This patch aligns the DSS2 clock names and roles across OMAP 2420, 2430, 3xxx, 44xx platforms in the clock databases, hwmod databases for opt-clocks, and DSS clock handling. This ensures that clk_get/put/enable/disable APIs in DSS can use uniform role names. Signed-off-by: Sumit Semwal <sumit.semwal@ti.com> Acked-by: Paul Walmsley <paul@pwsan.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_3xxx_data.c')
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_3xxx_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
index c4ca005f8bb5..4ed48cab06fe 100644
--- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
@@ -1571,7 +1571,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_dss_slaves[] = {
1571 1571
1572static struct omap_hwmod_opt_clk dss_opt_clks[] = { 1572static struct omap_hwmod_opt_clk dss_opt_clks[] = {
1573 { .role = "tv_clk", .clk = "dss_tv_fck" }, 1573 { .role = "tv_clk", .clk = "dss_tv_fck" },
1574 { .role = "dssclk", .clk = "dss_96m_fck" }, 1574 { .role = "video_clk", .clk = "dss_96m_fck" },
1575 { .role = "sys_clk", .clk = "dss2_alwon_fck" }, 1575 { .role = "sys_clk", .clk = "dss2_alwon_fck" },
1576}; 1576};
1577 1577