diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-19 19:16:25 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-06-20 00:22:36 -0400 |
commit | 9b6e1b0e882a00d654a8313e22c189f13c321a20 (patch) | |
tree | 22f89eff5577900f61ab0904149bcbc948995173 /arch | |
parent | 58f8c0543a9b0d84bca43526aec3774110201bc8 (diff) |
ARM: S3C64XX: Add WM5102 EVM to Cragganmore modules
No platform data yet as driver is not yet merged.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410-module.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach-s3c64xx/mach-crag6410-module.c index f51cc70064a4..497937222a29 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c | |||
@@ -182,6 +182,11 @@ static const struct i2c_board_info wm1277_devs[] = { | |||
182 | }, | 182 | }, |
183 | }; | 183 | }; |
184 | 184 | ||
185 | static const struct i2c_board_info wm5102_devs[] = { | ||
186 | { I2C_BOARD_INFO("wm5102", 0x1a), | ||
187 | .irq = GLENFARCLAS_PMIC_IRQ_BASE + WM831X_IRQ_GPIO_2, }, | ||
188 | }; | ||
189 | |||
185 | static const struct i2c_board_info wm6230_i2c_devs[] = { | 190 | static const struct i2c_board_info wm6230_i2c_devs[] = { |
186 | { I2C_BOARD_INFO("wm9081", 0x6c), | 191 | { I2C_BOARD_INFO("wm9081", 0x6c), |
187 | .platform_data = &wm9081_pdata, }, | 192 | .platform_data = &wm9081_pdata, }, |
@@ -219,6 +224,8 @@ static __devinitdata const struct { | |||
219 | { .id = 0x3c, .name = "1273-EV1 Longmorn" }, | 224 | { .id = 0x3c, .name = "1273-EV1 Longmorn" }, |
220 | { .id = 0x3d, .name = "1277-EV1 Littlemill", | 225 | { .id = 0x3d, .name = "1277-EV1 Littlemill", |
221 | .i2c_devs = wm1277_devs, .num_i2c_devs = ARRAY_SIZE(wm1277_devs) }, | 226 | .i2c_devs = wm1277_devs, .num_i2c_devs = ARRAY_SIZE(wm1277_devs) }, |
227 | { .id = 0x3e, .name = "WM5102-6271-EV1-CS127", | ||
228 | .i2c_devs = wm5102_devs, .num_i2c_devs = ARRAY_SIZE(wm5102_devs) }, | ||
222 | }; | 229 | }; |
223 | 230 | ||
224 | static __devinit int wlf_gf_module_probe(struct i2c_client *i2c, | 231 | static __devinit int wlf_gf_module_probe(struct i2c_client *i2c, |