.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright 2014 Freescale Semiconductor, Inc. |
---|
3 | | - * |
---|
4 | | - * This program is free software; you can redistribute it and/or modify |
---|
5 | | - * it under the terms of the GNU General Public License version 2 as |
---|
6 | | - * published by the Free Software Foundation. |
---|
7 | 4 | */ |
---|
8 | 5 | |
---|
9 | 6 | #include <linux/irqchip.h> |
---|
.. | .. |
---|
66 | 63 | |
---|
67 | 64 | static void __init imx6sx_init_machine(void) |
---|
68 | 65 | { |
---|
69 | | - struct device *parent; |
---|
70 | | - |
---|
71 | | - parent = imx_soc_device_init(); |
---|
72 | | - if (parent == NULL) |
---|
73 | | - pr_warn("failed to initialize soc device\n"); |
---|
74 | | - |
---|
75 | | - of_platform_default_populate(NULL, NULL, parent); |
---|
| 66 | + of_platform_default_populate(NULL, NULL, NULL); |
---|
76 | 67 | |
---|
77 | 68 | imx6sx_enet_init(); |
---|
78 | 69 | imx_anatop_init(); |
---|