瀏覽代碼

[ARM] pxa/magician: use I2C fast mode

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Philipp Zabel 16 年之前
父節點
當前提交
f8f9d5ecff
共有 1 個文件被更改,包括 9 次插入1 次删除
  1. 9 1
      arch/arm/mach-pxa/magician.c

+ 9 - 1
arch/arm/mach-pxa/magician.c

@@ -744,6 +744,14 @@ static struct platform_device strataflash = {
 	},
 	},
 };
 };
 
 
+/*
+ * I2C
+ */
+
+static struct i2c_pxa_platform_data i2c_info = {
+	.fast_mode = 1,
+};
+
 /*
 /*
  * Platform devices
  * Platform devices
  */
  */
@@ -779,7 +787,7 @@ static void __init magician_init(void)
 		pxa_set_ficp_info(&magician_ficp_info);
 		pxa_set_ficp_info(&magician_ficp_info);
 	}
 	}
 	pxa27x_set_i2c_power_info(NULL);
 	pxa27x_set_i2c_power_info(NULL);
-	pxa_set_i2c_info(NULL);
+	pxa_set_i2c_info(&i2c_info);
 	pxa_set_mci_info(&magician_mci_info);
 	pxa_set_mci_info(&magician_mci_info);
 	pxa_set_ohci_info(&magician_ohci_info);
 	pxa_set_ohci_info(&magician_ohci_info);