diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-mx31_3ds.c')
-rw-r--r-- | arch/arm/mach-imx/mach-mx31_3ds.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/mach-imx/mach-mx31_3ds.c b/arch/arm/mach-imx/mach-mx31_3ds.c index 589066fb3316..6484db525bd7 100644 --- a/arch/arm/mach-imx/mach-mx31_3ds.c +++ b/arch/arm/mach-imx/mach-mx31_3ds.c | |||
@@ -285,8 +285,6 @@ static struct mx3fb_platform_data mx3fb_pdata __initdata = { | |||
285 | static struct l4f00242t03_pdata mx31_3ds_l4f00242t03_pdata = { | 285 | static struct l4f00242t03_pdata mx31_3ds_l4f00242t03_pdata = { |
286 | .reset_gpio = IOMUX_TO_GPIO(MX31_PIN_LCS1), | 286 | .reset_gpio = IOMUX_TO_GPIO(MX31_PIN_LCS1), |
287 | .data_enable_gpio = IOMUX_TO_GPIO(MX31_PIN_SER_RS), | 287 | .data_enable_gpio = IOMUX_TO_GPIO(MX31_PIN_SER_RS), |
288 | .core_supply = "lcd_2v8", | ||
289 | .io_supply = "vdd_lcdio", | ||
290 | }; | 288 | }; |
291 | 289 | ||
292 | /* | 290 | /* |
@@ -411,7 +409,7 @@ static struct regulator_init_data vmmc2_init = { | |||
411 | }; | 409 | }; |
412 | 410 | ||
413 | static struct regulator_consumer_supply vmmc1_consumers[] = { | 411 | static struct regulator_consumer_supply vmmc1_consumers[] = { |
414 | REGULATOR_SUPPLY("lcd_2v8", NULL), | 412 | REGULATOR_SUPPLY("vcore", "spi0.0"), |
415 | REGULATOR_SUPPLY("cmos_2v8", "soc-camera-pdrv.0"), | 413 | REGULATOR_SUPPLY("cmos_2v8", "soc-camera-pdrv.0"), |
416 | }; | 414 | }; |
417 | 415 | ||
@@ -428,7 +426,7 @@ static struct regulator_init_data vmmc1_init = { | |||
428 | }; | 426 | }; |
429 | 427 | ||
430 | static struct regulator_consumer_supply vgen_consumers[] = { | 428 | static struct regulator_consumer_supply vgen_consumers[] = { |
431 | REGULATOR_SUPPLY("vdd_lcdio", NULL), | 429 | REGULATOR_SUPPLY("vdd", "spi0.0"), |
432 | }; | 430 | }; |
433 | 431 | ||
434 | static struct regulator_init_data vgen_init = { | 432 | static struct regulator_init_data vgen_init = { |