aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2013-12-11 09:13:59 -0500
committerSimon Horman <horms+renesas@verge.net.au>2013-12-19 05:08:27 -0500
commit1d2bdbc3a8f93b8c1dfc95b2df89c266dd6ce9d0 (patch)
treef398eb2d442f54fce5b923bf9f90f1064b0d2413 /arch/arm/mach-shmobile
parent1fb68146d5fa7656f48bc5caaa74312b7fc7257e (diff)
ARM: shmobile: Let Koelsch multiplatform boot with Koelsch DTB
Let the multiplatform Koelsch support boot with the legacy DTS for Koelsch as well as the Koelsch reference DTS. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> 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-koelsch-reference.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-koelsch-reference.c b/arch/arm/mach-shmobile/board-koelsch-reference.c
index e1c787e639eb..652b59268416 100644
--- a/arch/arm/mach-shmobile/board-koelsch-reference.c
+++ b/arch/arm/mach-shmobile/board-koelsch-reference.c
@@ -64,6 +64,7 @@ static void __init koelsch_add_standard_devices(void)
64} 64}
65 65
66static const char * const koelsch_boards_compat_dt[] __initconst = { 66static const char * const koelsch_boards_compat_dt[] __initconst = {
67 "renesas,koelsch",
67 "renesas,koelsch-reference", 68 "renesas,koelsch-reference",
68 NULL, 69 NULL,
69}; 70};