Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
	}
};