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

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

OMAP2: Devkit8000: Remove unneeded VDVI supply



The VDVI power supply is no longer needed in
board code with the new DSS2 interface.

Signed-off-by: default avatarThomas Weber <weber@corscience.de>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 40986098
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -313,10 +313,6 @@ static struct twl4030_gpio_platform_data devkit8000_gpio_data = {
};

static struct regulator_consumer_supply devkit8000_vpll1_supplies[] = {
	{
	.supply		= "vdvi",
	.dev		= &devkit8000_lcd_device.dev,
	},
	{
	.supply		= "vdds_dsi",
	.dev		= &devkit8000_dss_device.dev,
@@ -370,7 +366,6 @@ static struct regulator_init_data devkit8000_vdac = {
/* VPLL1 for digital video outputs */
static struct regulator_init_data devkit8000_vpll1 = {
	.constraints = {
		.name			= "VDVI",
		.min_uV			= 1800000,
		.max_uV			= 1800000,
		.valid_modes_mask	= REGULATOR_MODE_NORMAL