diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-imx51.c')
-rw-r--r-- | arch/arm/mach-imx/mach-imx51.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/mach-imx51.c b/arch/arm/mach-imx/mach-imx51.c index 2c5fcaf8675b..b015129e4045 100644 --- a/arch/arm/mach-imx/mach-imx51.c +++ b/arch/arm/mach-imx/mach-imx51.c | |||
@@ -53,7 +53,6 @@ static void __init imx51_dt_init(void) | |||
53 | { | 53 | { |
54 | struct platform_device_info devinfo = { .name = "cpufreq-dt", }; | 54 | struct platform_device_info devinfo = { .name = "cpufreq-dt", }; |
55 | 55 | ||
56 | mxc_arch_reset_init_dt(); | ||
57 | imx51_ipu_mipi_setup(); | 56 | imx51_ipu_mipi_setup(); |
58 | imx_src_init(); | 57 | imx_src_init(); |
59 | 58 | ||
@@ -78,5 +77,4 @@ DT_MACHINE_START(IMX51_DT, "Freescale i.MX51 (Device Tree Support)") | |||
78 | .init_machine = imx51_dt_init, | 77 | .init_machine = imx51_dt_init, |
79 | .init_late = imx51_init_late, | 78 | .init_late = imx51_init_late, |
80 | .dt_compat = imx51_dt_board_compat, | 79 | .dt_compat = imx51_dt_board_compat, |
81 | .restart = mxc_restart, | ||
82 | MACHINE_END | 80 | MACHINE_END |