aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Horman <horms+renesas@verge.net.au>2014-05-15 07:32:10 -0400
committerSimon Horman <horms+renesas@verge.net.au>2014-06-17 06:56:30 -0400
commit04d3e8a0b150f1931d48ed9168672a971fc4c761 (patch)
tree14e5ee6b201cd720e397c3c6068a7078d3e22df6
parent1ece7f7bb014485b13faf9504b238ff891a9088a (diff)
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>
-rw-r--r--arch/arm/boot/dts/Makefile2
-rw-r--r--arch/arm/mach-shmobile/board-marzen-reference.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index e666d132c10d..4ebc4ca5d2ec 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -339,7 +339,7 @@ dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += emev2-kzm9d.dtb \
339 r8a7791-henninger.dtb \ 339 r8a7791-henninger.dtb \
340 r8a7791-koelsch.dtb \ 340 r8a7791-koelsch.dtb \
341 r8a7790-lager.dtb \ 341 r8a7790-lager.dtb \
342 r8a7779-marzen-reference.dtb 342 r8a7779-marzen.dtb
343dtb-$(CONFIG_ARCH_SOCFPGA) += socfpga_arria5_socdk.dtb \ 343dtb-$(CONFIG_ARCH_SOCFPGA) += socfpga_arria5_socdk.dtb \
344 socfpga_cyclone5_socdk.dtb \ 344 socfpga_cyclone5_socdk.dtb \
345 socfpga_cyclone5_sockit.dtb \ 345 socfpga_cyclone5_sockit.dtb \
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)
66} 66}
67 67
68static const char *marzen_boards_compat_dt[] __initdata = { 68static const char *marzen_boards_compat_dt[] __initdata = {
69 "renesas,marzen",
69 "renesas,marzen-reference", 70 "renesas,marzen-reference",
70 NULL, 71 NULL,
71}; 72};