diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2014-05-16 14:10:15 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-05-17 09:06:19 +0900 |
commit | 23f679fa6de3b3f7e1d9e1d8eaeafa5167a55a17 (patch) | |
tree | 08b77c4880906726d3bcb42c7ab25d9f9fc8f38b /arch/arm/mach-shmobile | |
parent | 2606f47be55fd4545ed9236467682c636fd23f9d (diff) | |
download | blackbird-obmc-linux-23f679fa6de3b3f7e1d9e1d8eaeafa5167a55a17.tar.gz blackbird-obmc-linux-23f679fa6de3b3f7e1d9e1d8eaeafa5167a55a17.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>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/board-genmai-reference.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, }; |