diff options
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index 65b3dbb1a7ef..48fbe2438ecc 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c | |||
@@ -29,7 +29,6 @@ | |||
29 | #include <linux/mfd/tc3589x.h> | 29 | #include <linux/mfd/tc3589x.h> |
30 | #include <linux/mfd/tps6105x.h> | 30 | #include <linux/mfd/tps6105x.h> |
31 | #include <linux/mfd/abx500/ab8500-gpio.h> | 31 | #include <linux/mfd/abx500/ab8500-gpio.h> |
32 | #include <linux/mfd/abx500/ab8500-codec.h> | ||
33 | #include <linux/platform_data/leds-lp55xx.h> | 32 | #include <linux/platform_data/leds-lp55xx.h> |
34 | #include <linux/input.h> | 33 | #include <linux/input.h> |
35 | #include <linux/gpio_keys.h> | 34 | #include <linux/gpio_keys.h> |
@@ -55,23 +54,10 @@ static struct abx500_gpio_platform_data ab8500_gpio_pdata = { | |||
55 | .gpio_base = MOP500_AB8500_PIN_GPIO(1), | 54 | .gpio_base = MOP500_AB8500_PIN_GPIO(1), |
56 | }; | 55 | }; |
57 | 56 | ||
58 | /* ab8500-codec */ | ||
59 | static struct ab8500_codec_platform_data ab8500_codec_pdata = { | ||
60 | .amics = { | ||
61 | .mic1_type = AMIC_TYPE_DIFFERENTIAL, | ||
62 | .mic2_type = AMIC_TYPE_DIFFERENTIAL, | ||
63 | .mic1a_micbias = AMIC_MICBIAS_VAMIC1, | ||
64 | .mic1b_micbias = AMIC_MICBIAS_VAMIC1, | ||
65 | .mic2_micbias = AMIC_MICBIAS_VAMIC2 | ||
66 | }, | ||
67 | .ear_cmv = EAR_CMV_0_95V | ||
68 | }; | ||
69 | |||
70 | struct ab8500_platform_data ab8500_platdata = { | 57 | struct ab8500_platform_data ab8500_platdata = { |
71 | .irq_base = MOP500_AB8500_IRQ_BASE, | 58 | .irq_base = MOP500_AB8500_IRQ_BASE, |
72 | .regulator = &ab8500_regulator_plat_data, | 59 | .regulator = &ab8500_regulator_plat_data, |
73 | .gpio = &ab8500_gpio_pdata, | 60 | .gpio = &ab8500_gpio_pdata, |
74 | .codec = &ab8500_codec_pdata, | ||
75 | }; | 61 | }; |
76 | 62 | ||
77 | /* | 63 | /* |