diff options
author | Lukasz Majewski <l.majewski@samsung.com> | 2014-02-26 13:12:36 +0100 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-08-08 15:19:18 +0900 |
commit | 711322f35fa0d8affc5af41d48eb43272c37c550 (patch) | |
tree | c05ea46ce38be2779339e4747ff57428e0e223cb /arch | |
parent | 351c6daca456b8eb8f96627d3572deeedf1a2ee1 (diff) | |
download | linux-3.10-711322f35fa0d8affc5af41d48eb43272c37c550.tar.gz linux-3.10-711322f35fa0d8affc5af41d48eb43272c37c550.tar.bz2 linux-3.10-711322f35fa0d8affc5af41d48eb43272c37c550.zip |
cpufreq:LAB:dts:trats2: Add attributes necessary for correct LAB operation
Two extra attributes have been added. The "lab-num-of-states" describes how
many ranges will be used during LAB operation. Now the span of it equals to
20 (100 / 5).
The lab-ctrl-freq attribute maps number of idle CPUs and workload (from
scheduler) to LAB operations.
It is possible to specify exact freq (e.g. 1300000), enable boost
(e.g. 0xFFFFFFFF), set frequency to minimum (0xFFFFFFFE) or rely on
ONDEMAND governor to find suitable frequency.
Change-Id: I0ea6ffd8626aded5bed34166c59b9d34278feef2
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-trats2.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts index 706832829bd..f25a37f6a7c 100644 --- a/arch/arm/boot/dts/exynos4412-trats2.dts +++ b/arch/arm/boot/dts/exynos4412-trats2.dts @@ -1349,6 +1349,13 @@ 900000 800000 700000 600000 500000 400000 300000 200000>; boost_freq = <1500000>; + lab-num-of-states = <5>; + lab-ctrl-freq = < 0 0 0 1300000 1200000 + 0 0 0 0 1300000 + 0 0 0 0 0xFFFFFFFF + 0 0 0 0xFFFFFFFF 0xFFFFFFFF + 0xFFFFFFFE 0xFFFFFFFE 0xFFFFFFFE 0xFFFFFFFE 0xFFFFFFFE + >; vdd_arm-supply = <&buck2_reg>; status = "okay"; }; |