projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00708d4
)
microblaze: Add PVR version string for MB 8.20.b and 8.30.a
author
Michal Simek
<monstr@monstr.eu>
Wed, 22 Feb 2012 12:50:13 +0000
(13:50 +0100)
committer
Michal Simek
<monstr@monstr.eu>
Mon, 19 Mar 2012 06:30:27 +0000
(07:30 +0100)
Just extend PVR reg decoding.
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/cpu/cpuinfo.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/kernel/cpu/cpuinfo.c
b/arch/microblaze/kernel/cpu/cpuinfo.c
index 54194b28574af687f32734a0c0a53452bcc5caba..eab6abf5652e4d2e8bf97c3ff7181f1282f8063e 100644
(file)
--- a/
arch/microblaze/kernel/cpu/cpuinfo.c
+++ b/
arch/microblaze/kernel/cpu/cpuinfo.c
@@
-35,6
+35,8
@@
const struct cpu_ver_key cpu_ver_lookup[] = {
{"8.00.b", 0x13},
{"8.10.a", 0x14},
{"8.20.a", 0x15},
+ {"8.20.b", 0x16},
+ {"8.30.a", 0x17},
{NULL, 0},
};