diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-imx53.c')
-rw-r--r-- | arch/arm/mach-imx/mach-imx53.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mach-imx53.c b/arch/arm/mach-imx/mach-imx53.c index f579c616feed..74e7b94c22e7 100644 --- a/arch/arm/mach-imx/mach-imx53.c +++ b/arch/arm/mach-imx/mach-imx53.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <asm/mach/time.h> | 21 | #include <asm/mach/time.h> |
22 | 22 | ||
23 | #include "common.h" | 23 | #include "common.h" |
24 | #include "hardware.h" | ||
24 | #include "mx53.h" | 25 | #include "mx53.h" |
25 | 26 | ||
26 | static void __init imx53_qsb_init(void) | 27 | static void __init imx53_qsb_init(void) |
@@ -38,6 +39,8 @@ static void __init imx53_qsb_init(void) | |||
38 | 39 | ||
39 | static void __init imx53_dt_init(void) | 40 | static void __init imx53_dt_init(void) |
40 | { | 41 | { |
42 | mxc_arch_reset_init_dt(); | ||
43 | |||
41 | if (of_machine_is_compatible("fsl,imx53-qsb")) | 44 | if (of_machine_is_compatible("fsl,imx53-qsb")) |
42 | imx53_qsb_init(); | 45 | imx53_qsb_init(); |
43 | 46 | ||