cpufreq: BOOST: Adjust setting of BOOST frequency just before first valid freq
authorLukasz Majewski <l.majewski@samsung.com>
Thu, 17 Jul 2014 14:50:55 +0000 (16:50 +0200)
committerChanho Park <chanho61.park@samsung.com>
Thu, 7 Aug 2014 06:17:43 +0000 (15:17 +0900)
commit052c2b174ed69cfb42457a10941863d58ab35629
tree5d0236964bbd2c713e4f4827bd13925a951ab709
parent477566bab72051f63d953f240c5049168e4e97d5
cpufreq: BOOST: Adjust setting of BOOST frequency just before first valid freq

Before this change the BOOST frequency was always hardcoded to be the
highest one. This worked for M0 and Proxima, but failed when support for
odroid U3 has been added.

Since odroid U3 supports three more freqs, higher than the boost for M0,
it is necessary to adjust setting of boost frequency. Without that on M0
cpufreq sets frequencies reserved for odroid, which is dangerous.

Change-Id: I70b19453d5853b6c0139f2c59c98dd5ad65da01e
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
drivers/cpufreq/exynos-cpufreq.c