diff --git a/[refs] b/[refs] index 2da7915e5ba0..4f80ed5380d6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7a28db61463d90043f7298a2e130af5630ff06ac +refs/heads/master: 9c3871ca59884563e3f41669a330c9231952643b diff --git a/trunk/arch/arm/mach-s3c2410/mach-vr1000.c b/trunk/arch/arm/mach-s3c2410/mach-vr1000.c index a88b154273a9..9a0965ac5e11 100644 --- a/trunk/arch/arm/mach-s3c2410/mach-vr1000.c +++ b/trunk/arch/arm/mach-s3c2410/mach-vr1000.c @@ -321,6 +321,8 @@ static struct platform_device vr1000_led3 = { static struct i2c_board_info vr1000_i2c_devs[] __initdata = { { I2C_BOARD_INFO("tlv320aic23", 0x1a), + }, { + I2C_BOARD_INFO("tmp101", 0x48), }, { I2C_BOARD_INFO("m41st87", 0x68), },