aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2011-02-20 00:41:44 -0800
committerNicolas Pitre <nicolas.pitre@linaro.org>2011-02-21 23:10:46 -0500
commitc49ece138bc098625db74e3fa32705a7a77edad0 (patch)
treede621b426906658bec6d0b5f04d88e6f50d04978
parentc8095bcf06bbc4aee68fb8df440509f0c286dfc8 (diff)
OMAP: DSS2: Change driver name to omap_display
based on commit(7cfd2de91a7ee8b2a24228b9188a53a8a1383812) Change the driver name from omapdss to omap_display as the driver takes care the display devices ie number of panels, type of panels available in the platform. Change the device name in the board files and 2420,2430,3xxx cloc files from omapdss to omap_display to match the driver name. Signed-off-by: Andy Doan <andy.doan@linaro.org>
-rw-r--r--arch/arm/mach-omap2/board-overo.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/board-overo.c b/arch/arm/mach-omap2/board-overo.c
index 99cbbabbae3..c21b3b83c5b 100644
--- a/arch/arm/mach-omap2/board-overo.c
+++ b/arch/arm/mach-omap2/board-overo.c
@@ -340,7 +340,7 @@ static struct omap_dss_board_info overo_dss_data = {
};
static struct platform_device overo_dss_device = {
- .name = "omapdss",
+ .name = "omap_display",
.id = -1,
.dev = {
.platform_data = &overo_dss_data,
@@ -348,11 +348,11 @@ static struct platform_device overo_dss_device = {
};
static struct regulator_consumer_supply overo_vdda_dac_supply =
- REGULATOR_SUPPLY("vdda_dac", "omapdss");
+ REGULATOR_SUPPLY("vdda_dac", "omap_display");
static struct regulator_consumer_supply overo_vdds_supplies[] = {
- REGULATOR_SUPPLY("vdds_sdi", "omapdss"),
- REGULATOR_SUPPLY("vdds_dsi", "omapdss"),
+ REGULATOR_SUPPLY("vdds_sdi", "omap_display"),
+ REGULATOR_SUPPLY("vdds_dsi", "omap_display"),
};
static struct mtd_partition overo_nand_partitions[] = {