clocksource: tegra: move to of_clk_get
authorPeter De Schrijver <pdeschrijver@nvidia.com>
Mon, 4 Feb 2013 13:40:30 +0000 (15:40 +0200)
committerStephen Warren <swarren@nvidia.com>
Mon, 11 Mar 2013 20:29:43 +0000 (14:29 -0600)
The new clockframework introduced DT IDs for each clock. To be able to remove
the device registrations, this driver needs to be updated to use the DT IDs.
Note that the actual removal of the clk_register_clkdev() calls will be done
in a later series.

Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>

No differences found