summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/board-lager-reference.c
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2013-10-16 21:58:19 (GMT)
committerSimon Horman <horms+renesas@verge.net.au>2013-11-24 06:14:31 (GMT)
commit20c6125fc9d98492e5ed1668d1ea72289c8ff94c (patch)
tree3cb815d8a6c411bdc834d347ffb4ce1b1aa37caa /arch/arm/mach-shmobile/board-lager-reference.c
parent4bd4c5b32b851b07d81209e1dc0c8b20b283f2e2 (diff)
downloadlinux-20c6125fc9d98492e5ed1668d1ea72289c8ff94c.tar.xz
ARM: shmobile: Cosmetic update of Lager DT Reference
Clean up the Lager DT reference board code to make it match Koelsch DT reference including using the rcar-gen2 header. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-lager-reference.c')
-rw-r--r--arch/arm/mach-shmobile/board-lager-reference.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-shmobile/board-lager-reference.c b/arch/arm/mach-shmobile/board-lager-reference.c
index 1a1a4a8..7df9ea0 100644
--- a/arch/arm/mach-shmobile/board-lager-reference.c
+++ b/arch/arm/mach-shmobile/board-lager-reference.c
@@ -20,16 +20,15 @@
#include <linux/init.h>
#include <linux/of_platform.h>
+#include <mach/rcar-gen2.h>
#include <mach/r8a7790.h>
#include <asm/mach/arch.h>
static void __init lager_add_standard_devices(void)
{
- /* clocks are setup late during boot in the case of DT */
r8a7790_clock_init();
-
r8a7790_add_dt_devices();
- of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
+ of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
}
static const char *lager_boards_compat_dt[] __initdata = {