aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2013-12-11 09:13:52 -0500
committerSimon Horman <horms+renesas@verge.net.au>2013-12-19 05:08:25 -0500
commit0ef3cde4d906041a497bfc585568a45ae84b4a8f (patch)
treea38a63d43925db41c9bf5551a7d1a3265282a1b3 /arch/arm/boot
parent9a3beb04ec32cab91a8e562ae068433387b84547 (diff)
ARM: shmobile: lager-reference: Enable multiplaform kernel support
Enable multiplaform ARM architecture support for the Lager reference board. Common clock framework initialization will be handled by the rcar_gen2_init_timer() call, we just need to remove the legacy clock code initialization. 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/boot')
-rw-r--r--arch/arm/boot/dts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 5ef42fca1db0..9e22bd4caec6 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -235,6 +235,7 @@ dtb-$(CONFIG_ARCH_SHMOBILE_LEGACY) += emev2-kzm9d.dtb \
235 sh7372-mackerel.dtb 235 sh7372-mackerel.dtb
236dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += emev2-kzm9d.dtb \ 236dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += emev2-kzm9d.dtb \
237 r7s72100-genmai-reference.dtb \ 237 r7s72100-genmai-reference.dtb \
238 r8a7790-lager-reference.dtb \
238 r8a7791-koelsch-reference.dtb 239 r8a7791-koelsch-reference.dtb
239dtb-$(CONFIG_ARCH_SOCFPGA) += socfpga_arria5_socdk.dtb \ 240dtb-$(CONFIG_ARCH_SOCFPGA) += socfpga_arria5_socdk.dtb \
240 socfpga_cyclone5_socdk.dtb \ 241 socfpga_cyclone5_socdk.dtb \