diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-05-15 13:32:10 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 12:56:30 +0200 |
commit | 04d3e8a0b150f1931d48ed9168672a971fc4c761 (patch) | |
tree | 14e5ee6b201cd720e397c3c6068a7078d3e22df6 /arch/arm/mach-shmobile/board-marzen-reference.c | |
parent | ARM: shmobile: Remove non-multiplatform Marzen reference support (diff) | |
download | linux-04d3e8a0b150f1931d48ed9168672a971fc4c761.tar.xz linux-04d3e8a0b150f1931d48ed9168672a971fc4c761.zip |
ARM: shmobile: Let Marzen multiplatform boot with Marzen DTB
Let the multiplatform Marzen support boot with the legacy DTS for
Marzen as well as the Marzen reference DTS.
Based on work for the Koelsch board by Laurent Pinchart.
Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-marzen-reference.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-marzen-reference.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-marzen-reference.c b/arch/arm/mach-shmobile/board-marzen-reference.c index 3017040c68be..46936ff2627e 100644 --- a/arch/arm/mach-shmobile/board-marzen-reference.c +++ b/arch/arm/mach-shmobile/board-marzen-reference.c @@ -66,6 +66,7 @@ static void __init marzen_init(void) } static const char *marzen_boards_compat_dt[] __initdata = { + "renesas,marzen", "renesas,marzen-reference", NULL, }; |