ARM: shmobile: Use r8a7791_add_standard_devices() on Koelsch

Use r8a7791_add_standard_devices() on Koelsch to let
the C version of the board code add on-chip devices.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Magnus Damm 2013-10-01 17:12:02 +09:00 committed by Simon Horman
parent a4ed412ed5
commit 0749bead08
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
static void __init koelsch_add_standard_devices(void)
{
r8a7791_clock_init();
r8a7791_add_dt_devices();
r8a7791_add_standard_devices();
}
static const char * const koelsch_boards_compat_dt[] __initconst = {