diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-imx6sx.c')
-rw-r--r-- | arch/arm/mach-imx/mach-imx6sx.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-imx/mach-imx6sx.c b/arch/arm/mach-imx/mach-imx6sx.c index 3de3b7369aef..4111c0fa8d09 100644 --- a/arch/arm/mach-imx/mach-imx6sx.c +++ b/arch/arm/mach-imx/mach-imx6sx.c | |||
@@ -18,8 +18,6 @@ static void __init imx6sx_init_machine(void) | |||
18 | { | 18 | { |
19 | struct device *parent; | 19 | struct device *parent; |
20 | 20 | ||
21 | mxc_arch_reset_init_dt(); | ||
22 | |||
23 | parent = imx_soc_device_init(); | 21 | parent = imx_soc_device_init(); |
24 | if (parent == NULL) | 22 | if (parent == NULL) |
25 | pr_warn("failed to initialize soc device\n"); | 23 | pr_warn("failed to initialize soc device\n"); |
@@ -53,10 +51,8 @@ static const char * const imx6sx_dt_compat[] __initconst = { | |||
53 | }; | 51 | }; |
54 | 52 | ||
55 | DT_MACHINE_START(IMX6SX, "Freescale i.MX6 SoloX (Device Tree)") | 53 | DT_MACHINE_START(IMX6SX, "Freescale i.MX6 SoloX (Device Tree)") |
56 | .map_io = debug_ll_io_init, | ||
57 | .init_irq = imx6sx_init_irq, | 54 | .init_irq = imx6sx_init_irq, |
58 | .init_machine = imx6sx_init_machine, | 55 | .init_machine = imx6sx_init_machine, |
59 | .dt_compat = imx6sx_dt_compat, | 56 | .dt_compat = imx6sx_dt_compat, |
60 | .init_late = imx6sx_init_late, | 57 | .init_late = imx6sx_init_late, |
61 | .restart = mxc_restart, | ||
62 | MACHINE_END | 58 | MACHINE_END |