diff options
author | Marek Vasut | 2017-05-13 15:57:36 +0200 |
---|---|---|
committer | Nobuhiro Iwamatsu | 2017-05-22 04:38:25 +0900 |
commit | 3a38c7d0d8f5b4a408087f080ce9d53459dc98ad (patch) | |
tree | acd2abfcfd367500f2075ecfa2794b9de172aebc /arch/arm/mach-rmobile | |
parent | a0f64046492650adb57386e0698277716fabd3d2 (diff) |
ARM: rmobile: Add R8A7795 into the CPU table
Add entry for the R8A7795 RCar H3 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>
Diffstat (limited to 'arch/arm/mach-rmobile')
-rw-r--r-- | arch/arm/mach-rmobile/cpu_info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/cpu_info.c b/arch/arm/mach-rmobile/cpu_info.c index 129ab0c0f72..208228ff456 100644 --- a/arch/arm/mach-rmobile/cpu_info.c +++ b/arch/arm/mach-rmobile/cpu_info.c @@ -56,6 +56,7 @@ static const struct { { 0x4A, "R8A7792" }, { 0x4B, "R8A7793" }, { 0x4C, "R8A7794" }, + { 0x4F, "R8A7795" }, { 0x0, "CPU" }, }; |