diff options
Diffstat (limited to 'arch/arm/mach-pxa/mioa701.c')
-rw-r--r-- | arch/arm/mach-pxa/mioa701.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-pxa/mioa701.c b/arch/arm/mach-pxa/mioa701.c index 061d57009cee..bf99022b021f 100644 --- a/arch/arm/mach-pxa/mioa701.c +++ b/arch/arm/mach-pxa/mioa701.c | |||
@@ -103,6 +103,7 @@ static unsigned long mioa701_pin_config[] = { | |||
103 | GPIO82_CIF_DD_5, | 103 | GPIO82_CIF_DD_5, |
104 | GPIO84_CIF_FV, | 104 | GPIO84_CIF_FV, |
105 | GPIO85_CIF_LV, | 105 | GPIO85_CIF_LV, |
106 | MIO_CFG_OUT(GPIO56_MT9M111_nOE, AF0, DRIVE_LOW), | ||
106 | 107 | ||
107 | /* Bluetooth */ | 108 | /* Bluetooth */ |
108 | MIO_CFG_IN(GPIO14_BT_nACTIVITY, AF0), | 109 | MIO_CFG_IN(GPIO14_BT_nACTIVITY, AF0), |
@@ -581,9 +582,7 @@ static struct wm97xx_pdata mioa701_wm97xx_pdata = { | |||
581 | * Voltage regulation | 582 | * Voltage regulation |
582 | */ | 583 | */ |
583 | static struct regulator_consumer_supply max1586_consumers[] = { | 584 | static struct regulator_consumer_supply max1586_consumers[] = { |
584 | { | 585 | REGULATOR_SUPPLY("vcc_core", NULL), |
585 | .supply = "vcc_core", | ||
586 | } | ||
587 | }; | 586 | }; |
588 | 587 | ||
589 | static struct regulator_init_data max1586_v3_info = { | 588 | static struct regulator_init_data max1586_v3_info = { |
@@ -705,6 +704,7 @@ static struct gpio global_gpios[] = { | |||
705 | { GPIO9_CHARGE_EN, GPIOF_OUT_INIT_HIGH, "Charger enable" }, | 704 | { GPIO9_CHARGE_EN, GPIOF_OUT_INIT_HIGH, "Charger enable" }, |
706 | { GPIO18_POWEROFF, GPIOF_OUT_INIT_LOW, "Power Off" }, | 705 | { GPIO18_POWEROFF, GPIOF_OUT_INIT_LOW, "Power Off" }, |
707 | { GPIO87_LCD_POWER, GPIOF_OUT_INIT_LOW, "LCD Power" }, | 706 | { GPIO87_LCD_POWER, GPIOF_OUT_INIT_LOW, "LCD Power" }, |
707 | { GPIO56_MT9M111_nOE, GPIOF_OUT_INIT_LOW, "Camera nOE" }, | ||
708 | }; | 708 | }; |
709 | 709 | ||
710 | static void __init mioa701_machine_init(void) | 710 | static void __init mioa701_machine_init(void) |