summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap/omapfb_main.c
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2011-04-21 19:11:16 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2011-05-12 19:39:49 +0300
commitc96c92d893e28d8b8b3161ffb6c3cf0847aaf478 (patch)
treea50ba1e7ec342c46377ee5dcaf29edbab2125d36 /drivers/video/omap/omapfb_main.c
parent943e4457ca732553b7cca2df8881124ae96071de (diff)
downloadop-kernel-dev-c96c92d893e28d8b8b3161ffb6c3cf0847aaf478.zip
op-kernel-dev-c96c92d893e28d8b8b3161ffb6c3cf0847aaf478.tar.gz
OMAPFB: fix wrong clock aliases and device name
The clock aliases and the dss platform device name have changed, and omapfb fails to initialize. Update the names to correct ones. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap/omapfb_main.c')
-rw-r--r--drivers/video/omap/omapfb_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap/omapfb_main.c b/drivers/video/omap/omapfb_main.c
index e264efd..b3ddd74 100644
--- a/drivers/video/omap/omapfb_main.c
+++ b/drivers/video/omap/omapfb_main.c
@@ -90,7 +90,7 @@ static void omapdss_release(struct device *dev)
/* dummy device for clocks */
static struct platform_device omapdss_device = {
- .name = "omapdss",
+ .name = "omapdss_dss",
.id = -1,
.dev = {
.release = omapdss_release,
OpenPOWER on IntegriCloud