]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: tegra: clock: add i2c fast clock entry in clock table
authorLaxman Dewangan <ldewangan@nvidia.com>
Wed, 8 Aug 2012 07:51:31 +0000 (13:21 +0530)
committerStephen Warren <swarren@nvidia.com>
Wed, 15 Aug 2012 16:38:56 +0000 (10:38 -0600)
commit30b68231b62927b84ca3f3ce8ea0fcc0ccd1dbec
tree814c72931bbda4ed21bd74d9bf9d3a1349465768
parentf75c70587cf58ee95581f07ca031bb46205c3452
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 <ldewangan@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/tegra20_clocks_data.c
arch/arm/mach-tegra/tegra30_clocks_data.c