mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 02:02:28 +09:00
[CPUFREQ] Longhaul - Models of Nehemiah
Borowed from VIA driver. Signed-off-by: Rafal Bilski <rafalbilski@interia.pl> Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
@@ -636,15 +636,15 @@ static int __init longhaul_cpu_init(struct cpufreq_policy *policy)
|
||||
switch (c->x86_mask) {
|
||||
case 0 ... 1:
|
||||
cpu_model = CPU_NEHEMIAH;
|
||||
cpuname = "C3 'Nehemiah A' [C5N]";
|
||||
cpuname = "C3 'Nehemiah A' [C5XLOE]";
|
||||
break;
|
||||
case 2 ... 4:
|
||||
cpu_model = CPU_NEHEMIAH;
|
||||
cpuname = "C3 'Nehemiah B' [C5N]";
|
||||
cpuname = "C3 'Nehemiah B' [C5XLOH]";
|
||||
break;
|
||||
case 5 ... 15:
|
||||
cpu_model = CPU_NEHEMIAH_C;
|
||||
cpuname = "C3 'Nehemiah C' [C5N]";
|
||||
cpuname = "C3 'Nehemiah C' [C5P]";
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user