summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2014-05-16 14:10:15 +0200
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>2015-02-04 11:15:17 +0100
commite615c787f0694dde86ab975967983e770517e42c (patch)
tree05779ef3ff5a875a06860f472afbd37850f7fbce
parent6a4174eb683371346116cbaf7e078c2d3f79c31d (diff)
downloadlinux-stable-e615c787f0694dde86ab975967983e770517e42c.tar.gz
linux-stable-e615c787f0694dde86ab975967983e770517e42c.tar.bz2
linux-stable-e615c787f0694dde86ab975967983e770517e42c.zip
ARM: shmobile: Let Genmai multiplatform boot with Genmai DTB
Let the multiplatform Genmai support boot with the unified DTS. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Simon Horman <horms+renesas@verge.net.au> (cherry picked from commit 23f679fa6de3b3f7e1d9e1d8eaeafa5167a55a17) Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Conflicts: arch/arm/boot/dts/Makefile
-rw-r--r--arch/arm/boot/dts/Makefile2
-rw-r--r--arch/arm/mach-shmobile/board-genmai-reference.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index f4d6c845a4cd..6ec1b220c4c4 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -259,7 +259,7 @@ dtb-$(CONFIG_ARCH_SHMOBILE_LEGACY) += r7s72100-genmai.dtb \
r8a73a4-ape6evm-reference.dtb \
sh7372-mackerel.dtb
dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += emev2-kzm9d.dtb \
- r7s72100-genmai-reference.dtb \
+ r7s72100-genmai.dtb \
r8a7791-henninger.dtb \
r8a7791-koelsch.dtb \
r8a7790-lager.dtb
diff --git a/arch/arm/mach-shmobile/board-genmai-reference.c b/arch/arm/mach-shmobile/board-genmai-reference.c
index 968bbba20d08..2ff6ad6e608e 100644
--- a/arch/arm/mach-shmobile/board-genmai-reference.c
+++ b/arch/arm/mach-shmobile/board-genmai-reference.c
@@ -42,7 +42,7 @@ static void __init genmai_add_standard_devices(void)
}
static const char * const genmai_boards_compat_dt[] __initconst = {
- "renesas,genmai-reference",
+ "renesas,genmai",
NULL,
};