.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd. |
---|
3 | 4 | * http://www.samsung.com |
---|
.. | .. |
---|
5 | 6 | * Coupled cpuidle support based on the work of: |
---|
6 | 7 | * Colin Cross <ccross@android.com> |
---|
7 | 8 | * Daniel Lezcano <daniel.lezcano@linaro.org> |
---|
8 | | - * |
---|
9 | | - * This program is free software; you can redistribute it and/or modify |
---|
10 | | - * it under the terms of the GNU General Public License version 2 as |
---|
11 | | - * published by the Free Software Foundation. |
---|
12 | 9 | */ |
---|
13 | 10 | |
---|
14 | 11 | #include <linux/cpuidle.h> |
---|
.. | .. |
---|
84 | 81 | [1] = { |
---|
85 | 82 | .enter = exynos_enter_lowpower, |
---|
86 | 83 | .exit_latency = 300, |
---|
87 | | - .target_residency = 100000, |
---|
| 84 | + .target_residency = 10000, |
---|
88 | 85 | .name = "C1", |
---|
89 | 86 | .desc = "ARM power down", |
---|
90 | 87 | }, |
---|