From: Lothar Waßmann Date: Mon, 4 Jul 2011 13:52:17 +0000 (+0200) Subject: mach-mx5: fix the I2C clock parents X-Git-Tag: v3.1-rc1~249^2~3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d73242458d9a2fe26e2e240488063d414eacb1c;p=pandora-kernel.git mach-mx5: fix the I2C clock parents The clock from which the I2C timing is derived is the ipg_perclk not ipg_clk. I2C bus frequency was lower by a factor of ~8 due to the clock divider calculation being based on 66.5MHz IPG clock while the bus actually uses 8MHz ipg_perclk. Kernel version: 3.0.0-rc2 branch 'imx-for-next' of git://git.pengutronix.de/git/imx/linux-2.6 Signed-off-by: Lothar Waßmann Signed-off-by: Sascha Hauer --- Reading git-diff-tree failed