Kyungmin Park wrote:
On Fri, Jul 16, 2010 at 10:13 PM, Kukjin Kim [off-list ref]
wrote:
quoted
From: Naveen Krishna Ch <redacted>
This patch adds support I2C-0/1/2 devices to the SMDKV210/SMDKC110.
Signed-off-by: Naveen Krishna Ch <redacted>
Signed-off-by: Kukjin Kim <redacted>
---
?arch/arm/mach-s5pv210/Kconfig ? ? ? ? | ? ?8 ++++++++
?arch/arm/mach-s5pv210/mach-smdkc110.c | ? 28
++++++++++++++++++++++++++++
quoted
?arch/arm/mach-s5pv210/mach-smdkv210.c | ? 29
+++++++++++++++++++++++++++++
quoted
?3 files changed, 65 insertions(+), 0 deletions(-)
(snip)
quoted
+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.
quoted
+static struct i2c_board_info smdkc100_i2c_devs1[] __initdata = {
+ ? ? ? /* To Be Updated */
+};
+
Ditto
quoted
+static struct i2c_board_info smdkc100_i2c_devs2[] __initdata = {
+ ? ? ? /* To Be Updated */
+};
Ditto
(snip)
Thanks.
Best regards,
Kgene.
--
Kukjin Kim [off-list ref], Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.