aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c64xx')
-rw-r--r--arch/arm/mach-s3c64xx/Kconfig3
-rw-r--r--arch/arm/mach-s3c64xx/mach-crag6410-module.c4
2 files changed, 2 insertions, 5 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig
index 283cb77d4721..20578536aec7 100644
--- a/arch/arm/mach-s3c64xx/Kconfig
+++ b/arch/arm/mach-s3c64xx/Kconfig
@@ -200,10 +200,7 @@ endchoice
200config SMDK6410_WM1190_EV1 200config SMDK6410_WM1190_EV1
201 bool "Support Wolfson Microelectronics 1190-EV1 PMIC card" 201 bool "Support Wolfson Microelectronics 1190-EV1 PMIC card"
202 depends on MACH_SMDK6410 202 depends on MACH_SMDK6410
203 select MFD_WM8350_CONFIG_MODE_0
204 select MFD_WM8350_CONFIG_MODE_3
205 select MFD_WM8350_I2C 203 select MFD_WM8350_I2C
206 select MFD_WM8352_CONFIG_MODE_0
207 select REGULATOR 204 select REGULATOR
208 select REGULATOR_WM8350 205 select REGULATOR_WM8350
209 select SAMSUNG_GPIO_EXTRA64 206 select SAMSUNG_GPIO_EXTRA64
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
index a946b759fabd..7ccfef227c77 100644
--- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c
+++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
@@ -208,7 +208,7 @@ static const struct i2c_board_info wm1277_devs[] = {
208static struct arizona_pdata wm5102_reva_pdata = { 208static struct arizona_pdata wm5102_reva_pdata = {
209 .ldoena = S3C64XX_GPN(7), 209 .ldoena = S3C64XX_GPN(7),
210 .gpio_base = CODEC_GPIO_BASE, 210 .gpio_base = CODEC_GPIO_BASE,
211 .irq_active_high = true, 211 .irq_flags = IRQF_TRIGGER_HIGH,
212 .micd_pol_gpio = CODEC_GPIO_BASE + 4, 212 .micd_pol_gpio = CODEC_GPIO_BASE + 4,
213 .micd_rate = 6, 213 .micd_rate = 6,
214 .gpio_defaults = { 214 .gpio_defaults = {
@@ -238,7 +238,7 @@ static struct spi_board_info wm5102_reva_spi_devs[] = {
238static struct arizona_pdata wm5102_pdata = { 238static struct arizona_pdata wm5102_pdata = {
239 .ldoena = S3C64XX_GPN(7), 239 .ldoena = S3C64XX_GPN(7),
240 .gpio_base = CODEC_GPIO_BASE, 240 .gpio_base = CODEC_GPIO_BASE,
241 .irq_active_high = true, 241 .irq_flags = IRQF_TRIGGER_HIGH,
242 .micd_pol_gpio = CODEC_GPIO_BASE + 2, 242 .micd_pol_gpio = CODEC_GPIO_BASE + 2,
243 .gpio_defaults = { 243 .gpio_defaults = {
244 [2] = 0x10000, /* AIF3TXLRCLK */ 244 [2] = 0x10000, /* AIF3TXLRCLK */