diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-04-21 19:11:16 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-05-12 19:39:49 +0300 |
commit | c96c92d893e28d8b8b3161ffb6c3cf0847aaf478 (patch) | |
tree | a50ba1e7ec342c46377ee5dcaf29edbab2125d36 /drivers/video/omap/omapfb_main.c | |
parent | 943e4457ca732553b7cca2df8881124ae96071de (diff) |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap/omapfb_main.c b/drivers/video/omap/omapfb_main.c index e264efd0278..b3ddd743d8a 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, |