diff options
author | Joseph Lo <josephl@nvidia.com> | 2012-08-16 13:31:48 +0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-09-13 21:41:05 +0400 |
commit | dab403ef23f7561f7d77e0dc72dfd1be0fa333c1 (patch) | |
tree | cc2159d8851392b017beb1fe0e9127ff1b0fd618 /arch/arm/mach-tegra/clock.c | |
parent | b4350f40f73b75efdceae3d9e04266979acabd8c (diff) | |
download | linux-dab403ef23f7561f7d77e0dc72dfd1be0fa333c1.tar.xz |
ARM: tegra: introduce tegra_cpu_car_ops structures
The tegra_cpu_car_ops provide the interface for CPU to control
it's clock gating and reset status. The other drivers should use
this for CPU control. And should not directly access CAR registers
to control CPU.
Signed-off-by: Joseph Lo <josephl@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/clock.c')
-rw-r--r-- | arch/arm/mach-tegra/clock.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/clock.c b/arch/arm/mach-tegra/clock.c index 632133fc985b..fd82085eca5d 100644 --- a/arch/arm/mach-tegra/clock.c +++ b/arch/arm/mach-tegra/clock.c @@ -31,6 +31,10 @@ #include "board.h" #include "clock.h" +#include "tegra_cpu_car.h" + +/* Global data of Tegra CPU CAR ops */ +struct tegra_cpu_car_ops *tegra_cpu_car_ops; /* * Locking: |