]> asedeno.scripts.mit.edu Git - linux.git/commit
clk: tegra: fix driver to match DT binding
authorStephen Warren <swarren@nvidia.com>
Tue, 12 Feb 2013 19:17:37 +0000 (12:17 -0700)
committerStephen Warren <swarren@nvidia.com>
Wed, 13 Feb 2013 18:17:02 +0000 (11:17 -0700)
commit0203d91247090e57063e1ef63a6019e87548dfbc
treedefea25fdeab93ab15822587e868fa13864c04de
parentb4c154a339b7efe48f2801d7fb10199c57dddafd
clk: tegra: fix driver to match DT binding

enum tegra*_clk is intended to match the IDs listed in the Tegra clock
bindings. There are a few mismatches, which this patch fixes:

1) pll_s and cop were left out of the Tegra20 enum.

2) spdif_in and spdif_out were swapped relative to the Tegra30 binding.

3) i2cslow was misnamed as i2c_slow, and a duplicate i2cslow clock added
   to the Tegra30 enum.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Thierry Reding <thierry.reding@avionic-design.de>
Tested-by: Thierry Reding <thierry.reding@avionic-design.de>
drivers/clk/tegra/clk-tegra20.c
drivers/clk/tegra/clk-tegra30.c