From: Stephen Warren Date: Tue, 12 Feb 2013 19:17:37 +0000 (-0700) Subject: clk: tegra: fix driver to match DT binding X-Git-Tag: v3.9-rc1~116^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0203d91247090e57063e1ef63a6019e87548dfbc;p=pandora-kernel.git 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 Reviewed-by: Thierry Reding Tested-by: Thierry Reding --- Reading git-diff-tree failed