summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx
diff options
context:
space:
mode:
authorMark Brown2012-05-16 00:01:10 +0200
committerKukjin Kim2012-05-16 00:01:10 +0200
commitea070cd2909db7124efb8a0127ae99ccb717a3f9 (patch)
treecf270863b2c36b2f347b4f2b2826cf260498bd6d /arch/arm/mach-s3c64xx
parentARM: S3C64XX: Initial hookup for Bells module on Cragganmore (diff)
downloadkernel-qcow2-linux-ea070cd2909db7124efb8a0127ae99ccb717a3f9.tar.gz
kernel-qcow2-linux-ea070cd2909db7124efb8a0127ae99ccb717a3f9.tar.xz
kernel-qcow2-linux-ea070cd2909db7124efb8a0127ae99ccb717a3f9.zip
ARM: S3C64XX: Hook up carrier class modules on Cragganmore
We now have an additional classs of modules which are enumerated at I2C address 0x22. Add hookup for these modules. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx')
-rw-r--r--arch/arm/mach-s3c64xx/mach-crag6410.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c
index e20bf5835365..c1bd7ca28ab5 100644
--- a/arch/arm/mach-s3c64xx/mach-crag6410.c
+++ b/arch/arm/mach-s3c64xx/mach-crag6410.c
@@ -669,6 +669,7 @@ static struct i2c_board_info i2c_devs1[] __initdata = {
.irq = S3C_EINT(0),
.platform_data = &glenfarclas_pmic_pdata },
+ { I2C_BOARD_INFO("wlf-gf-module", 0x22) },
{ I2C_BOARD_INFO("wlf-gf-module", 0x24) },
{ I2C_BOARD_INFO("wlf-gf-module", 0x25) },
{ I2C_BOARD_INFO("wlf-gf-module", 0x26) },