OMAP2PLUS: clocks: Align DSS clock names and roles
authorSumit Semwal <sumit.semwal@ti.com>
Mon, 31 Jan 2011 16:27:43 +0000 (16:27 +0000)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 11 Mar 2011 13:46:22 +0000 (15:46 +0200)
commit872462cdfc74e7b93c09870128d9bb436d4e9804
tree3334df4774a219b79ae9422c50ea5e2d4be9894c
parentef631f82500390b3dfc20b16214e53c443d675a4
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>
arch/arm/mach-omap2/clock2420_data.c
arch/arm/mach-omap2/clock2430_data.c
arch/arm/mach-omap2/clock3xxx_data.c
arch/arm/mach-omap2/clock44xx_data.c
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
drivers/video/omap2/dss/dss.c