Commit 853aa05a authored by Mikulas Patocka's avatar Mikulas Patocka Committed by Rafael J. Wysocki

powernow-k6: support 350MHz CPU

There exists 350MHz K6-2E+ CPU, so add it to the usual frequency table.
Signed-off-by: default avatarMikulas Patocka <mpatocka@redhat.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 6393d6a1
...@@ -55,6 +55,7 @@ static const struct { ...@@ -55,6 +55,7 @@ static const struct {
unsigned freq; unsigned freq;
unsigned mult; unsigned mult;
} usual_frequency_table[] = { } usual_frequency_table[] = {
{ 350000, 35 }, // 100 * 3.5
{ 400000, 40 }, // 100 * 4 { 400000, 40 }, // 100 * 4
{ 450000, 45 }, // 100 * 4.5 { 450000, 45 }, // 100 * 4.5
{ 475000, 50 }, // 95 * 5 { 475000, 50 }, // 95 * 5
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment