diff options
author | Joseph Lo <josephl@nvidia.com> | 2013-04-03 07:31:52 -0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-04-04 19:17:43 -0400 |
commit | a44a019d45820eaeeb449450caa9e43f1f00a09b (patch) | |
tree | 578d1b7449eb021b369e6714564d0e13737c8b46 /arch/arm/boot/dts/tegra20-whistler.dts | |
parent | 7a2617a64dac0ce559bee0710704aa7d51f4e92a (diff) |
ARM: dts: tegra: add the PM configurations of PMC
Adding the PM configuration of PMC when the platform support suspend
function.
Signed-off-by: Joseph Lo <josephl@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-whistler.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra20-whistler.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20-whistler.dts b/arch/arm/boot/dts/tegra20-whistler.dts index b3fc47384e7d..2ed6bb8ce6f4 100644 --- a/arch/arm/boot/dts/tegra20-whistler.dts +++ b/arch/arm/boot/dts/tegra20-whistler.dts | |||
@@ -496,6 +496,14 @@ | |||
496 | 496 | ||
497 | pmc { | 497 | pmc { |
498 | nvidia,invert-interrupt; | 498 | nvidia,invert-interrupt; |
499 | nvidia,suspend-mode = <2>; | ||
500 | nvidia,cpu-pwr-good-time = <2000>; | ||
501 | nvidia,cpu-pwr-off-time = <1000>; | ||
502 | nvidia,core-pwr-good-time = <0 3845>; | ||
503 | nvidia,core-pwr-off-time = <93727>; | ||
504 | nvidia,core-power-req-active-high; | ||
505 | nvidia,sys-clock-req-active-high; | ||
506 | nvidia,combined-power-req; | ||
499 | }; | 507 | }; |
500 | 508 | ||
501 | usb@c5000000 { | 509 | usb@c5000000 { |