[PATCH 2/2] ARM: S3C64XX: Hook up carrier class modules on Cragganmore
Kukjin Kim
kgene.kim at samsung.com
Tue May 15 04:58:12 EDT 2012
Mark Brown wrote:
>
> 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 at opensource.wolfsonmicro.com>
> ---
> arch/arm/mach-s3c64xx/mach-crag6410.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c
> index 0787b91..48eb76f 100644
> --- a/arch/arm/mach-s3c64xx/mach-crag6410.c
> +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c
> @@ -674,6 +674,7 @@ static struct i2c_board_info i2c_devs1[] __initdata = {
> .platform_data = &glenfarclas_pmic_pdata },
>
> { I2C_BOARD_INFO("wlf-gf-module", 0x20) },
> + { 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) },
> --
> 1.7.10
Looks good to me, but there is no '{ I2C_BOARD_INFO("wlf-gf-module", 0x20) },' in my tree.
Just adding address 0x22 stuff is enough now?
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim at samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
More information about the linux-arm-kernel
mailing list