diff options
Diffstat (limited to 'arch/arm/mach-imx/imx25-dt.c')
-rw-r--r-- | arch/arm/mach-imx/imx25-dt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/imx25-dt.c b/arch/arm/mach-imx/imx25-dt.c index ec339917fbf4..3e1ec5ffe630 100644 --- a/arch/arm/mach-imx/imx25-dt.c +++ b/arch/arm/mach-imx/imx25-dt.c | |||
@@ -15,12 +15,11 @@ | |||
15 | #include <asm/mach/arch.h> | 15 | #include <asm/mach/arch.h> |
16 | #include <asm/mach/time.h> | 16 | #include <asm/mach/time.h> |
17 | #include "common.h" | 17 | #include "common.h" |
18 | #include "hardware.h" | ||
19 | #include "mx25.h" | 18 | #include "mx25.h" |
20 | 19 | ||
21 | static void __init imx25_dt_init(void) | 20 | static void __init imx25_dt_init(void) |
22 | { | 21 | { |
23 | mxc_arch_reset_init(MX25_IO_ADDRESS(MX25_WDOG_BASE_ADDR)); | 22 | mxc_arch_reset_init_dt(); |
24 | 23 | ||
25 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); | 24 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); |
26 | } | 25 | } |