summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx3/mach-mx35_3ds.c
diff options
context:
space:
mode:
authorUwe Kleine-König2010-11-16 23:24:21 +0100
committerUwe Kleine-König2010-11-19 21:54:36 +0100
commitc496fa6bd5324ddce11e5e42670618ffb4d8f58d (patch)
treeb19f0ffccf9439a7a9a26a7584bfd0099d82391c /arch/arm/mach-mx3/mach-mx35_3ds.c
parentARM: mx3: dynamically allocate imx-keypad devices (diff)
downloadkernel-qcow2-linux-c496fa6bd5324ddce11e5e42670618ffb4d8f58d.tar.gz
kernel-qcow2-linux-c496fa6bd5324ddce11e5e42670618ffb4d8f58d.tar.xz
kernel-qcow2-linux-c496fa6bd5324ddce11e5e42670618ffb4d8f58d.zip
ARM: mx3/mx35_3ds: Add watchdog support
This bases on a patch by Fabio Estevam who added the device before it was allocated dynamically. Cc: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/mach-mx35_3ds.c')
-rw-r--r--arch/arm/mach-mx3/mach-mx35_3ds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/mach-mx35_3ds.c b/arch/arm/mach-mx3/mach-mx35_3ds.c
index 73fb1157e56d..d5ca7ea0743a 100644
--- a/arch/arm/mach-mx3/mach-mx35_3ds.c
+++ b/arch/arm/mach-mx3/mach-mx35_3ds.c
@@ -140,6 +140,7 @@ static void __init mxc_board_init(void)
mxc_iomux_v3_setup_multiple_pads(mx35pdk_pads, ARRAY_SIZE(mx35pdk_pads));
imx35_add_fec(NULL);
+ imx35_add_imx2_wdt(NULL);
platform_add_devices(devices, ARRAY_SIZE(devices));
imx35_add_imx_uart0(&uart_pdata);