From d55ea5836ebb8f5265e069b025cccd1475840639 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Thu, 8 Sep 2011 14:15:30 +0530 Subject: arm: tegra: cardhu: Set pwr_i2c speed to 400KHz bug 870689 Reviewed-on: http://git-master/r/51292 (cherry picked from commit f66aaace70f4327a8612913a8d5e2cb967dcdad6) Change-Id: I1f8ac2b323b9bb135312dba2f333fb9d5ce3d44b Reviewed-on: http://git-master/r/57026 Reviewed-by: Laxman Dewangan Tested-by: Laxman Dewangan Reviewed-by: Bitan Biswas Rebase-Id: Rac27549cbe8fcca75cb1734de24d066ae787c835 --- arch/arm/mach-tegra/board-cardhu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-tegra/board-cardhu.c') diff --git a/arch/arm/mach-tegra/board-cardhu.c b/arch/arm/mach-tegra/board-cardhu.c index e7a89aabfc34..d27bde7710f0 100644 --- a/arch/arm/mach-tegra/board-cardhu.c +++ b/arch/arm/mach-tegra/board-cardhu.c @@ -235,7 +235,7 @@ static struct tegra_i2c_platform_data cardhu_i2c4_platform_data = { static struct tegra_i2c_platform_data cardhu_i2c5_platform_data = { .adapter_nr = 4, .bus_count = 1, - .bus_clk_rate = { 100000, 0 }, + .bus_clk_rate = { 400000, 0 }, .scl_gpio = {TEGRA_GPIO_PZ6, 0}, .sda_gpio = {TEGRA_GPIO_PZ7, 0}, .arb_recovery = arb_lost_recovery, -- cgit v1.2.3