diff options
author | Joseph Lo <josephl@nvidia.com> | 2013-05-20 18:39:27 +0800 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-05-22 15:19:22 -0600 |
commit | 18901e9f4fc9c99667516974d82c437453f83348 (patch) | |
tree | e43f8c615210b3e77e8e3d1e48d568eca52aa9e9 /arch/arm/mach-tegra/flowctrl.h | |
parent | ecc4d9da2136715e9df9f5f885910f89d66d2949 (diff) | |
download | linux-stable-18901e9f4fc9c99667516974d82c437453f83348.tar.gz linux-stable-18901e9f4fc9c99667516974d82c437453f83348.tar.bz2 linux-stable-18901e9f4fc9c99667516974d82c437453f83348.zip |
ARM: tegra114: add power up sequence for warm boot CPU
For Tegra114, once the CPUs were powered up by PMC in cold boot flow. The
flow controller will maintain the power state and control power sequence
for each CPU by setting event trigger (e.g. CPU hotplug ,idle and
suspend power down/up).
Signed-off-by: Joseph Lo <josephl@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/flowctrl.h')
-rw-r--r-- | arch/arm/mach-tegra/flowctrl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/flowctrl.h b/arch/arm/mach-tegra/flowctrl.h index 67eab56699bd..7a29bae799a7 100644 --- a/arch/arm/mach-tegra/flowctrl.h +++ b/arch/arm/mach-tegra/flowctrl.h @@ -25,6 +25,7 @@ #define FLOW_CTRL_WAITEVENT (2 << 29) #define FLOW_CTRL_WAIT_FOR_INTERRUPT (4 << 29) #define FLOW_CTRL_JTAG_RESUME (1 << 28) +#define FLOW_CTRL_SCLK_RESUME (1 << 27) #define FLOW_CTRL_HALT_CPU_IRQ (1 << 10) #define FLOW_CTRL_HALT_CPU_FIQ (1 << 8) #define FLOW_CTRL_CPU0_CSR 0x8 |