blob: d043e859bad74f5e2f49956aa4c38298750fbe35 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Shengzhou Liuc878bdb2014-11-10 18:32:29 +08002/*
3 * Cortina CS4315/CS4340 10G PHY drivers
4 *
Shengzhou Liuc878bdb2014-11-10 18:32:29 +08005 * Copyright 2014 Freescale Semiconductor, Inc.
Meenakshi Aggarwalf5ddc842020-10-29 19:16:15 +05306 * Copyright 2018, 2020 NXP
Shengzhou Liuc878bdb2014-11-10 18:32:29 +08007 *
8 */
9
10#include <config.h>
Simon Glass0f2af882020-05-10 11:40:05 -060011#include <log.h>
Shengzhou Liuc878bdb2014-11-10 18:32:29 +080012#include <malloc.h>
13#include <linux/ctype.h>
Simon Glassdbd79542020-05-10 11:40:11 -060014#include <linux/delay.h>
Shengzhou Liuc878bdb2014-11-10 18:32:29 +080015#include <linux/string.h>
16#include <linux/err.h>
17#include <phy.h>
18#include <cortina.h>
Shengzhou Liuc878bdb2014-11-10 18:32:29 +080019#include <nand.h>
Shengzhou Liuc878bdb2014-11-10 18:32:29 +080020#include <spi_flash.h>
Shengzhou Liuc878bdb2014-11-10 18:32:29 +080021#include <mmc.h>
Kuldeep Singh968485f2021-08-10 11:20:08 +053022#ifdef CONFIG_ARM64
23#include <asm/arch/cpu.h>
Shengzhou Liuc878bdb2014-11-10 18:32:29 +080024#endif
25
26#ifndef CONFIG_PHYLIB_10G
27#error The Cortina PHY needs 10G support
28#endif
29
Meenakshi Aggarwalf5ddc842020-10-29 19:16:15 +053030#ifndef CONFIG_SYS_CORTINA_NO_FW_UPLOAD
Shengzhou Liuc878bdb2014-11-10 18:32:29 +080031struct cortina_reg_config cortina_reg_cfg[] = {
32 /* CS4315_enable_sr_mode */
33 {VILLA_GLOBAL_MSEQCLKCTRL, 0x8004},
34 {VILLA_MSEQ_OPTIONS, 0xf},
35 {VILLA_MSEQ_PC, 0x0},
36 {VILLA_MSEQ_BANKSELECT, 0x4},
37 {VILLA_LINE_SDS_COMMON_SRX0_RX_CPA, 0x55},
38 {VILLA_LINE_SDS_COMMON_SRX0_RX_LOOP_FILTER, 0x30},
39 {VILLA_DSP_SDS_SERDES_SRX_DFE0_SELECT, 0x1},
40 {VILLA_DSP_SDS_DSP_COEF_DFE0_SELECT, 0x2},
41 {VILLA_LINE_SDS_COMMON_SRX0_RX_CPB, 0x2003},
42 {VILLA_DSP_SDS_SERDES_SRX_FFE_DELAY_CTRL, 0xF047},
43 {VILLA_MSEQ_ENABLE_MSB, 0x0000},
44 {VILLA_MSEQ_SPARE21_LSB, 0x6},
45 {VILLA_MSEQ_RESET_COUNT_LSB, 0x0},
46 {VILLA_MSEQ_SPARE12_MSB, 0x0000},
47 /*
48 * to invert the receiver path, uncomment the next line
49 * write (VILLA_MSEQ_SPARE12_MSB, 0x4000)
50 *
51 * SPARE2_LSB is used to configure the device while in sr mode to
52 * enable power savings and to use the optical module LOS signal.
53 * in power savings mode, the internal prbs checker can not be used.
54 * if the optical module LOS signal is used as an input to the micro
55 * code, then the micro code will wait until the optical module
56 * LOS = 0 before turning on the adaptive equalizer.
57 * Setting SPARE2_LSB bit 0 to 1 places the devie in power savings mode
58 * while setting bit 0 to 0 disables power savings mode.
59 * Setting SPARE2_LSB bit 2 to 0 configures the device to use the
60 * optical module LOS signal while setting bit 2 to 1 configures the
61 * device so that it will ignore the optical module LOS SPARE2_LSB = 0
62 */
63
64 /* enable power savings, ignore optical module LOS */
65 {VILLA_MSEQ_SPARE2_LSB, 0x5},
66
67 {VILLA_MSEQ_SPARE7_LSB, 0x1e},
68 {VILLA_MSEQ_BANKSELECT, 0x4},
69 {VILLA_MSEQ_SPARE9_LSB, 0x2},
70 {VILLA_MSEQ_SPARE3_LSB, 0x0F53},
71 {VILLA_MSEQ_SPARE3_MSB, 0x2006},
72 {VILLA_MSEQ_SPARE8_LSB, 0x3FF7},
73 {VILLA_MSEQ_SPARE8_MSB, 0x0A46},
74 {VILLA_MSEQ_COEF8_FFE0_LSB, 0xD500},
75 {VILLA_MSEQ_COEF8_FFE1_LSB, 0x0200},
76 {VILLA_MSEQ_COEF8_FFE2_LSB, 0xBA00},
77 {VILLA_MSEQ_COEF8_FFE3_LSB, 0x0100},
78 {VILLA_MSEQ_COEF8_FFE4_LSB, 0x0300},
79 {VILLA_MSEQ_COEF8_FFE5_LSB, 0x0300},
80 {VILLA_MSEQ_COEF8_DFE0_LSB, 0x0700},
81 {VILLA_MSEQ_COEF8_DFE0N_LSB, 0x0E00},
82 {VILLA_MSEQ_COEF8_DFE1_LSB, 0x0B00},
83 {VILLA_DSP_SDS_DSP_COEF_LARGE_LEAK, 0x2},
84 {VILLA_DSP_SDS_SERDES_SRX_DAC_ENABLEB_LSB, 0xD000},
85 {VILLA_MSEQ_POWER_DOWN_LSB, 0xFFFF},
86 {VILLA_MSEQ_POWER_DOWN_MSB, 0x0},
87 {VILLA_MSEQ_CAL_RX_SLICER, 0x80},
88 {VILLA_DSP_SDS_SERDES_SRX_DAC_BIAS_SELECT1_MSB, 0x3f},
89 {VILLA_GLOBAL_MSEQCLKCTRL, 0x4},
90 {VILLA_MSEQ_OPTIONS, 0x7},
91
92 /* set up min value for ffe1 */
93 {VILLA_MSEQ_COEF_INIT_SEL, 0x2},
94 {VILLA_DSP_SDS_DSP_PRECODEDINITFFE21, 0x41},
95
96 /* CS4315_sr_rx_pre_eq_set_4in */
97 {VILLA_GLOBAL_MSEQCLKCTRL, 0x8004},
98 {VILLA_MSEQ_OPTIONS, 0xf},
99 {VILLA_MSEQ_BANKSELECT, 0x4},
100 {VILLA_MSEQ_PC, 0x0},
101
102 /* for lengths from 3.5 to 4.5inches */
103 {VILLA_MSEQ_SERDES_PARAM_LSB, 0x0306},
104 {VILLA_MSEQ_SPARE25_LSB, 0x0306},
105 {VILLA_MSEQ_SPARE21_LSB, 0x2},
106 {VILLA_MSEQ_SPARE23_LSB, 0x2},
107 {VILLA_MSEQ_CAL_RX_DFE_EQ, 0x0},
108
109 {VILLA_GLOBAL_MSEQCLKCTRL, 0x4},
110 {VILLA_MSEQ_OPTIONS, 0x7},
111
112 /* CS4315_rx_drive_4inch */
113 /* for length 4inches */
114 {VILLA_GLOBAL_VILLA2_COMPATIBLE, 0x0000},
115 {VILLA_HOST_SDS_COMMON_STX0_TX_OUTPUT_CTRLA, 0x3023},
116 {VILLA_LINE_SDS_COMMON_STX0_TX_OUTPUT_CTRLB, 0xc01E},
117
118 /* CS4315_tx_drive_4inch */
119 /* for length 4inches */
120 {VILLA_GLOBAL_VILLA2_COMPATIBLE, 0x0000},
121 {VILLA_LINE_SDS_COMMON_STX0_TX_OUTPUT_CTRLA, 0x3023},
122 {VILLA_LINE_SDS_COMMON_STX0_TX_OUTPUT_CTRLB, 0xc01E},
123};
124
Kuldeep Singh968485f2021-08-10 11:20:08 +0530125__weak ulong *cs4340_get_fw_addr(void)
126{
127 return (ulong *)CONFIG_CORTINA_FW_ADDR;
128}
129
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800130void cs4340_upload_firmware(struct phy_device *phydev)
131{
132 char line_temp[0x50] = {0};
133 char reg_addr[0x50] = {0};
134 char reg_data[0x50] = {0};
135 int i, line_cnt = 0, column_cnt = 0;
136 struct cortina_reg_config fw_temp;
137 char *addr = NULL;
Kuldeep Singh968485f2021-08-10 11:20:08 +0530138 ulong cortina_fw_addr = (ulong)cs4340_get_fw_addr();
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800139
Kuldeep Singh968485f2021-08-10 11:20:08 +0530140#ifdef CONFIG_TFABOOT
141 enum boot_src src = get_boot_src();
142
143 if (src == BOOT_SOURCE_IFC_NOR) {
144 addr = (char *)cortina_fw_addr;
145 } else if (src == BOOT_SOURCE_IFC_NAND) {
146 int ret;
147 size_t fw_length = CONFIG_CORTINA_FW_LENGTH;
148
149 addr = malloc(CONFIG_CORTINA_FW_LENGTH);
150 ret = nand_read(get_nand_dev_by_index(0),
151 (loff_t)cortina_fw_addr, &fw_length, (u_char *)addr);
152 if (ret == -EUCLEAN) {
153 printf("NAND read of Cortina firmware at 0x%lx failed %d\n",
154 cortina_fw_addr, ret);
155 }
156 } else if (src == BOOT_SOURCE_QSPI_NOR) {
157 int ret;
158 struct spi_flash *ucode_flash;
159
160 addr = malloc(CONFIG_CORTINA_FW_LENGTH);
Tom Rini119d2fb2021-12-11 14:55:48 -0500161 ucode_flash = spi_flash_probe(CONFIG_SF_DEFAULT_BUS, CONFIG_SF_DEFAULT_CS,
162 CONFIG_SF_DEFAULT_SPEED, CONFIG_SF_DEFAULT_MODE);
Kuldeep Singh968485f2021-08-10 11:20:08 +0530163 if (!ucode_flash) {
164 puts("SF: probe for Cortina ucode failed\n");
165 } else {
166 ret = spi_flash_read(ucode_flash, cortina_fw_addr,
167 CONFIG_CORTINA_FW_LENGTH, addr);
168 if (ret)
169 puts("SF: read for Cortina ucode failed\n");
170 spi_flash_free(ucode_flash);
171 }
172 } else if (src == BOOT_SOURCE_SD_MMC) {
173 int dev = CONFIG_SYS_MMC_ENV_DEV;
174 u32 cnt = CONFIG_CORTINA_FW_LENGTH / 512;
175 u32 blk = cortina_fw_addr / 512;
176 struct mmc *mmc = find_mmc_device(CONFIG_SYS_MMC_ENV_DEV);
177
178 if (!mmc) {
179 puts("Failed to find MMC device for Cortina ucode\n");
180 } else {
181 addr = malloc(CONFIG_CORTINA_FW_LENGTH);
182 printf("MMC read: dev # %u, block # %u, count %u ...\n",
183 dev, blk, cnt);
184 mmc_init(mmc);
185#ifdef CONFIG_BLK
186 (void)blk_dread(mmc_get_blk_desc(mmc), blk, cnt, addr);
187#else
188 (void)mmc->block_dev.block_read(&mmc->block_dev, blk, cnt, addr);
189#endif
190 }
191 }
192#else /* CONFIG_TFABOOT */
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800193#if defined(CONFIG_SYS_CORTINA_FW_IN_NOR) || \
194 defined(CONFIG_SYS_CORTINA_FW_IN_REMOTE)
195
Kuldeep Singh968485f2021-08-10 11:20:08 +0530196 addr = (char *)cortina_fw_addr;
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800197#elif defined(CONFIG_SYS_CORTINA_FW_IN_NAND)
198 int ret;
199 size_t fw_length = CONFIG_CORTINA_FW_LENGTH;
200
201 addr = malloc(CONFIG_CORTINA_FW_LENGTH);
Grygorii Strashkod1e68ec2017-06-26 19:12:59 -0500202 ret = nand_read(get_nand_dev_by_index(0),
Kuldeep Singh968485f2021-08-10 11:20:08 +0530203 (loff_t)cortina_fw_addr,
Scott Wood2c1b7e12016-05-30 13:57:55 -0500204 &fw_length, (u_char *)addr);
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800205 if (ret == -EUCLEAN) {
Kuldeep Singh968485f2021-08-10 11:20:08 +0530206 printf("NAND read of Cortina firmware at 0x%lx failed %d\n",
207 cortina_fw_addr, ret);
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800208 }
209#elif defined(CONFIG_SYS_CORTINA_FW_IN_SPIFLASH)
210 int ret;
211 struct spi_flash *ucode_flash;
212
213 addr = malloc(CONFIG_CORTINA_FW_LENGTH);
Tom Rini119d2fb2021-12-11 14:55:48 -0500214 ucode_flash = spi_flash_probe(CONFIG_SF_DEFAULT_BUS, CONFIG_SF_DEFAULT_CS,
215 CONFIG_SF_DEFAULT_SPEED, CONFIG_SF_DEFAULT_MODE);
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800216 if (!ucode_flash) {
217 puts("SF: probe for Cortina ucode failed\n");
218 } else {
Kuldeep Singh968485f2021-08-10 11:20:08 +0530219 ret = spi_flash_read(ucode_flash, cortina_fw_addr,
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800220 CONFIG_CORTINA_FW_LENGTH, addr);
221 if (ret)
222 puts("SF: read for Cortina ucode failed\n");
223 spi_flash_free(ucode_flash);
224 }
225#elif defined(CONFIG_SYS_CORTINA_FW_IN_MMC)
226 int dev = CONFIG_SYS_MMC_ENV_DEV;
227 u32 cnt = CONFIG_CORTINA_FW_LENGTH / 512;
Kuldeep Singh968485f2021-08-10 11:20:08 +0530228 u32 blk = cortina_fw_addr / 512;
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800229 struct mmc *mmc = find_mmc_device(CONFIG_SYS_MMC_ENV_DEV);
230
231 if (!mmc) {
232 puts("Failed to find MMC device for Cortina ucode\n");
233 } else {
234 addr = malloc(CONFIG_CORTINA_FW_LENGTH);
235 printf("MMC read: dev # %u, block # %u, count %u ...\n",
236 dev, blk, cnt);
237 mmc_init(mmc);
Yinbo Zhu5092a162019-06-11 14:29:03 +0800238#ifdef CONFIG_BLK
239 (void)blk_dread(mmc_get_blk_desc(mmc), blk, cnt,
240 addr);
241#else
Stephen Warrene73f2962015-12-07 11:38:48 -0700242 (void)mmc->block_dev.block_read(&mmc->block_dev, blk, cnt,
243 addr);
Yinbo Zhu5092a162019-06-11 14:29:03 +0800244#endif
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800245 }
246#endif
Kuldeep Singh968485f2021-08-10 11:20:08 +0530247#endif
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800248
249 while (*addr != 'Q') {
250 i = 0;
251
252 while (*addr != 0x0a) {
253 line_temp[i++] = *addr++;
254 if (0x50 < i) {
pankaj chauhan787ea072015-03-20 19:28:17 -0700255 printf("Not found Cortina PHY ucode at 0x%p\n",
Kuldeep Singh968485f2021-08-10 11:20:08 +0530256 (char *)cortina_fw_addr);
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800257 return;
258 }
259 }
260
261 addr++; /* skip '\n' */
262 line_cnt++;
263 column_cnt = i;
264 line_temp[column_cnt] = '\0';
265
266 if (CONFIG_CORTINA_FW_LENGTH < line_cnt)
267 return;
268
269 for (i = 0; i < column_cnt; i++) {
270 if (isspace(line_temp[i++]))
271 break;
272 }
273
274 memcpy(reg_addr, line_temp, i);
275 memcpy(reg_data, &line_temp[i], column_cnt - i);
276 strim(reg_addr);
277 strim(reg_data);
278 fw_temp.reg_addr = (simple_strtoul(reg_addr, NULL, 0)) & 0xffff;
279 fw_temp.reg_value = (simple_strtoul(reg_data, NULL, 0)) &
280 0xffff;
281 phy_write(phydev, 0x00, fw_temp.reg_addr, fw_temp.reg_value);
282 }
283}
Priyanka Jain18993c22018-01-30 12:11:08 +0530284#endif
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800285
286int cs4340_phy_init(struct phy_device *phydev)
287{
Meenakshi Aggarwalf5ddc842020-10-29 19:16:15 +0530288#ifndef CONFIG_SYS_CORTINA_NO_FW_UPLOAD
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800289 int timeout = 100; /* 100ms */
Priyanka Jain18993c22018-01-30 12:11:08 +0530290#endif
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800291 int reg_value;
292
Priyanka Jain18993c22018-01-30 12:11:08 +0530293 /*
294 * Cortina phy has provision to store
295 * phy firmware in attached dedicated EEPROM.
296 * Boards designed with EEPROM attached to Cortina
297 * does not require FW upload.
298 */
Meenakshi Aggarwalf5ddc842020-10-29 19:16:15 +0530299#ifndef CONFIG_SYS_CORTINA_NO_FW_UPLOAD
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800300 /* step1: BIST test */
301 phy_write(phydev, 0x00, VILLA_GLOBAL_MSEQCLKCTRL, 0x0004);
302 phy_write(phydev, 0x00, VILLA_GLOBAL_LINE_SOFT_RESET, 0x0000);
303 phy_write(phydev, 0x00, VILLA_GLOBAL_BIST_CONTROL, 0x0001);
304 while (--timeout) {
305 reg_value = phy_read(phydev, 0x00, VILLA_GLOBAL_BIST_STATUS);
306 if (reg_value & mseq_edc_bist_done) {
307 if (0 == (reg_value & mseq_edc_bist_fail))
308 break;
309 }
310 udelay(1000);
311 }
312
313 if (!timeout) {
314 printf("%s BIST mseq_edc_bist_done timeout!\n", __func__);
315 return -1;
316 }
317
318 /* setp2: upload ucode */
319 cs4340_upload_firmware(phydev);
Priyanka Jain18993c22018-01-30 12:11:08 +0530320#endif
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800321 reg_value = phy_read(phydev, 0x00, VILLA_GLOBAL_DWNLD_CHECKSUM_STATUS);
322 if (reg_value) {
323 debug("%s checksum status failed.\n", __func__);
324 return -1;
325 }
326
327 return 0;
328}
329
330int cs4340_config(struct phy_device *phydev)
331{
332 cs4340_phy_init(phydev);
333 return 0;
334}
335
Shaohui Xiebe799dd2016-01-28 15:56:36 +0800336int cs4340_probe(struct phy_device *phydev)
337{
338 phydev->flags = PHY_FLAG_BROKEN_RESET;
339 return 0;
340}
341
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800342int cs4340_startup(struct phy_device *phydev)
343{
344 phydev->link = 1;
345
346 /* For now just lie and say it's 10G all the time */
347 phydev->speed = SPEED_10000;
348 phydev->duplex = DUPLEX_FULL;
349 return 0;
350}
351
Vicentiu Galanopulo33f68aa2018-05-02 06:23:38 -0500352int cs4223_phy_init(struct phy_device *phydev)
353{
354 int reg_value;
355
356 reg_value = phy_read(phydev, 0x00, CS4223_EEPROM_STATUS);
357 if (!(reg_value & CS4223_EEPROM_FIRMWARE_LOADDONE)) {
358 printf("%s CS4223 Firmware not present in EERPOM\n", __func__);
359 return -ENOSYS;
360 }
361
362 return 0;
363}
364
365int cs4223_config(struct phy_device *phydev)
366{
367 return cs4223_phy_init(phydev);
368}
369
370int cs4223_probe(struct phy_device *phydev)
371{
372 phydev->flags = PHY_FLAG_BROKEN_RESET;
373 return 0;
374}
375
376int cs4223_startup(struct phy_device *phydev)
377{
378 phydev->link = 1;
379 phydev->speed = SPEED_10000;
380 phydev->duplex = DUPLEX_FULL;
381 return 0;
382}
383
Marek Vasut2d4bf102023-03-19 18:02:49 +0100384U_BOOT_PHY_DRIVER(cs4340) = {
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800385 .name = "Cortina CS4315/CS4340",
386 .uid = PHY_UID_CS4340,
387 .mask = 0xfffffff0,
388 .features = PHY_10G_FEATURES,
389 .mmds = (MDIO_DEVS_PMAPMD | MDIO_DEVS_PCS |
390 MDIO_DEVS_PHYXS | MDIO_DEVS_AN |
391 MDIO_DEVS_VEND1 | MDIO_DEVS_VEND2),
392 .config = &cs4340_config,
Shaohui Xiebe799dd2016-01-28 15:56:36 +0800393 .probe = &cs4340_probe,
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800394 .startup = &cs4340_startup,
395 .shutdown = &gen10g_shutdown,
396};
397
Marek Vasut2d4bf102023-03-19 18:02:49 +0100398U_BOOT_PHY_DRIVER(cs4223) = {
Vicentiu Galanopulo33f68aa2018-05-02 06:23:38 -0500399 .name = "Cortina CS4223",
400 .uid = PHY_UID_CS4223,
401 .mask = 0x0ffff00f,
402 .features = PHY_10G_FEATURES,
403 .mmds = (MDIO_DEVS_PMAPMD | MDIO_DEVS_PCS |
404 MDIO_DEVS_AN),
405 .config = &cs4223_config,
406 .probe = &cs4223_probe,
407 .startup = &cs4223_startup,
408 .shutdown = &gen10g_shutdown,
409};
410
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800411int get_phy_id(struct mii_dev *bus, int addr, int devad, u32 *phy_id)
412{
413 int phy_reg;
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800414
415 /* Cortina PHY has non-standard offset of PHY ID registers */
Priyanka Jainb3b3b082018-01-30 11:38:38 +0530416 phy_reg = bus->read(bus, addr, 0, VILLA_GLOBAL_CHIP_ID_LSB);
417 if (phy_reg < 0)
418 return -EIO;
419 *phy_id = (phy_reg & 0xffff) << 16;
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800420
Priyanka Jainb3b3b082018-01-30 11:38:38 +0530421 phy_reg = bus->read(bus, addr, 0, VILLA_GLOBAL_CHIP_ID_MSB);
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800422 if (phy_reg < 0)
423 return -EIO;
Priyanka Jainb3b3b082018-01-30 11:38:38 +0530424 *phy_id |= (phy_reg & 0xffff);
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800425
Vicentiu Galanopulo33f68aa2018-05-02 06:23:38 -0500426 if ((*phy_id == PHY_UID_CS4340) || (*phy_id == PHY_UID_CS4223))
Priyanka Jainb3b3b082018-01-30 11:38:38 +0530427 return 0;
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800428
Priyanka Jainb3b3b082018-01-30 11:38:38 +0530429 /*
430 * If Cortina PHY not detected,
431 * try generic way to find PHY ID registers
432 */
433 phy_reg = bus->read(bus, addr, devad, MII_PHYSID1);
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800434 if (phy_reg < 0)
435 return -EIO;
Priyanka Jainb3b3b082018-01-30 11:38:38 +0530436 *phy_id = (phy_reg & 0xffff) << 16;
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800437
Priyanka Jainb3b3b082018-01-30 11:38:38 +0530438 phy_reg = bus->read(bus, addr, devad, MII_PHYSID2);
439 if (phy_reg < 0)
440 return -EIO;
Shengzhou Liuc878bdb2014-11-10 18:32:29 +0800441 *phy_id |= (phy_reg & 0xffff);
442
443 return 0;
444}