Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20c6125f authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman
Browse files

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: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 4bd4c5b3
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -20,14 +20,13 @@

#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);
}