| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2015 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 | #include <linux/irqchip.h> |
|---|
| 9 | 6 | #include <linux/mfd/syscon.h> |
|---|
| .. | .. |
|---|
| 28 | 25 | IMX6UL_GPR1_ENET_CLK_OUTPUT); |
|---|
| 29 | 26 | else |
|---|
| 30 | 27 | pr_err("failed to find fsl,imx6ul-iomux-gpr regmap\n"); |
|---|
| 31 | | - |
|---|
| 32 | 28 | } |
|---|
| 33 | 29 | |
|---|
| 34 | 30 | static int ksz8081_phy_fixup(struct phy_device *dev) |
|---|
| .. | .. |
|---|
| 59 | 55 | |
|---|
| 60 | 56 | static void __init imx6ul_init_machine(void) |
|---|
| 61 | 57 | { |
|---|
| 62 | | - struct device *parent; |
|---|
| 63 | | - |
|---|
| 64 | | - parent = imx_soc_device_init(); |
|---|
| 65 | | - if (parent == NULL) |
|---|
| 66 | | - pr_warn("failed to initialize soc device\n"); |
|---|
| 67 | | - |
|---|
| 68 | | - of_platform_default_populate(NULL, NULL, parent); |
|---|
| 58 | + of_platform_default_populate(NULL, NULL, NULL); |
|---|
| 69 | 59 | imx6ul_enet_init(); |
|---|
| 70 | 60 | imx_anatop_init(); |
|---|
| 71 | 61 | imx6ul_pm_init(); |
|---|