diff options
author | Lukasz Majewski <l.majewski@samsung.com> | 2014-02-10 15:44:31 +0100 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:46:57 +0900 |
commit | 1ce4a85008b02fad6d2f2845a23ff5139fc0c992 (patch) | |
tree | 98196e17eb810b25cdf21fa446f47d8be392f130 /arch | |
parent | 5591f492596a308fcdd83f9bb68c4ad2e128e445 (diff) | |
download | linux-3.10-1ce4a85008b02fad6d2f2845a23ff5139fc0c992.tar.gz linux-3.10-1ce4a85008b02fad6d2f2845a23ff5139fc0c992.tar.bz2 linux-3.10-1ce4a85008b02fad6d2f2845a23ff5139fc0c992.zip |
cpufreq: boost: trats2: Define boost_freq attribute for cpufreq node.
The Trats2 board (Exynos 4412 rev.1) is now able to work with 1.5 GHz
BOOST frequency.
Change-Id: Ic7da854dda7b99c9381708c54ff2528bd45a0cd9
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-m0.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412-m0.dts b/arch/arm/boot/dts/exynos4412-m0.dts index c6120bb1b3a..9aefa582bd9 100644 --- a/arch/arm/boot/dts/exynos4412-m0.dts +++ b/arch/arm/boot/dts/exynos4412-m0.dts @@ -220,6 +220,7 @@ freq_table = <1400000 1300000 1200000 1100000 1000000 900000 800000 700000 600000 500000 400000 300000 200000>; + boost_freq = <1500000>; }; thermistor-ap@0 { |