.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | /* |
---|
2 | 3 | * Driver for Teranetics PHY |
---|
3 | 4 | * |
---|
4 | 5 | * Author: Shaohui Xie <Shaohui.Xie@freescale.com> |
---|
5 | 6 | * |
---|
6 | 7 | * Copyright 2015 Freescale Semiconductor, Inc. |
---|
7 | | - * |
---|
8 | | - * This file is licensed under the terms of the GNU General Public License |
---|
9 | | - * version 2. This program is licensed "as is" without any warranty of any |
---|
10 | | - * kind, whether express or implied. |
---|
11 | 8 | */ |
---|
12 | 9 | |
---|
13 | 10 | #include <linux/kernel.h> |
---|
.. | .. |
---|
80 | 77 | .phy_id = PHY_ID_TN2020, |
---|
81 | 78 | .phy_id_mask = 0xffffffff, |
---|
82 | 79 | .name = "Teranetics TN2020", |
---|
83 | | - .soft_reset = gen10g_no_soft_reset, |
---|
| 80 | + .features = PHY_10GBIT_FEATURES, |
---|
84 | 81 | .aneg_done = teranetics_aneg_done, |
---|
85 | | - .config_init = gen10g_config_init, |
---|
86 | 82 | .config_aneg = gen10g_config_aneg, |
---|
87 | 83 | .read_status = teranetics_read_status, |
---|
88 | 84 | .match_phy_device = teranetics_match_phy_device, |
---|