diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-12-11 15:13:58 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-19 19:08:26 +0900 |
commit | 1fb68146d5fa7656f48bc5caaa74312b7fc7257e (patch) | |
tree | 8f505e993febf3180420cf85e81cf47896fa4570 /arch/arm/mach-shmobile | |
parent | 469cd76b53b474e3fa235656eef4257a5134b0d8 (diff) | |
download | linux-1fb68146d5fa7656f48bc5caaa74312b7fc7257e.tar.gz linux-1fb68146d5fa7656f48bc5caaa74312b7fc7257e.tar.bz2 linux-1fb68146d5fa7656f48bc5caaa74312b7fc7257e.zip |
ARM: shmobile: Let Lager multiplatform boot with Lager DTB
Let the multiplatform Lager support boot with the legacy DTS for Lager
as well as the Lager 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-lager-reference.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-lager-reference.c b/arch/arm/mach-shmobile/board-lager-reference.c index 7e3fe377e381..a6e271d92af0 100644 --- a/arch/arm/mach-shmobile/board-lager-reference.c +++ b/arch/arm/mach-shmobile/board-lager-reference.c @@ -64,6 +64,7 @@ static void __init lager_add_standard_devices(void) } static const char *lager_boards_compat_dt[] __initdata = { + "renesas,lager", "renesas,lager-reference", NULL, }; |