diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-imx6q.c')
-rw-r--r-- | arch/arm/mach-imx/mach-imx6q.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-imx/mach-imx6q.c b/arch/arm/mach-imx/mach-imx6q.c index d51c6e99a2e9..5057d61298b7 100644 --- a/arch/arm/mach-imx/mach-imx6q.c +++ b/arch/arm/mach-imx/mach-imx6q.c | |||
@@ -268,8 +268,6 @@ static void __init imx6q_init_machine(void) | |||
268 | imx_print_silicon_rev(cpu_is_imx6dl() ? "i.MX6DL" : "i.MX6Q", | 268 | imx_print_silicon_rev(cpu_is_imx6dl() ? "i.MX6DL" : "i.MX6Q", |
269 | imx_get_soc_revision()); | 269 | imx_get_soc_revision()); |
270 | 270 | ||
271 | mxc_arch_reset_init_dt(); | ||
272 | |||
273 | parent = imx_soc_device_init(); | 271 | parent = imx_soc_device_init(); |
274 | if (parent == NULL) | 272 | if (parent == NULL) |
275 | pr_warn("failed to initialize soc device\n"); | 273 | pr_warn("failed to initialize soc device\n"); |
@@ -409,5 +407,4 @@ DT_MACHINE_START(IMX6Q, "Freescale i.MX6 Quad/DualLite (Device Tree)") | |||
409 | .init_machine = imx6q_init_machine, | 407 | .init_machine = imx6q_init_machine, |
410 | .init_late = imx6q_init_late, | 408 | .init_late = imx6q_init_late, |
411 | .dt_compat = imx6q_dt_compat, | 409 | .dt_compat = imx6q_dt_compat, |
412 | .restart = mxc_restart, | ||
413 | MACHINE_END | 410 | MACHINE_END |