Kyungmin Park wrote: > > On Fri, Jul 16, 2010 at 10:13 PM, Kukjin Kim <kgene.kim@xxxxxxxxxxx> wrote: > > From: Naveen Krishna Ch <ch.naveen@xxxxxxxxxxx> > > > > This patch adds support I2C-0/1/2 devices to the SMDKV210/SMDKC110. > > > > Signed-off-by: Naveen Krishna Ch <ch.naveen@xxxxxxxxxxx> > > Signed-off-by: Kukjin Kim <kgene.kim@xxxxxxxxxxx> > > --- > > arch/arm/mach-s5pv210/Kconfig | 8 ++++++++ > > arch/arm/mach-s5pv210/mach-smdkc110.c | 28 > ++++++++++++++++++++++++++++ > > arch/arm/mach-s5pv210/mach-smdkv210.c | 29 > +++++++++++++++++++++++++++++ > > 3 files changed, 65 insertions(+), 0 deletions(-) > > (snip) > > > > +static struct i2c_board_info smdkc100_i2c_devs0[] __initdata = { > > + { I2C_BOARD_INFO("24c08", 0x50), }, /* Samsung S524AD0XD1 */ > > +}; > > + > > why smdkc100? > Oh,...thank you for pointing out..will fix it. > > +static struct i2c_board_info smdkc100_i2c_devs1[] __initdata = { > > + /* To Be Updated */ > > +}; > > + > Ditto > > > +static struct i2c_board_info smdkc100_i2c_devs2[] __initdata = { > > + /* To Be Updated */ > > +}; > Ditto > (snip) Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@xxxxxxxxxxx>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html