Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powernow-k6: support 350MHz CPU

There exists 350MHz K6-2E+ CPU, so add it to the usual frequency table.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Mikulas Patocka and committed by
Rafael J. Wysocki
853aa05a 6393d6a1

+1
+1
drivers/cpufreq/powernow-k6.c
··· 55 55 unsigned freq; 56 56 unsigned mult; 57 57 } usual_frequency_table[] = { 58 + { 350000, 35 }, // 100 * 3.5 58 59 { 400000, 40 }, // 100 * 4 59 60 { 450000, 45 }, // 100 * 4.5 60 61 { 475000, 50 }, // 95 * 5