]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: tegra: fix enum tegra114_clk to match binding
authorStephen Warren <swarren@nvidia.com>
Thu, 4 Apr 2013 23:13:54 +0000 (17:13 -0600)
committerStephen Warren <swarren@nvidia.com>
Thu, 4 Apr 2013 23:17:14 +0000 (17:17 -0600)
commit964ea47572b89589b61b553e44bbe9907d4f12a6
tree242a21cd2e84b72b1f73781528f7696daec6b798
parentc604283f52855a4568c18cfd4011bdcfeccf2c52
clk: tegra: fix enum tegra114_clk to match binding

A gap exists in the binding's clock ID definitions. Fix the clock driver
to be consistent. This allows pclk to be looked up through device tree
and prevents:

ERROR: could not get clock /pmc:pclk(0)

Signed-off-by: Stephen Warren <swarren@nvidia.com>
drivers/clk/tegra/clk-tegra114.c