diff options
author | Peter De Schrijver <pdeschrijver@nvidia.com> | 2013-02-04 15:40:30 +0200 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-03-11 14:29:43 -0600 |
commit | 6f88fb8af6c67f281b8e2cd607f08e0089c8ccbe (patch) | |
tree | 8d945e2d594c9334616b612bacbd380a89ed5400 /arch/arm/boot/dts/tegra20.dtsi | |
parent | 1b14f3a57b0a1a9e0ca7091ca9f8c14fe23dfd70 (diff) | |
download | talos-op-linux-6f88fb8af6c67f281b8e2cd607f08e0089c8ccbe.tar.gz talos-op-linux-6f88fb8af6c67f281b8e2cd607f08e0089c8ccbe.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/tegra20.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra20.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi index 9a428931d042..37701d8727d8 100644 --- a/arch/arm/boot/dts/tegra20.dtsi +++ b/arch/arm/boot/dts/tegra20.dtsi @@ -144,6 +144,7 @@ 0 1 0x04 0 41 0x04 0 42 0x04>; + clocks = <&tegra_car 5>; }; tegra_car: clock { @@ -303,6 +304,7 @@ compatible = "nvidia,tegra20-rtc"; reg = <0x7000e000 0x100>; interrupts = <0 2 0x04>; + clocks = <&tegra_car 4>; }; i2c@7000c000 { |