nyan: cupfreq.conf - Remove 204Mhz from hispeed freqs.

204 Is the lowest frequency that the system will operate at.  It
doesn't belong in the hispeed list.  Having the lowest speed in the
hispeed list makes boosting cpufreq useless since it only goes to the
minimum hispeed freq.

BUG=chrome-os-partner:29080
TEST=camera_V4L2, let hangouts idle over night, check no soft lockup.

Change-Id: I84e9a0ef3dbf3c9b0baef34c84149d2b99ee7d59
Signed-off-by: Dylan Reid <dgreid@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/209426
Reviewed-by: Andrew Bresticker <abrestic@chromium.org>
(cherry picked from commit 8e771946d1dc87106c6401d6dba73be194411e5d)
Reviewed-on: https://chromium-review.googlesource.com/211927
diff --git a/overlay-nyan/chromeos-base/chromeos-bsp-nyan/files/cpufreq.conf b/overlay-nyan/chromeos-base/chromeos-bsp-nyan/files/cpufreq.conf
index abfa807..3aeb6c7 100644
--- a/overlay-nyan/chromeos-base/chromeos-bsp-nyan/files/cpufreq.conf
+++ b/overlay-nyan/chromeos-base/chromeos-bsp-nyan/files/cpufreq.conf
@@ -8,13 +8,13 @@
 # Tune interactive governor parameters improving power without
 # affecting perf
 BATT_CPU_ABOVE_HISPEED_DELAY=19000
-BATT_CPU_HISPEED_FREQ="204000:65 564000:75 1938000:85"
+BATT_CPU_HISPEED_FREQ="564000:75 1938000:85"
 BATT_CPU_MIN_SAMPLE_TIME=30000
 
 LM_AC_CPU_ABOVE_HISPEED_DELAY=19000
-LM_AC_CPU_HISPEED_FREQ="204000:65 564000:75 1938000:85"
+LM_AC_CPU_HISPEED_FREQ="564000:75 1938000:85"
 LM_AC_CPU_MIN_SAMPLE_TIME=30000
 
 NOLM_AC_CPU_ABOVE_HISPEED_DELAY=19000
-NOLM_AC_CPU_HISPEED_FREQ="204000:65 564000:75 1938000:85"
+NOLM_AC_CPU_HISPEED_FREQ="564000:75 1938000:85"
 NOLM_AC_CPU_MIN_SAMPLE_TIME=30000