aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-imx/mach-pca100.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-imx/mach-pca100.c b/arch/arm/mach-imx/mach-pca100.c
index 197dbb8afe9f..1247ce9dabad 100644
--- a/arch/arm/mach-imx/mach-pca100.c
+++ b/arch/arm/mach-imx/mach-pca100.c
@@ -192,11 +192,9 @@ static struct i2c_board_info pca100_i2c_devices[] = {
192 I2C_BOARD_INFO("at24", 0x52), /* E0=0, E1=1, E2=0 */ 192 I2C_BOARD_INFO("at24", 0x52), /* E0=0, E1=1, E2=0 */
193 .platform_data = &board_eeprom, 193 .platform_data = &board_eeprom,
194 }, { 194 }, {
195 I2C_BOARD_INFO("rtc-pcf8563", 0x51), 195 I2C_BOARD_INFO("pcf8563", 0x51),
196 .type = "pcf8563"
197 }, { 196 }, {
198 I2C_BOARD_INFO("lm75", 0x4a), 197 I2C_BOARD_INFO("lm75", 0x4a),
199 .type = "lm75"
200 } 198 }
201}; 199};
202 200