projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d430819
)
soc: versatile: add support for the PB11MPCore
author
Linus Walleij
<linus.walleij@linaro.org>
Thu, 8 Oct 2015 09:08:31 +0000
(11:08 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Tue, 15 Dec 2015 08:42:50 +0000
(09:42 +0100)
The SoC driver needs a minor update to display the correct
sysfs information for the PB11MPCore.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/soc/versatile/soc-realview.c
patch
|
blob
|
history
diff --git
a/drivers/soc/versatile/soc-realview.c
b/drivers/soc/versatile/soc-realview.c
index e642c4540dda123a39b9ff42437f34f64f3bad06..c337764de86766bb5384583ec1cf13342bdb2b55 100644
(file)
--- a/
drivers/soc/versatile/soc-realview.c
+++ b/
drivers/soc/versatile/soc-realview.c
@@
-36,6
+36,8
@@
static const char *realview_board_str(u32 id)
switch ((id >> 16) & 0xfff) {
case 0x0147:
return "HBI-0147";
+ case 0x0159:
+ return "HBI-0159";
default:
return "Unknown";
}
@@
-44,6
+46,8
@@
static const char *realview_board_str(u32 id)
static const char *realview_arch_str(u32 id)
{
switch ((id >> 8) & 0xf) {
+ case 0x04:
+ return "AHB";
case 0x05:
return "Multi-layer AXI";
default: