From: Laxman Dewangan Date: Wed, 8 Aug 2012 07:51:31 +0000 (+0530) Subject: ARM: tegra: clock: add i2c fast clock entry in clock table X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~58^2~5^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e54848d9ba7114ac2fa51b104eb6b1e7c67d9b28;p=pandora-kernel.git ARM: tegra: clock: add i2c fast clock entry in clock table Tegra's i2c controller require two clock sources named as div-clk and fast-clk for proper operation. Currently, the entry of fast-clk is missing in tegra30 clock table and it is incorrectly named in the tegra20 clock table. Adds aliases to enable lookups for "fast-clk" to succeed. A later patch will remove the incorrectly named clock, once the driver is modified to use the new name. Signed-off-by: Laxman Dewangan Signed-off-by: Stephen Warren --- Reading git-diff-tree failed