ARM: clps711x: clep7312: Add common devices initialization
authorAlexander Shiyan <shc_work@mail.ru>
Thu, 19 Jun 2014 15:26:36 +0000 (19:26 +0400)
committerOlof Johansson <olof@lixom.net>
Sun, 6 Jul 2014 23:52:20 +0000 (16:52 -0700)
Add initialization of commonly used devices to the CLEP7312 generic
board.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-clps711x/board-clep7312.c

index b33ba2116ec4bf9597e20c1c86b5760c6aab15bc..f9ca22b646bf0bc45db39a3883e6a69f5ddca16d 100644 (file)
@@ -25,6 +25,7 @@
 #include <asm/mach/arch.h>
 
 #include "common.h"
+#include "devices.h"
 
 static void __init
 fixup_clep7312(struct tag *tags, char **cmdline)
@@ -39,5 +40,6 @@ MACHINE_START(CLEP7212, "Cirrus Logic 7212/7312")
        .map_io         = clps711x_map_io,
        .init_irq       = clps711x_init_irq,
        .init_time      = clps711x_timer_init,
+       .init_machine   = clps711x_devices_init,
        .restart        = clps711x_restart,
 MACHINE_END
This page took 0.025032 seconds and 5 git commands to generate.