Gitweb: http://git.kernel.org/linus/6057db52a2c85659821feac4d3a86ada711893a4 Commit: 6057db52a2c85659821feac4d3a86ada711893a4 Parent: 57ed0e7b72e9b472c5ce862eaba5435b36233fab Author: Thomas Weber <weber@corscience.de> AuthorDate: Wed Mar 24 12:52:10 2010 +0000 Committer: Tony Lindgren <tony@atomide.com> CommitDate: Fri Apr 23 15:37:24 2010 -0700 omap: Devkit8000: Fix typo in supplies Replace wrong vdss_dsi with vdds_dsi. Signed-off-by: Thomas Weber <weber@corscience.de> Signed-off-by: Tony Lindgren <tony@atomide.com> --- arch/arm/mach-omap2/board-devkit8000.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c index db4c093..b82e438 100644 --- a/arch/arm/mach-omap2/board-devkit8000.c +++ b/arch/arm/mach-omap2/board-devkit8000.c @@ -303,7 +303,7 @@ static struct regulator_consumer_supply devkit8000_vpll2_supplies[] = { .dev = &devkit8000_lcd_device.dev, }, { - .supply = "vdss_dsi", + .supply = "vdds_dsi", .dev = &devkit8000_dss_device.dev, } }; -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
