Commit 6057db52 authored by Thomas Weber's avatar Thomas Weber Committed by Tony Lindgren

omap: Devkit8000: Fix typo in supplies

Replace wrong vdss_dsi with vdds_dsi.
Signed-off-by: default avatarThomas Weber <weber@corscience.de>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 57ed0e7b
...@@ -303,7 +303,7 @@ static struct regulator_consumer_supply devkit8000_vpll2_supplies[] = { ...@@ -303,7 +303,7 @@ static struct regulator_consumer_supply devkit8000_vpll2_supplies[] = {
.dev = &devkit8000_lcd_device.dev, .dev = &devkit8000_lcd_device.dev,
}, },
{ {
.supply = "vdss_dsi", .supply = "vdds_dsi",
.dev = &devkit8000_dss_device.dev, .dev = &devkit8000_dss_device.dev,
} }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment