aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/board-sam9260ek.c
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2014-07-03 11:55:33 +0200
committerNicolas Ferre <nicolas.ferre@atmel.com>2014-08-25 16:05:27 +0200
commite76265c627ca0aff6cc129486ac656b6b6dd06af (patch)
tree843ab92bb9e7365a441004f2d29254386d22f8ea /arch/arm/mach-at91/board-sam9260ek.c
parentARM: at91: Probe the reset driver (diff)
downloadlinux-dev-e76265c627ca0aff6cc129486ac656b6b6dd06af.tar.xz
linux-dev-e76265c627ca0aff6cc129486ac656b6b6dd06af.zip
ARM: at91: Call at91_register_devices in the board files
Make every board call the register_devices callback so that the devices declared by the SoC are registered. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/board-sam9260ek.c')
-rw-r--r--arch/arm/mach-at91/board-sam9260ek.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/board-sam9260ek.c b/arch/arm/mach-at91/board-sam9260ek.c
index 65dea12d685e..da9c5f1f2c49 100644
--- a/arch/arm/mach-at91/board-sam9260ek.c
+++ b/arch/arm/mach-at91/board-sam9260ek.c
@@ -307,6 +307,8 @@ static void __init ek_add_device_buttons(void) {}
static void __init ek_board_init(void)
{
+ at91_register_devices();
+
/* Serial */
/* DBGU on ttyS0. (Rx & Tx only) */
at91_register_uart(0, 0, 0);