projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a38c7d
)
ARM: rmobile: Add R8A7796 into the CPU table
author
Marek Vasut
<marek.vasut@gmail.com>
Sat, 13 May 2017 13:57:37 +0000
(15:57 +0200)
committer
Nobuhiro Iwamatsu
<iwamatsu@nigauri.org>
Sun, 21 May 2017 19:38:25 +0000
(
04:38
+0900)
Add entry for the R8A7796 RCar M3 SoC into the CPU info table.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/mach-rmobile/cpu_info.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rmobile/cpu_info.c
b/arch/arm/mach-rmobile/cpu_info.c
index 208228ff4560546b923abee62f0f67a3b300cbca..faa53197d5b0de7730ad55a20857d1777e2c0077 100644
(file)
--- a/
arch/arm/mach-rmobile/cpu_info.c
+++ b/
arch/arm/mach-rmobile/cpu_info.c
@@
-57,6
+57,7
@@
static const struct {
{ 0x4B, "R8A7793" },
{ 0x4C, "R8A7794" },
{ 0x4F, "R8A7795" },
+ { 0x52, "R8A7796" },
{ 0x0, "CPU" },
};