Skip to content

Commit

Permalink
ARM: shmobile: Use r8a7791_add_standard_devices() on Koelsch
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Magnus Damm authored and Simon Horman committed Oct 8, 2013
1 parent a4ed412 commit 0749bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-shmobile/board-koelsch.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 0749bea

Please sign in to comment.