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>
Tue, 18 Nov 2014 03:00:07 +0000 (12:00 +0900)
commitc1fa2e22c3439882477d96b699a53da01adcc12e
treecce001cedf4d91a705f69ba96e1079ab0a010bad
parent263e7038073509b52dca82837112b35728e6e393
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