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)
commit6f88fb8af6c67f281b8e2cd607f08e0089c8ccbe
tree8d945e2d594c9334616b612bacbd380a89ed5400
parent1b14f3a57b0a1a9e0ca7091ca9f8c14fe23dfd70
clocksource: tegra: move to of_clk_get

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>
arch/arm/boot/dts/tegra20.dtsi
arch/arm/boot/dts/tegra30.dtsi
drivers/clocksource/tegra20_timer.c