[Tablet] HACK: Remove the TMP105 sensor from I2C3

There is an interaction issue with the Camera sensor on I2C3
and this sensor when enabled.  We need to not allow registration
until this issue is determined.

Change-Id: I459d9d1c0736ecca6fb0d4865a6cb6083aa522fa
Signed-off-by: Dan Murphy <dmurphy@ti.com>
diff --git a/arch/arm/mach-omap2/board-44xx-tablet-sensors.c b/arch/arm/mach-omap2/board-44xx-tablet-sensors.c
index 34f058e..4ad6b2d 100644
--- a/arch/arm/mach-omap2/board-44xx-tablet-sensors.c
+++ b/arch/arm/mach-omap2/board-44xx-tablet-sensors.c
@@ -160,8 +160,13 @@
 	blaze_tablet_mpu3050_init();
 	blaze_tablet_bma180accl_init();
 
+	/* <HACK> to remove the TMP105 sensor from I2C3
+	 * there is an interaction issue with the Camera sensor on I2C3
+	 * and this sensor when enabled.  We need to not allow registration
+	 * until this issue is determined.
 	i2c_register_board_info(3, blaze_tablet_i2c_bus3_sensor_info,
 		ARRAY_SIZE(blaze_tablet_i2c_bus3_sensor_info));
+	 * </HACK> */
 	i2c_register_board_info(4, blaze_tablet_i2c_bus4_sensor_info,
 		ARRAY_SIZE(blaze_tablet_i2c_bus4_sensor_info));