Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2009 Ilya Yanok, Emcraft Systems Ltd <yanok@emcraft.com> |
| 4 | * (C) Copyright 2008,2009 Eric Jarrige <eric.jarrige@armadeus.org> |
| 5 | * (C) Copyright 2008 Armadeus Systems nc |
| 6 | * (C) Copyright 2007 Pengutronix, Sascha Hauer <s.hauer@pengutronix.de> |
| 7 | * (C) Copyright 2007 Pengutronix, Juergen Beisert <j.beisert@pengutronix.de> |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 8 | */ |
| 9 | |
| 10 | #include <common.h> |
Simon Glass | 1eb69ae | 2019-11-14 12:57:39 -0700 | [diff] [blame] | 11 | #include <cpu_func.h> |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 12 | #include <dm.h> |
Simon Glass | 9fb625c | 2019-08-01 09:46:51 -0600 | [diff] [blame] | 13 | #include <env.h> |
Simon Glass | f7ae49f | 2020-05-10 11:40:05 -0600 | [diff] [blame^] | 14 | #include <log.h> |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 15 | #include <malloc.h> |
Simon Glass | cf92e05 | 2015-09-02 17:24:58 -0600 | [diff] [blame] | 16 | #include <memalign.h> |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 17 | #include <miiphy.h> |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 18 | #include <net.h> |
Jeroen Hofstee | 84f64c8 | 2014-10-08 22:57:40 +0200 | [diff] [blame] | 19 | #include <netdev.h> |
Simon Glass | 90526e9 | 2020-05-10 11:39:56 -0600 | [diff] [blame] | 20 | #include <asm/cache.h> |
Martin Fuzzey | ad8c43c | 2018-10-04 19:59:20 +0200 | [diff] [blame] | 21 | #include <power/regulator.h> |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 22 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 23 | #include <asm/io.h> |
| 24 | #include <linux/errno.h> |
| 25 | #include <linux/compiler.h> |
| 26 | |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 27 | #include <asm/arch/clock.h> |
| 28 | #include <asm/arch/imx-regs.h> |
Stefano Babic | 552a848 | 2017-06-29 10:16:06 +0200 | [diff] [blame] | 29 | #include <asm/mach-imx/sys_proto.h> |
Michael Trimarchi | efd0b79 | 2018-06-17 15:22:39 +0200 | [diff] [blame] | 30 | #include <asm-generic/gpio.h> |
| 31 | |
| 32 | #include "fec_mxc.h" |
Ye Li | 6a895d0 | 2020-05-03 22:41:15 +0800 | [diff] [blame] | 33 | #include <eth_phy.h> |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 34 | |
| 35 | DECLARE_GLOBAL_DATA_PTR; |
| 36 | |
Marek Vasut | bc1ce15 | 2012-08-29 03:49:49 +0000 | [diff] [blame] | 37 | /* |
| 38 | * Timeout the transfer after 5 mS. This is usually a bit more, since |
| 39 | * the code in the tightloops this timeout is used in adds some overhead. |
| 40 | */ |
| 41 | #define FEC_XFER_TIMEOUT 5000 |
| 42 | |
Fabio Estevam | db5b7f5 | 2014-08-25 13:34:16 -0300 | [diff] [blame] | 43 | /* |
| 44 | * The standard 32-byte DMA alignment does not work on mx6solox, which requires |
| 45 | * 64-byte alignment in the DMA RX FEC buffer. |
| 46 | * Introduce the FEC_DMA_RX_MINALIGN which can cover mx6solox needs and also |
| 47 | * satisfies the alignment on other SoCs (32-bytes) |
| 48 | */ |
| 49 | #define FEC_DMA_RX_MINALIGN 64 |
| 50 | |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 51 | #ifndef CONFIG_MII |
| 52 | #error "CONFIG_MII has to be defined!" |
| 53 | #endif |
| 54 | |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 55 | #ifndef CONFIG_FEC_XCV_TYPE |
| 56 | #define CONFIG_FEC_XCV_TYPE MII100 |
Marek Vasut | 392b850 | 2011-09-11 18:05:33 +0000 | [diff] [blame] | 57 | #endif |
| 58 | |
Marek Vasut | be7e87e | 2011-11-08 23:18:10 +0000 | [diff] [blame] | 59 | /* |
| 60 | * The i.MX28 operates with packets in big endian. We need to swap them before |
| 61 | * sending and after receiving. |
| 62 | */ |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 63 | #ifdef CONFIG_MX28 |
| 64 | #define CONFIG_FEC_MXC_SWAP_PACKET |
| 65 | #endif |
| 66 | |
| 67 | #define RXDESC_PER_CACHELINE (ARCH_DMA_MINALIGN/sizeof(struct fec_bd)) |
| 68 | |
| 69 | /* Check various alignment issues at compile time */ |
| 70 | #if ((ARCH_DMA_MINALIGN < 16) || (ARCH_DMA_MINALIGN % 16 != 0)) |
| 71 | #error "ARCH_DMA_MINALIGN must be multiple of 16!" |
| 72 | #endif |
| 73 | |
| 74 | #if ((PKTALIGN < ARCH_DMA_MINALIGN) || \ |
| 75 | (PKTALIGN % ARCH_DMA_MINALIGN != 0)) |
| 76 | #error "PKTALIGN must be multiple of ARCH_DMA_MINALIGN!" |
Marek Vasut | be7e87e | 2011-11-08 23:18:10 +0000 | [diff] [blame] | 77 | #endif |
| 78 | |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 79 | #undef DEBUG |
| 80 | |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 81 | #ifdef CONFIG_FEC_MXC_SWAP_PACKET |
Marek Vasut | be7e87e | 2011-11-08 23:18:10 +0000 | [diff] [blame] | 82 | static void swap_packet(uint32_t *packet, int length) |
| 83 | { |
| 84 | int i; |
| 85 | |
| 86 | for (i = 0; i < DIV_ROUND_UP(length, 4); i++) |
| 87 | packet[i] = __swab32(packet[i]); |
| 88 | } |
| 89 | #endif |
| 90 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 91 | /* MII-interface related functions */ |
| 92 | static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, |
| 93 | uint8_t regaddr) |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 94 | { |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 95 | uint32_t reg; /* convenient holder for the PHY register */ |
| 96 | uint32_t phy; /* convenient holder for the PHY */ |
| 97 | uint32_t start; |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 98 | int val; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 99 | |
| 100 | /* |
| 101 | * reading from any PHY's register is done by properly |
| 102 | * programming the FEC's MII data register. |
| 103 | */ |
Marek Vasut | d133b88 | 2011-09-11 18:05:34 +0000 | [diff] [blame] | 104 | writel(FEC_IEVENT_MII, ð->ievent); |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 105 | reg = regaddr << FEC_MII_DATA_RA_SHIFT; |
| 106 | phy = phyaddr << FEC_MII_DATA_PA_SHIFT; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 107 | |
| 108 | writel(FEC_MII_DATA_ST | FEC_MII_DATA_OP_RD | FEC_MII_DATA_TA | |
Marek Vasut | d133b88 | 2011-09-11 18:05:34 +0000 | [diff] [blame] | 109 | phy | reg, ð->mii_data); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 110 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 111 | /* wait for the related interrupt */ |
Graeme Russ | a60d1e5 | 2011-07-15 23:31:37 +0000 | [diff] [blame] | 112 | start = get_timer(0); |
Marek Vasut | d133b88 | 2011-09-11 18:05:34 +0000 | [diff] [blame] | 113 | while (!(readl(ð->ievent) & FEC_IEVENT_MII)) { |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 114 | if (get_timer(start) > (CONFIG_SYS_HZ / 1000)) { |
| 115 | printf("Read MDIO failed...\n"); |
| 116 | return -1; |
| 117 | } |
| 118 | } |
| 119 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 120 | /* clear mii interrupt bit */ |
Marek Vasut | d133b88 | 2011-09-11 18:05:34 +0000 | [diff] [blame] | 121 | writel(FEC_IEVENT_MII, ð->ievent); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 122 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 123 | /* it's now safe to read the PHY's register */ |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 124 | val = (unsigned short)readl(ð->mii_data); |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 125 | debug("%s: phy: %02x reg:%02x val:%#x\n", __func__, phyaddr, |
| 126 | regaddr, val); |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 127 | return val; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 128 | } |
| 129 | |
Peng Fan | 673f659 | 2019-10-25 09:48:02 +0000 | [diff] [blame] | 130 | #ifndef imx_get_fecclk |
| 131 | u32 __weak imx_get_fecclk(void) |
| 132 | { |
| 133 | return 0; |
| 134 | } |
| 135 | #endif |
| 136 | |
Anatolij Gustschin | 58ec4d3 | 2018-10-18 16:15:11 +0200 | [diff] [blame] | 137 | static int fec_get_clk_rate(void *udev, int idx) |
| 138 | { |
Anatolij Gustschin | 58ec4d3 | 2018-10-18 16:15:11 +0200 | [diff] [blame] | 139 | struct fec_priv *fec; |
| 140 | struct udevice *dev; |
| 141 | int ret; |
| 142 | |
Peng Fan | 673f659 | 2019-10-25 09:48:02 +0000 | [diff] [blame] | 143 | if (IS_ENABLED(CONFIG_IMX8) || |
| 144 | CONFIG_IS_ENABLED(CLK_CCF)) { |
| 145 | dev = udev; |
| 146 | if (!dev) { |
| 147 | ret = uclass_get_device(UCLASS_ETH, idx, &dev); |
| 148 | if (ret < 0) { |
| 149 | debug("Can't get FEC udev: %d\n", ret); |
| 150 | return ret; |
| 151 | } |
Anatolij Gustschin | 58ec4d3 | 2018-10-18 16:15:11 +0200 | [diff] [blame] | 152 | } |
Peng Fan | 673f659 | 2019-10-25 09:48:02 +0000 | [diff] [blame] | 153 | |
| 154 | fec = dev_get_priv(dev); |
| 155 | if (fec) |
| 156 | return fec->clk_rate; |
| 157 | |
| 158 | return -EINVAL; |
| 159 | } else { |
| 160 | return imx_get_fecclk(); |
Anatolij Gustschin | 58ec4d3 | 2018-10-18 16:15:11 +0200 | [diff] [blame] | 161 | } |
Anatolij Gustschin | 58ec4d3 | 2018-10-18 16:15:11 +0200 | [diff] [blame] | 162 | } |
| 163 | |
Troy Kisky | 575c5cc | 2012-10-22 16:40:41 +0000 | [diff] [blame] | 164 | static void fec_mii_setspeed(struct ethernet_regs *eth) |
Stefano Babic | 4294b24 | 2010-02-01 14:51:30 +0100 | [diff] [blame] | 165 | { |
| 166 | /* |
| 167 | * Set MII_SPEED = (1/(mii_speed * 2)) * System Clock |
| 168 | * and do not drop the Preamble. |
Måns Rullgård | 843a3e5 | 2015-12-08 15:38:45 +0000 | [diff] [blame] | 169 | * |
| 170 | * The i.MX28 and i.MX6 types have another field in the MSCR (aka |
| 171 | * MII_SPEED) register that defines the MDIO output hold time. Earlier |
| 172 | * versions are RAZ there, so just ignore the difference and write the |
| 173 | * register always. |
| 174 | * The minimal hold time according to IEE802.3 (clause 22) is 10 ns. |
| 175 | * HOLDTIME + 1 is the number of clk cycles the fec is holding the |
| 176 | * output. |
| 177 | * The HOLDTIME bitfield takes values between 0 and 7 (inclusive). |
| 178 | * Given that ceil(clkrate / 5000000) <= 64, the calculation for |
| 179 | * holdtime cannot result in a value greater than 3. |
Stefano Babic | 4294b24 | 2010-02-01 14:51:30 +0100 | [diff] [blame] | 180 | */ |
Anatolij Gustschin | 58ec4d3 | 2018-10-18 16:15:11 +0200 | [diff] [blame] | 181 | u32 pclk; |
| 182 | u32 speed; |
| 183 | u32 hold; |
| 184 | int ret; |
| 185 | |
| 186 | ret = fec_get_clk_rate(NULL, 0); |
| 187 | if (ret < 0) { |
| 188 | printf("Can't find FEC0 clk rate: %d\n", ret); |
| 189 | return; |
| 190 | } |
| 191 | pclk = ret; |
| 192 | speed = DIV_ROUND_UP(pclk, 5000000); |
| 193 | hold = DIV_ROUND_UP(pclk, 100000000) - 1; |
| 194 | |
Markus Niebel | 6ba45cc | 2014-02-05 10:54:11 +0100 | [diff] [blame] | 195 | #ifdef FEC_QUIRK_ENET_MAC |
| 196 | speed--; |
| 197 | #endif |
Måns Rullgård | 843a3e5 | 2015-12-08 15:38:45 +0000 | [diff] [blame] | 198 | writel(speed << 1 | hold << 8, ð->mii_speed); |
Troy Kisky | 575c5cc | 2012-10-22 16:40:41 +0000 | [diff] [blame] | 199 | debug("%s: mii_speed %08x\n", __func__, readl(ð->mii_speed)); |
Stefano Babic | 4294b24 | 2010-02-01 14:51:30 +0100 | [diff] [blame] | 200 | } |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 201 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 202 | static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, |
| 203 | uint8_t regaddr, uint16_t data) |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 204 | { |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 205 | uint32_t reg; /* convenient holder for the PHY register */ |
| 206 | uint32_t phy; /* convenient holder for the PHY */ |
| 207 | uint32_t start; |
| 208 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 209 | reg = regaddr << FEC_MII_DATA_RA_SHIFT; |
| 210 | phy = phyaddr << FEC_MII_DATA_PA_SHIFT; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 211 | |
| 212 | writel(FEC_MII_DATA_ST | FEC_MII_DATA_OP_WR | |
Marek Vasut | d133b88 | 2011-09-11 18:05:34 +0000 | [diff] [blame] | 213 | FEC_MII_DATA_TA | phy | reg | data, ð->mii_data); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 214 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 215 | /* wait for the MII interrupt */ |
Graeme Russ | a60d1e5 | 2011-07-15 23:31:37 +0000 | [diff] [blame] | 216 | start = get_timer(0); |
Marek Vasut | d133b88 | 2011-09-11 18:05:34 +0000 | [diff] [blame] | 217 | while (!(readl(ð->ievent) & FEC_IEVENT_MII)) { |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 218 | if (get_timer(start) > (CONFIG_SYS_HZ / 1000)) { |
| 219 | printf("Write MDIO failed...\n"); |
| 220 | return -1; |
| 221 | } |
| 222 | } |
| 223 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 224 | /* clear MII interrupt bit */ |
Marek Vasut | d133b88 | 2011-09-11 18:05:34 +0000 | [diff] [blame] | 225 | writel(FEC_IEVENT_MII, ð->ievent); |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 226 | debug("%s: phy: %02x reg:%02x val:%#x\n", __func__, phyaddr, |
| 227 | regaddr, data); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 228 | |
| 229 | return 0; |
| 230 | } |
| 231 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 232 | static int fec_phy_read(struct mii_dev *bus, int phyaddr, int dev_addr, |
| 233 | int regaddr) |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 234 | { |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 235 | return fec_mdio_read(bus->priv, phyaddr, regaddr); |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 236 | } |
| 237 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 238 | static int fec_phy_write(struct mii_dev *bus, int phyaddr, int dev_addr, |
| 239 | int regaddr, u16 data) |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 240 | { |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 241 | return fec_mdio_write(bus->priv, phyaddr, regaddr, data); |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 242 | } |
| 243 | |
| 244 | #ifndef CONFIG_PHYLIB |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 245 | static int miiphy_restart_aneg(struct eth_device *dev) |
| 246 | { |
Stefano Babic | b774fe9 | 2012-02-22 00:24:35 +0000 | [diff] [blame] | 247 | int ret = 0; |
| 248 | #if !defined(CONFIG_FEC_MXC_NO_ANEG) |
Marek Vasut | 9e27e9d | 2011-09-16 01:13:47 +0200 | [diff] [blame] | 249 | struct fec_priv *fec = (struct fec_priv *)dev->priv; |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 250 | struct ethernet_regs *eth = fec->bus->priv; |
Marek Vasut | 9e27e9d | 2011-09-16 01:13:47 +0200 | [diff] [blame] | 251 | |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 252 | /* |
| 253 | * Wake up from sleep if necessary |
| 254 | * Reset PHY, then delay 300ns |
| 255 | */ |
John Rigby | cb17b92 | 2010-01-25 23:12:55 -0700 | [diff] [blame] | 256 | #ifdef CONFIG_MX27 |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 257 | fec_mdio_write(eth, fec->phy_id, MII_DCOUNTER, 0x00FF); |
John Rigby | cb17b92 | 2010-01-25 23:12:55 -0700 | [diff] [blame] | 258 | #endif |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 259 | fec_mdio_write(eth, fec->phy_id, MII_BMCR, BMCR_RESET); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 260 | udelay(1000); |
| 261 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 262 | /* Set the auto-negotiation advertisement register bits */ |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 263 | fec_mdio_write(eth, fec->phy_id, MII_ADVERTISE, |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 264 | LPA_100FULL | LPA_100HALF | LPA_10FULL | |
| 265 | LPA_10HALF | PHY_ANLPAR_PSB_802_3); |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 266 | fec_mdio_write(eth, fec->phy_id, MII_BMCR, |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 267 | BMCR_ANENABLE | BMCR_ANRESTART); |
Marek Vasut | 2e5f442 | 2011-09-11 18:05:36 +0000 | [diff] [blame] | 268 | |
| 269 | if (fec->mii_postcall) |
| 270 | ret = fec->mii_postcall(fec->phy_id); |
| 271 | |
Stefano Babic | b774fe9 | 2012-02-22 00:24:35 +0000 | [diff] [blame] | 272 | #endif |
Marek Vasut | 2e5f442 | 2011-09-11 18:05:36 +0000 | [diff] [blame] | 273 | return ret; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 274 | } |
| 275 | |
Hannes Schmelzer | 0750701 | 2016-06-22 12:07:14 +0200 | [diff] [blame] | 276 | #ifndef CONFIG_FEC_FIXED_SPEED |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 277 | static int miiphy_wait_aneg(struct eth_device *dev) |
| 278 | { |
| 279 | uint32_t start; |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 280 | int status; |
Marek Vasut | 9e27e9d | 2011-09-16 01:13:47 +0200 | [diff] [blame] | 281 | struct fec_priv *fec = (struct fec_priv *)dev->priv; |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 282 | struct ethernet_regs *eth = fec->bus->priv; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 283 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 284 | /* Wait for AN completion */ |
Graeme Russ | a60d1e5 | 2011-07-15 23:31:37 +0000 | [diff] [blame] | 285 | start = get_timer(0); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 286 | do { |
| 287 | if (get_timer(start) > (CONFIG_SYS_HZ * 5)) { |
| 288 | printf("%s: Autonegotiation timeout\n", dev->name); |
| 289 | return -1; |
| 290 | } |
| 291 | |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 292 | status = fec_mdio_read(eth, fec->phy_id, MII_BMSR); |
| 293 | if (status < 0) { |
| 294 | printf("%s: Autonegotiation failed. status: %d\n", |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 295 | dev->name, status); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 296 | return -1; |
| 297 | } |
Mike Frysinger | 8ef583a | 2010-12-23 15:40:12 -0500 | [diff] [blame] | 298 | } while (!(status & BMSR_LSTATUS)); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 299 | |
| 300 | return 0; |
| 301 | } |
Hannes Schmelzer | 0750701 | 2016-06-22 12:07:14 +0200 | [diff] [blame] | 302 | #endif /* CONFIG_FEC_FIXED_SPEED */ |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 303 | #endif |
| 304 | |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 305 | static int fec_rx_task_enable(struct fec_priv *fec) |
| 306 | { |
Marek Vasut | c0b5a3b | 2012-08-29 03:49:51 +0000 | [diff] [blame] | 307 | writel(FEC_R_DES_ACTIVE_RDAR, &fec->eth->r_des_active); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 308 | return 0; |
| 309 | } |
| 310 | |
| 311 | static int fec_rx_task_disable(struct fec_priv *fec) |
| 312 | { |
| 313 | return 0; |
| 314 | } |
| 315 | |
| 316 | static int fec_tx_task_enable(struct fec_priv *fec) |
| 317 | { |
Marek Vasut | c0b5a3b | 2012-08-29 03:49:51 +0000 | [diff] [blame] | 318 | writel(FEC_X_DES_ACTIVE_TDAR, &fec->eth->x_des_active); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 319 | return 0; |
| 320 | } |
| 321 | |
| 322 | static int fec_tx_task_disable(struct fec_priv *fec) |
| 323 | { |
| 324 | return 0; |
| 325 | } |
| 326 | |
| 327 | /** |
| 328 | * Initialize receive task's buffer descriptors |
| 329 | * @param[in] fec all we know about the device yet |
| 330 | * @param[in] count receive buffer count to be allocated |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 331 | * @param[in] dsize desired size of each receive buffer |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 332 | * @return 0 on success |
| 333 | * |
Marek Vasut | 79e5f27 | 2013-10-12 20:36:25 +0200 | [diff] [blame] | 334 | * Init all RX descriptors to default values. |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 335 | */ |
Marek Vasut | 79e5f27 | 2013-10-12 20:36:25 +0200 | [diff] [blame] | 336 | static void fec_rbd_init(struct fec_priv *fec, int count, int dsize) |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 337 | { |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 338 | uint32_t size; |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 339 | ulong data; |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 340 | int i; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 341 | |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 342 | /* |
Marek Vasut | 79e5f27 | 2013-10-12 20:36:25 +0200 | [diff] [blame] | 343 | * Reload the RX descriptors with default values and wipe |
| 344 | * the RX buffers. |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 345 | */ |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 346 | size = roundup(dsize, ARCH_DMA_MINALIGN); |
| 347 | for (i = 0; i < count; i++) { |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 348 | data = fec->rbd_base[i].data_pointer; |
| 349 | memset((void *)data, 0, dsize); |
| 350 | flush_dcache_range(data, data + size); |
Marek Vasut | 79e5f27 | 2013-10-12 20:36:25 +0200 | [diff] [blame] | 351 | |
| 352 | fec->rbd_base[i].status = FEC_RBD_EMPTY; |
| 353 | fec->rbd_base[i].data_length = 0; |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 354 | } |
| 355 | |
| 356 | /* Mark the last RBD to close the ring. */ |
Marek Vasut | 79e5f27 | 2013-10-12 20:36:25 +0200 | [diff] [blame] | 357 | fec->rbd_base[i - 1].status = FEC_RBD_WRAP | FEC_RBD_EMPTY; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 358 | fec->rbd_index = 0; |
| 359 | |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 360 | flush_dcache_range((ulong)fec->rbd_base, |
| 361 | (ulong)fec->rbd_base + size); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 362 | } |
| 363 | |
| 364 | /** |
| 365 | * Initialize transmit task's buffer descriptors |
| 366 | * @param[in] fec all we know about the device yet |
| 367 | * |
| 368 | * Transmit buffers are created externally. We only have to init the BDs here.\n |
| 369 | * Note: There is a race condition in the hardware. When only one BD is in |
| 370 | * use it must be marked with the WRAP bit to use it for every transmitt. |
| 371 | * This bit in combination with the READY bit results into double transmit |
| 372 | * of each data buffer. It seems the state machine checks READY earlier then |
| 373 | * resetting it after the first transfer. |
| 374 | * Using two BDs solves this issue. |
| 375 | */ |
| 376 | static void fec_tbd_init(struct fec_priv *fec) |
| 377 | { |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 378 | ulong addr = (ulong)fec->tbd_base; |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 379 | unsigned size = roundup(2 * sizeof(struct fec_bd), |
| 380 | ARCH_DMA_MINALIGN); |
Marek Vasut | 79e5f27 | 2013-10-12 20:36:25 +0200 | [diff] [blame] | 381 | |
| 382 | memset(fec->tbd_base, 0, size); |
| 383 | fec->tbd_base[0].status = 0; |
| 384 | fec->tbd_base[1].status = FEC_TBD_WRAP; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 385 | fec->tbd_index = 0; |
Marek Vasut | 79e5f27 | 2013-10-12 20:36:25 +0200 | [diff] [blame] | 386 | flush_dcache_range(addr, addr + size); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 387 | } |
| 388 | |
| 389 | /** |
| 390 | * Mark the given read buffer descriptor as free |
| 391 | * @param[in] last 1 if this is the last buffer descriptor in the chain, else 0 |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 392 | * @param[in] prbd buffer descriptor to mark free again |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 393 | */ |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 394 | static void fec_rbd_clean(int last, struct fec_bd *prbd) |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 395 | { |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 396 | unsigned short flags = FEC_RBD_EMPTY; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 397 | if (last) |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 398 | flags |= FEC_RBD_WRAP; |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 399 | writew(flags, &prbd->status); |
| 400 | writew(0, &prbd->data_length); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 401 | } |
| 402 | |
Jagan Teki | f54183e | 2016-12-06 00:00:48 +0100 | [diff] [blame] | 403 | static int fec_get_hwaddr(int dev_id, unsigned char *mac) |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 404 | { |
Fabio Estevam | be252b6 | 2011-12-20 05:46:31 +0000 | [diff] [blame] | 405 | imx_get_mac_from_fuse(dev_id, mac); |
Joe Hershberger | 0adb5b7 | 2015-04-08 01:41:04 -0500 | [diff] [blame] | 406 | return !is_valid_ethaddr(mac); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 407 | } |
| 408 | |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 409 | #ifdef CONFIG_DM_ETH |
| 410 | static int fecmxc_set_hwaddr(struct udevice *dev) |
| 411 | #else |
Stefano Babic | 4294b24 | 2010-02-01 14:51:30 +0100 | [diff] [blame] | 412 | static int fec_set_hwaddr(struct eth_device *dev) |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 413 | #endif |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 414 | { |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 415 | #ifdef CONFIG_DM_ETH |
| 416 | struct fec_priv *fec = dev_get_priv(dev); |
| 417 | struct eth_pdata *pdata = dev_get_platdata(dev); |
| 418 | uchar *mac = pdata->enetaddr; |
| 419 | #else |
Stefano Babic | 4294b24 | 2010-02-01 14:51:30 +0100 | [diff] [blame] | 420 | uchar *mac = dev->enetaddr; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 421 | struct fec_priv *fec = (struct fec_priv *)dev->priv; |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 422 | #endif |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 423 | |
| 424 | writel(0, &fec->eth->iaddr1); |
| 425 | writel(0, &fec->eth->iaddr2); |
| 426 | writel(0, &fec->eth->gaddr1); |
| 427 | writel(0, &fec->eth->gaddr2); |
| 428 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 429 | /* Set physical address */ |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 430 | writel((mac[0] << 24) + (mac[1] << 16) + (mac[2] << 8) + mac[3], |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 431 | &fec->eth->paddr1); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 432 | writel((mac[4] << 24) + (mac[5] << 16) + 0x8808, &fec->eth->paddr2); |
| 433 | |
| 434 | return 0; |
| 435 | } |
| 436 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 437 | /* Do initial configuration of the FEC registers */ |
Marek Vasut | a5990b2 | 2012-05-01 11:09:41 +0000 | [diff] [blame] | 438 | static void fec_reg_setup(struct fec_priv *fec) |
| 439 | { |
| 440 | uint32_t rcntrl; |
| 441 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 442 | /* Set interrupt mask register */ |
Marek Vasut | a5990b2 | 2012-05-01 11:09:41 +0000 | [diff] [blame] | 443 | writel(0x00000000, &fec->eth->imask); |
| 444 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 445 | /* Clear FEC-Lite interrupt event register(IEVENT) */ |
Marek Vasut | a5990b2 | 2012-05-01 11:09:41 +0000 | [diff] [blame] | 446 | writel(0xffffffff, &fec->eth->ievent); |
| 447 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 448 | /* Set FEC-Lite receive control register(R_CNTRL): */ |
Marek Vasut | a5990b2 | 2012-05-01 11:09:41 +0000 | [diff] [blame] | 449 | |
| 450 | /* Start with frame length = 1518, common for all modes. */ |
| 451 | rcntrl = PKTSIZE << FEC_RCNTRL_MAX_FL_SHIFT; |
benoit.thebaudeau@advans | 9d2d924 | 2012-07-19 02:12:46 +0000 | [diff] [blame] | 452 | if (fec->xcv_type != SEVENWIRE) /* xMII modes */ |
| 453 | rcntrl |= FEC_RCNTRL_FCE | FEC_RCNTRL_MII_MODE; |
| 454 | if (fec->xcv_type == RGMII) |
Marek Vasut | a5990b2 | 2012-05-01 11:09:41 +0000 | [diff] [blame] | 455 | rcntrl |= FEC_RCNTRL_RGMII; |
| 456 | else if (fec->xcv_type == RMII) |
| 457 | rcntrl |= FEC_RCNTRL_RMII; |
Marek Vasut | a5990b2 | 2012-05-01 11:09:41 +0000 | [diff] [blame] | 458 | |
| 459 | writel(rcntrl, &fec->eth->r_cntrl); |
| 460 | } |
| 461 | |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 462 | /** |
| 463 | * Start the FEC engine |
| 464 | * @param[in] dev Our device to handle |
| 465 | */ |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 466 | #ifdef CONFIG_DM_ETH |
| 467 | static int fec_open(struct udevice *dev) |
| 468 | #else |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 469 | static int fec_open(struct eth_device *edev) |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 470 | #endif |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 471 | { |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 472 | #ifdef CONFIG_DM_ETH |
| 473 | struct fec_priv *fec = dev_get_priv(dev); |
| 474 | #else |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 475 | struct fec_priv *fec = (struct fec_priv *)edev->priv; |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 476 | #endif |
Troy Kisky | 28774cb | 2012-02-07 14:08:46 +0000 | [diff] [blame] | 477 | int speed; |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 478 | ulong addr, size; |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 479 | int i; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 480 | |
| 481 | debug("fec_open: fec_open(dev)\n"); |
| 482 | /* full-duplex, heartbeat disabled */ |
| 483 | writel(1 << 2, &fec->eth->x_cntrl); |
| 484 | fec->rbd_index = 0; |
| 485 | |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 486 | /* Invalidate all descriptors */ |
| 487 | for (i = 0; i < FEC_RBD_NUM - 1; i++) |
| 488 | fec_rbd_clean(0, &fec->rbd_base[i]); |
| 489 | fec_rbd_clean(1, &fec->rbd_base[i]); |
| 490 | |
| 491 | /* Flush the descriptors into RAM */ |
| 492 | size = roundup(FEC_RBD_NUM * sizeof(struct fec_bd), |
| 493 | ARCH_DMA_MINALIGN); |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 494 | addr = (ulong)fec->rbd_base; |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 495 | flush_dcache_range(addr, addr + size); |
| 496 | |
Troy Kisky | 28774cb | 2012-02-07 14:08:46 +0000 | [diff] [blame] | 497 | #ifdef FEC_QUIRK_ENET_MAC |
Jason Liu | 2ef2b95 | 2011-12-16 05:17:07 +0000 | [diff] [blame] | 498 | /* Enable ENET HW endian SWAP */ |
| 499 | writel(readl(&fec->eth->ecntrl) | FEC_ECNTRL_DBSWAP, |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 500 | &fec->eth->ecntrl); |
Jason Liu | 2ef2b95 | 2011-12-16 05:17:07 +0000 | [diff] [blame] | 501 | /* Enable ENET store and forward mode */ |
| 502 | writel(readl(&fec->eth->x_wmrk) | FEC_X_WMRK_STRFWD, |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 503 | &fec->eth->x_wmrk); |
Jason Liu | 2ef2b95 | 2011-12-16 05:17:07 +0000 | [diff] [blame] | 504 | #endif |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 505 | /* Enable FEC-Lite controller */ |
John Rigby | cb17b92 | 2010-01-25 23:12:55 -0700 | [diff] [blame] | 506 | writel(readl(&fec->eth->ecntrl) | FEC_ECNTRL_ETHER_EN, |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 507 | &fec->eth->ecntrl); |
| 508 | |
Philippe Schenker | a1a34fa | 2020-03-11 11:52:58 +0100 | [diff] [blame] | 509 | #ifdef FEC_ENET_ENABLE_TXC_DELAY |
| 510 | writel(readl(&fec->eth->ecntrl) | FEC_ECNTRL_TXC_DLY, |
| 511 | &fec->eth->ecntrl); |
| 512 | #endif |
| 513 | |
| 514 | #ifdef FEC_ENET_ENABLE_RXC_DELAY |
| 515 | writel(readl(&fec->eth->ecntrl) | FEC_ECNTRL_RXC_DLY, |
| 516 | &fec->eth->ecntrl); |
| 517 | #endif |
| 518 | |
Fabio Estevam | 7df51fd | 2013-09-13 00:36:27 -0300 | [diff] [blame] | 519 | #if defined(CONFIG_MX25) || defined(CONFIG_MX53) || defined(CONFIG_MX6SL) |
John Rigby | 740d6ae | 2010-01-25 23:12:57 -0700 | [diff] [blame] | 520 | udelay(100); |
John Rigby | 740d6ae | 2010-01-25 23:12:57 -0700 | [diff] [blame] | 521 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 522 | /* setup the MII gasket for RMII mode */ |
John Rigby | 740d6ae | 2010-01-25 23:12:57 -0700 | [diff] [blame] | 523 | /* disable the gasket */ |
| 524 | writew(0, &fec->eth->miigsk_enr); |
| 525 | |
| 526 | /* wait for the gasket to be disabled */ |
| 527 | while (readw(&fec->eth->miigsk_enr) & MIIGSK_ENR_READY) |
| 528 | udelay(2); |
| 529 | |
| 530 | /* configure gasket for RMII, 50 MHz, no loopback, and no echo */ |
| 531 | writew(MIIGSK_CFGR_IF_MODE_RMII, &fec->eth->miigsk_cfgr); |
| 532 | |
| 533 | /* re-enable the gasket */ |
| 534 | writew(MIIGSK_ENR_EN, &fec->eth->miigsk_enr); |
| 535 | |
| 536 | /* wait until MII gasket is ready */ |
| 537 | int max_loops = 10; |
| 538 | while ((readw(&fec->eth->miigsk_enr) & MIIGSK_ENR_READY) == 0) { |
| 539 | if (--max_loops <= 0) { |
| 540 | printf("WAIT for MII Gasket ready timed out\n"); |
| 541 | break; |
| 542 | } |
| 543 | } |
| 544 | #endif |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 545 | |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 546 | #ifdef CONFIG_PHYLIB |
Troy Kisky | 4dc27ee | 2012-10-22 16:40:45 +0000 | [diff] [blame] | 547 | { |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 548 | /* Start up the PHY */ |
Timur Tabi | 11af8d6 | 2012-07-09 08:52:43 +0000 | [diff] [blame] | 549 | int ret = phy_startup(fec->phydev); |
| 550 | |
| 551 | if (ret) { |
| 552 | printf("Could not initialize PHY %s\n", |
| 553 | fec->phydev->dev->name); |
| 554 | return ret; |
| 555 | } |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 556 | speed = fec->phydev->speed; |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 557 | } |
Hannes Schmelzer | 0750701 | 2016-06-22 12:07:14 +0200 | [diff] [blame] | 558 | #elif CONFIG_FEC_FIXED_SPEED |
| 559 | speed = CONFIG_FEC_FIXED_SPEED; |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 560 | #else |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 561 | miiphy_wait_aneg(edev); |
Troy Kisky | 28774cb | 2012-02-07 14:08:46 +0000 | [diff] [blame] | 562 | speed = miiphy_speed(edev->name, fec->phy_id); |
Marek Vasut | 9e27e9d | 2011-09-16 01:13:47 +0200 | [diff] [blame] | 563 | miiphy_duplex(edev->name, fec->phy_id); |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 564 | #endif |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 565 | |
Troy Kisky | 28774cb | 2012-02-07 14:08:46 +0000 | [diff] [blame] | 566 | #ifdef FEC_QUIRK_ENET_MAC |
| 567 | { |
| 568 | u32 ecr = readl(&fec->eth->ecntrl) & ~FEC_ECNTRL_SPEED; |
Alison Wang | bcb6e90 | 2013-05-27 22:55:43 +0000 | [diff] [blame] | 569 | u32 rcr = readl(&fec->eth->r_cntrl) & ~FEC_RCNTRL_RMII_10T; |
Troy Kisky | 28774cb | 2012-02-07 14:08:46 +0000 | [diff] [blame] | 570 | if (speed == _1000BASET) |
| 571 | ecr |= FEC_ECNTRL_SPEED; |
| 572 | else if (speed != _100BASET) |
| 573 | rcr |= FEC_RCNTRL_RMII_10T; |
| 574 | writel(ecr, &fec->eth->ecntrl); |
| 575 | writel(rcr, &fec->eth->r_cntrl); |
| 576 | } |
| 577 | #endif |
| 578 | debug("%s:Speed=%i\n", __func__, speed); |
| 579 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 580 | /* Enable SmartDMA receive task */ |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 581 | fec_rx_task_enable(fec); |
| 582 | |
| 583 | udelay(100000); |
| 584 | return 0; |
| 585 | } |
| 586 | |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 587 | #ifdef CONFIG_DM_ETH |
| 588 | static int fecmxc_init(struct udevice *dev) |
| 589 | #else |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 590 | static int fec_init(struct eth_device *dev, bd_t *bd) |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 591 | #endif |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 592 | { |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 593 | #ifdef CONFIG_DM_ETH |
| 594 | struct fec_priv *fec = dev_get_priv(dev); |
| 595 | #else |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 596 | struct fec_priv *fec = (struct fec_priv *)dev->priv; |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 597 | #endif |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 598 | u8 *mib_ptr = (uint8_t *)&fec->eth->rmon_t_drop; |
| 599 | u8 *i; |
| 600 | ulong addr; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 601 | |
John Rigby | e9319f1 | 2010-10-13 14:31:08 -0600 | [diff] [blame] | 602 | /* Initialize MAC address */ |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 603 | #ifdef CONFIG_DM_ETH |
| 604 | fecmxc_set_hwaddr(dev); |
| 605 | #else |
John Rigby | e9319f1 | 2010-10-13 14:31:08 -0600 | [diff] [blame] | 606 | fec_set_hwaddr(dev); |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 607 | #endif |
John Rigby | e9319f1 | 2010-10-13 14:31:08 -0600 | [diff] [blame] | 608 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 609 | /* Setup transmit descriptors, there are two in total. */ |
Marek Vasut | 79e5f27 | 2013-10-12 20:36:25 +0200 | [diff] [blame] | 610 | fec_tbd_init(fec); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 611 | |
Marek Vasut | 79e5f27 | 2013-10-12 20:36:25 +0200 | [diff] [blame] | 612 | /* Setup receive descriptors. */ |
| 613 | fec_rbd_init(fec, FEC_RBD_NUM, FEC_MAX_PKT_SIZE); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 614 | |
Marek Vasut | a5990b2 | 2012-05-01 11:09:41 +0000 | [diff] [blame] | 615 | fec_reg_setup(fec); |
Marek Vasut | 9eb3770 | 2011-09-11 18:05:31 +0000 | [diff] [blame] | 616 | |
benoit.thebaudeau@advans | f41471e | 2012-07-19 02:12:58 +0000 | [diff] [blame] | 617 | if (fec->xcv_type != SEVENWIRE) |
Troy Kisky | 575c5cc | 2012-10-22 16:40:41 +0000 | [diff] [blame] | 618 | fec_mii_setspeed(fec->bus->priv); |
Marek Vasut | 9eb3770 | 2011-09-11 18:05:31 +0000 | [diff] [blame] | 619 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 620 | /* Set Opcode/Pause Duration Register */ |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 621 | writel(0x00010020, &fec->eth->op_pause); /* FIXME 0xffff0020; */ |
| 622 | writel(0x2, &fec->eth->x_wmrk); |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 623 | |
| 624 | /* Set multicast address filter */ |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 625 | writel(0x00000000, &fec->eth->gaddr1); |
| 626 | writel(0x00000000, &fec->eth->gaddr2); |
| 627 | |
Peng Fan | 238a53c | 2018-01-10 13:20:43 +0800 | [diff] [blame] | 628 | /* Do not access reserved register */ |
Peng Fan | b5d97e1 | 2019-04-15 05:18:33 +0000 | [diff] [blame] | 629 | if (!is_mx6ul() && !is_mx6ull() && !is_imx8() && !is_imx8m()) { |
Peng Fan | fbecbaa | 2015-08-12 17:46:51 +0800 | [diff] [blame] | 630 | /* clear MIB RAM */ |
| 631 | for (i = mib_ptr; i <= mib_ptr + 0xfc; i += 4) |
| 632 | writel(0, i); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 633 | |
Peng Fan | fbecbaa | 2015-08-12 17:46:51 +0800 | [diff] [blame] | 634 | /* FIFO receive start register */ |
| 635 | writel(0x520, &fec->eth->r_fstart); |
| 636 | } |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 637 | |
| 638 | /* size and address of each buffer */ |
| 639 | writel(FEC_MAX_PKT_SIZE, &fec->eth->emrbr); |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 640 | |
| 641 | addr = (ulong)fec->tbd_base; |
| 642 | writel((uint32_t)addr, &fec->eth->etdsr); |
| 643 | |
| 644 | addr = (ulong)fec->rbd_base; |
| 645 | writel((uint32_t)addr, &fec->eth->erdsr); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 646 | |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 647 | #ifndef CONFIG_PHYLIB |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 648 | if (fec->xcv_type != SEVENWIRE) |
| 649 | miiphy_restart_aneg(dev); |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 650 | #endif |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 651 | fec_open(dev); |
| 652 | return 0; |
| 653 | } |
| 654 | |
| 655 | /** |
| 656 | * Halt the FEC engine |
| 657 | * @param[in] dev Our device to handle |
| 658 | */ |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 659 | #ifdef CONFIG_DM_ETH |
| 660 | static void fecmxc_halt(struct udevice *dev) |
| 661 | #else |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 662 | static void fec_halt(struct eth_device *dev) |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 663 | #endif |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 664 | { |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 665 | #ifdef CONFIG_DM_ETH |
| 666 | struct fec_priv *fec = dev_get_priv(dev); |
| 667 | #else |
Marek Vasut | 9e27e9d | 2011-09-16 01:13:47 +0200 | [diff] [blame] | 668 | struct fec_priv *fec = (struct fec_priv *)dev->priv; |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 669 | #endif |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 670 | int counter = 0xffff; |
| 671 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 672 | /* issue graceful stop command to the FEC transmitter if necessary */ |
John Rigby | cb17b92 | 2010-01-25 23:12:55 -0700 | [diff] [blame] | 673 | writel(FEC_TCNTRL_GTS | readl(&fec->eth->x_cntrl), |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 674 | &fec->eth->x_cntrl); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 675 | |
| 676 | debug("eth_halt: wait for stop regs\n"); |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 677 | /* wait for graceful stop to register */ |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 678 | while ((counter--) && (!(readl(&fec->eth->ievent) & FEC_IEVENT_GRA))) |
John Rigby | cb17b92 | 2010-01-25 23:12:55 -0700 | [diff] [blame] | 679 | udelay(1); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 680 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 681 | /* Disable SmartDMA tasks */ |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 682 | fec_tx_task_disable(fec); |
| 683 | fec_rx_task_disable(fec); |
| 684 | |
| 685 | /* |
| 686 | * Disable the Ethernet Controller |
| 687 | * Note: this will also reset the BD index counter! |
| 688 | */ |
John Rigby | 740d6ae | 2010-01-25 23:12:57 -0700 | [diff] [blame] | 689 | writel(readl(&fec->eth->ecntrl) & ~FEC_ECNTRL_ETHER_EN, |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 690 | &fec->eth->ecntrl); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 691 | fec->rbd_index = 0; |
| 692 | fec->tbd_index = 0; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 693 | debug("eth_halt: done\n"); |
| 694 | } |
| 695 | |
| 696 | /** |
| 697 | * Transmit one frame |
| 698 | * @param[in] dev Our ethernet device to handle |
| 699 | * @param[in] packet Pointer to the data to be transmitted |
| 700 | * @param[in] length Data count in bytes |
| 701 | * @return 0 on success |
| 702 | */ |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 703 | #ifdef CONFIG_DM_ETH |
| 704 | static int fecmxc_send(struct udevice *dev, void *packet, int length) |
| 705 | #else |
Joe Hershberger | 442dac4 | 2012-05-21 14:45:27 +0000 | [diff] [blame] | 706 | static int fec_send(struct eth_device *dev, void *packet, int length) |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 707 | #endif |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 708 | { |
| 709 | unsigned int status; |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 710 | u32 size; |
| 711 | ulong addr, end; |
Marek Vasut | bc1ce15 | 2012-08-29 03:49:49 +0000 | [diff] [blame] | 712 | int timeout = FEC_XFER_TIMEOUT; |
| 713 | int ret = 0; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 714 | |
| 715 | /* |
| 716 | * This routine transmits one frame. This routine only accepts |
| 717 | * 6-byte Ethernet addresses. |
| 718 | */ |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 719 | #ifdef CONFIG_DM_ETH |
| 720 | struct fec_priv *fec = dev_get_priv(dev); |
| 721 | #else |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 722 | struct fec_priv *fec = (struct fec_priv *)dev->priv; |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 723 | #endif |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 724 | |
| 725 | /* |
| 726 | * Check for valid length of data. |
| 727 | */ |
| 728 | if ((length > 1500) || (length <= 0)) { |
Stefano Babic | 4294b24 | 2010-02-01 14:51:30 +0100 | [diff] [blame] | 729 | printf("Payload (%d) too large\n", length); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 730 | return -1; |
| 731 | } |
| 732 | |
| 733 | /* |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 734 | * Setup the transmit buffer. We are always using the first buffer for |
| 735 | * transmission, the second will be empty and only used to stop the DMA |
| 736 | * engine. We also flush the packet to RAM here to avoid cache trouble. |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 737 | */ |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 738 | #ifdef CONFIG_FEC_MXC_SWAP_PACKET |
Marek Vasut | be7e87e | 2011-11-08 23:18:10 +0000 | [diff] [blame] | 739 | swap_packet((uint32_t *)packet, length); |
| 740 | #endif |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 741 | |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 742 | addr = (ulong)packet; |
Marek Vasut | efe24d2 | 2012-08-26 10:19:21 +0000 | [diff] [blame] | 743 | end = roundup(addr + length, ARCH_DMA_MINALIGN); |
| 744 | addr &= ~(ARCH_DMA_MINALIGN - 1); |
| 745 | flush_dcache_range(addr, end); |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 746 | |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 747 | writew(length, &fec->tbd_base[fec->tbd_index].data_length); |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 748 | writel((uint32_t)addr, &fec->tbd_base[fec->tbd_index].data_pointer); |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 749 | |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 750 | /* |
| 751 | * update BD's status now |
| 752 | * This block: |
| 753 | * - is always the last in a chain (means no chain) |
| 754 | * - should transmitt the CRC |
| 755 | * - might be the last BD in the list, so the address counter should |
| 756 | * wrap (-> keep the WRAP flag) |
| 757 | */ |
| 758 | status = readw(&fec->tbd_base[fec->tbd_index].status) & FEC_TBD_WRAP; |
| 759 | status |= FEC_TBD_LAST | FEC_TBD_TC | FEC_TBD_READY; |
| 760 | writew(status, &fec->tbd_base[fec->tbd_index].status); |
| 761 | |
| 762 | /* |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 763 | * Flush data cache. This code flushes both TX descriptors to RAM. |
| 764 | * After this code, the descriptors will be safely in RAM and we |
| 765 | * can start DMA. |
| 766 | */ |
| 767 | size = roundup(2 * sizeof(struct fec_bd), ARCH_DMA_MINALIGN); |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 768 | addr = (ulong)fec->tbd_base; |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 769 | flush_dcache_range(addr, addr + size); |
| 770 | |
| 771 | /* |
Marek Vasut | ab94cd4 | 2013-07-12 01:03:04 +0200 | [diff] [blame] | 772 | * Below we read the DMA descriptor's last four bytes back from the |
| 773 | * DRAM. This is important in order to make sure that all WRITE |
| 774 | * operations on the bus that were triggered by previous cache FLUSH |
| 775 | * have completed. |
| 776 | * |
| 777 | * Otherwise, on MX28, it is possible to observe a corruption of the |
| 778 | * DMA descriptors. Please refer to schematic "Figure 1-2" in MX28RM |
| 779 | * for the bus structure of MX28. The scenario is as follows: |
| 780 | * |
| 781 | * 1) ARM core triggers a series of WRITEs on the AHB_ARB2 bus going |
| 782 | * to DRAM due to flush_dcache_range() |
| 783 | * 2) ARM core writes the FEC registers via AHB_ARB2 |
| 784 | * 3) FEC DMA starts reading/writing from/to DRAM via AHB_ARB3 |
| 785 | * |
| 786 | * Note that 2) does sometimes finish before 1) due to reordering of |
| 787 | * WRITE accesses on the AHB bus, therefore triggering 3) before the |
| 788 | * DMA descriptor is fully written into DRAM. This results in occasional |
| 789 | * corruption of the DMA descriptor. |
| 790 | */ |
| 791 | readl(addr + size - 4); |
| 792 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 793 | /* Enable SmartDMA transmit task */ |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 794 | fec_tx_task_enable(fec); |
| 795 | |
| 796 | /* |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 797 | * Wait until frame is sent. On each turn of the wait cycle, we must |
| 798 | * invalidate data cache to see what's really in RAM. Also, we need |
| 799 | * barrier here. |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 800 | */ |
Marek Vasut | 6744909 | 2012-08-29 03:49:50 +0000 | [diff] [blame] | 801 | while (--timeout) { |
Marek Vasut | c0b5a3b | 2012-08-29 03:49:51 +0000 | [diff] [blame] | 802 | if (!(readl(&fec->eth->x_des_active) & FEC_X_DES_ACTIVE_TDAR)) |
Marek Vasut | bc1ce15 | 2012-08-29 03:49:49 +0000 | [diff] [blame] | 803 | break; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 804 | } |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 805 | |
Fabio Estevam | f599288 | 2014-08-25 13:34:17 -0300 | [diff] [blame] | 806 | if (!timeout) { |
| 807 | ret = -EINVAL; |
| 808 | goto out; |
| 809 | } |
| 810 | |
| 811 | /* |
| 812 | * The TDAR bit is cleared when the descriptors are all out from TX |
| 813 | * but on mx6solox we noticed that the READY bit is still not cleared |
| 814 | * right after TDAR. |
| 815 | * These are two distinct signals, and in IC simulation, we found that |
| 816 | * TDAR always gets cleared prior than the READY bit of last BD becomes |
| 817 | * cleared. |
| 818 | * In mx6solox, we use a later version of FEC IP. It looks like that |
| 819 | * this intrinsic behaviour of TDAR bit has changed in this newer FEC |
| 820 | * version. |
| 821 | * |
| 822 | * Fix this by polling the READY bit of BD after the TDAR polling, |
| 823 | * which covers the mx6solox case and does not harm the other SoCs. |
| 824 | */ |
| 825 | timeout = FEC_XFER_TIMEOUT; |
| 826 | while (--timeout) { |
| 827 | invalidate_dcache_range(addr, addr + size); |
| 828 | if (!(readw(&fec->tbd_base[fec->tbd_index].status) & |
| 829 | FEC_TBD_READY)) |
| 830 | break; |
| 831 | } |
| 832 | |
Marek Vasut | 6744909 | 2012-08-29 03:49:50 +0000 | [diff] [blame] | 833 | if (!timeout) |
| 834 | ret = -EINVAL; |
| 835 | |
Fabio Estevam | f599288 | 2014-08-25 13:34:17 -0300 | [diff] [blame] | 836 | out: |
Marek Vasut | 6744909 | 2012-08-29 03:49:50 +0000 | [diff] [blame] | 837 | debug("fec_send: status 0x%x index %d ret %i\n", |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 838 | readw(&fec->tbd_base[fec->tbd_index].status), |
| 839 | fec->tbd_index, ret); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 840 | /* for next transmission use the other buffer */ |
| 841 | if (fec->tbd_index) |
| 842 | fec->tbd_index = 0; |
| 843 | else |
| 844 | fec->tbd_index = 1; |
| 845 | |
Marek Vasut | bc1ce15 | 2012-08-29 03:49:49 +0000 | [diff] [blame] | 846 | return ret; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 847 | } |
| 848 | |
| 849 | /** |
| 850 | * Pull one frame from the card |
| 851 | * @param[in] dev Our ethernet device to handle |
| 852 | * @return Length of packet read |
| 853 | */ |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 854 | #ifdef CONFIG_DM_ETH |
| 855 | static int fecmxc_recv(struct udevice *dev, int flags, uchar **packetp) |
| 856 | #else |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 857 | static int fec_recv(struct eth_device *dev) |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 858 | #endif |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 859 | { |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 860 | #ifdef CONFIG_DM_ETH |
| 861 | struct fec_priv *fec = dev_get_priv(dev); |
| 862 | #else |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 863 | struct fec_priv *fec = (struct fec_priv *)dev->priv; |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 864 | #endif |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 865 | struct fec_bd *rbd = &fec->rbd_base[fec->rbd_index]; |
| 866 | unsigned long ievent; |
| 867 | int frame_length, len = 0; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 868 | uint16_t bd_status; |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 869 | ulong addr, size, end; |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 870 | int i; |
Ye Li | 07763ac | 2018-03-28 20:54:11 +0800 | [diff] [blame] | 871 | |
| 872 | #ifdef CONFIG_DM_ETH |
| 873 | *packetp = memalign(ARCH_DMA_MINALIGN, FEC_MAX_PKT_SIZE); |
| 874 | if (*packetp == 0) { |
| 875 | printf("%s: error allocating packetp\n", __func__); |
| 876 | return -ENOMEM; |
| 877 | } |
| 878 | #else |
Fabio Estevam | fd37f19 | 2013-09-17 23:13:10 -0300 | [diff] [blame] | 879 | ALLOC_CACHE_ALIGN_BUFFER(uchar, buff, FEC_MAX_PKT_SIZE); |
Ye Li | 07763ac | 2018-03-28 20:54:11 +0800 | [diff] [blame] | 880 | #endif |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 881 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 882 | /* Check if any critical events have happened */ |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 883 | ievent = readl(&fec->eth->ievent); |
| 884 | writel(ievent, &fec->eth->ievent); |
Marek Vasut | eda959f | 2011-10-24 23:40:03 +0000 | [diff] [blame] | 885 | debug("fec_recv: ievent 0x%lx\n", ievent); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 886 | if (ievent & FEC_IEVENT_BABR) { |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 887 | #ifdef CONFIG_DM_ETH |
| 888 | fecmxc_halt(dev); |
| 889 | fecmxc_init(dev); |
| 890 | #else |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 891 | fec_halt(dev); |
| 892 | fec_init(dev, fec->bd); |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 893 | #endif |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 894 | printf("some error: 0x%08lx\n", ievent); |
| 895 | return 0; |
| 896 | } |
| 897 | if (ievent & FEC_IEVENT_HBERR) { |
| 898 | /* Heartbeat error */ |
| 899 | writel(0x00000001 | readl(&fec->eth->x_cntrl), |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 900 | &fec->eth->x_cntrl); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 901 | } |
| 902 | if (ievent & FEC_IEVENT_GRA) { |
| 903 | /* Graceful stop complete */ |
| 904 | if (readl(&fec->eth->x_cntrl) & 0x00000001) { |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 905 | #ifdef CONFIG_DM_ETH |
| 906 | fecmxc_halt(dev); |
| 907 | #else |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 908 | fec_halt(dev); |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 909 | #endif |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 910 | writel(~0x00000001 & readl(&fec->eth->x_cntrl), |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 911 | &fec->eth->x_cntrl); |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 912 | #ifdef CONFIG_DM_ETH |
| 913 | fecmxc_init(dev); |
| 914 | #else |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 915 | fec_init(dev, fec->bd); |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 916 | #endif |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 917 | } |
| 918 | } |
| 919 | |
| 920 | /* |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 921 | * Read the buffer status. Before the status can be read, the data cache |
| 922 | * must be invalidated, because the data in RAM might have been changed |
| 923 | * by DMA. The descriptors are properly aligned to cachelines so there's |
| 924 | * no need to worry they'd overlap. |
| 925 | * |
| 926 | * WARNING: By invalidating the descriptor here, we also invalidate |
| 927 | * the descriptors surrounding this one. Therefore we can NOT change the |
| 928 | * contents of this descriptor nor the surrounding ones. The problem is |
| 929 | * that in order to mark the descriptor as processed, we need to change |
| 930 | * the descriptor. The solution is to mark the whole cache line when all |
| 931 | * descriptors in the cache line are processed. |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 932 | */ |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 933 | addr = (ulong)rbd; |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 934 | addr &= ~(ARCH_DMA_MINALIGN - 1); |
| 935 | size = roundup(sizeof(struct fec_bd), ARCH_DMA_MINALIGN); |
| 936 | invalidate_dcache_range(addr, addr + size); |
| 937 | |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 938 | bd_status = readw(&rbd->status); |
| 939 | debug("fec_recv: status 0x%x\n", bd_status); |
| 940 | |
| 941 | if (!(bd_status & FEC_RBD_EMPTY)) { |
| 942 | if ((bd_status & FEC_RBD_LAST) && !(bd_status & FEC_RBD_ERR) && |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 943 | ((readw(&rbd->data_length) - 4) > 14)) { |
| 944 | /* Get buffer address and size */ |
Albert ARIBAUD \(3ADEV\) | b189584 | 2015-06-19 14:18:27 +0200 | [diff] [blame] | 945 | addr = readl(&rbd->data_pointer); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 946 | frame_length = readw(&rbd->data_length) - 4; |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 947 | /* Invalidate data cache over the buffer */ |
Marek Vasut | efe24d2 | 2012-08-26 10:19:21 +0000 | [diff] [blame] | 948 | end = roundup(addr + frame_length, ARCH_DMA_MINALIGN); |
| 949 | addr &= ~(ARCH_DMA_MINALIGN - 1); |
| 950 | invalidate_dcache_range(addr, end); |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 951 | |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 952 | /* Fill the buffer and pass it to upper layers */ |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 953 | #ifdef CONFIG_FEC_MXC_SWAP_PACKET |
Albert ARIBAUD \(3ADEV\) | b189584 | 2015-06-19 14:18:27 +0200 | [diff] [blame] | 954 | swap_packet((uint32_t *)addr, frame_length); |
Marek Vasut | be7e87e | 2011-11-08 23:18:10 +0000 | [diff] [blame] | 955 | #endif |
Ye Li | 07763ac | 2018-03-28 20:54:11 +0800 | [diff] [blame] | 956 | |
| 957 | #ifdef CONFIG_DM_ETH |
| 958 | memcpy(*packetp, (char *)addr, frame_length); |
| 959 | #else |
Albert ARIBAUD \(3ADEV\) | b189584 | 2015-06-19 14:18:27 +0200 | [diff] [blame] | 960 | memcpy(buff, (char *)addr, frame_length); |
Joe Hershberger | 1fd92db | 2015-04-08 01:41:06 -0500 | [diff] [blame] | 961 | net_process_received_packet(buff, frame_length); |
Ye Li | 07763ac | 2018-03-28 20:54:11 +0800 | [diff] [blame] | 962 | #endif |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 963 | len = frame_length; |
| 964 | } else { |
| 965 | if (bd_status & FEC_RBD_ERR) |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 966 | debug("error frame: 0x%08lx 0x%08x\n", |
| 967 | addr, bd_status); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 968 | } |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 969 | |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 970 | /* |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 971 | * Free the current buffer, restart the engine and move forward |
| 972 | * to the next buffer. Here we check if the whole cacheline of |
| 973 | * descriptors was already processed and if so, we mark it free |
| 974 | * as whole. |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 975 | */ |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 976 | size = RXDESC_PER_CACHELINE - 1; |
| 977 | if ((fec->rbd_index & size) == size) { |
| 978 | i = fec->rbd_index - size; |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 979 | addr = (ulong)&fec->rbd_base[i]; |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 980 | for (; i <= fec->rbd_index ; i++) { |
| 981 | fec_rbd_clean(i == (FEC_RBD_NUM - 1), |
| 982 | &fec->rbd_base[i]); |
| 983 | } |
| 984 | flush_dcache_range(addr, |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 985 | addr + ARCH_DMA_MINALIGN); |
Eric Nelson | 5c1ad3e | 2012-03-15 18:33:25 +0000 | [diff] [blame] | 986 | } |
| 987 | |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 988 | fec_rx_task_enable(fec); |
| 989 | fec->rbd_index = (fec->rbd_index + 1) % FEC_RBD_NUM; |
| 990 | } |
| 991 | debug("fec_recv: stop\n"); |
| 992 | |
| 993 | return len; |
| 994 | } |
| 995 | |
Troy Kisky | ef8e3a3 | 2012-10-22 16:40:44 +0000 | [diff] [blame] | 996 | static void fec_set_dev_name(char *dest, int dev_id) |
| 997 | { |
| 998 | sprintf(dest, (dev_id == -1) ? "FEC" : "FEC%i", dev_id); |
| 999 | } |
| 1000 | |
Marek Vasut | 79e5f27 | 2013-10-12 20:36:25 +0200 | [diff] [blame] | 1001 | static int fec_alloc_descs(struct fec_priv *fec) |
| 1002 | { |
| 1003 | unsigned int size; |
| 1004 | int i; |
| 1005 | uint8_t *data; |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 1006 | ulong addr; |
Marek Vasut | 79e5f27 | 2013-10-12 20:36:25 +0200 | [diff] [blame] | 1007 | |
| 1008 | /* Allocate TX descriptors. */ |
| 1009 | size = roundup(2 * sizeof(struct fec_bd), ARCH_DMA_MINALIGN); |
| 1010 | fec->tbd_base = memalign(ARCH_DMA_MINALIGN, size); |
| 1011 | if (!fec->tbd_base) |
| 1012 | goto err_tx; |
| 1013 | |
| 1014 | /* Allocate RX descriptors. */ |
| 1015 | size = roundup(FEC_RBD_NUM * sizeof(struct fec_bd), ARCH_DMA_MINALIGN); |
| 1016 | fec->rbd_base = memalign(ARCH_DMA_MINALIGN, size); |
| 1017 | if (!fec->rbd_base) |
| 1018 | goto err_rx; |
| 1019 | |
| 1020 | memset(fec->rbd_base, 0, size); |
| 1021 | |
| 1022 | /* Allocate RX buffers. */ |
| 1023 | |
| 1024 | /* Maximum RX buffer size. */ |
Fabio Estevam | db5b7f5 | 2014-08-25 13:34:16 -0300 | [diff] [blame] | 1025 | size = roundup(FEC_MAX_PKT_SIZE, FEC_DMA_RX_MINALIGN); |
Marek Vasut | 79e5f27 | 2013-10-12 20:36:25 +0200 | [diff] [blame] | 1026 | for (i = 0; i < FEC_RBD_NUM; i++) { |
Fabio Estevam | db5b7f5 | 2014-08-25 13:34:16 -0300 | [diff] [blame] | 1027 | data = memalign(FEC_DMA_RX_MINALIGN, size); |
Marek Vasut | 79e5f27 | 2013-10-12 20:36:25 +0200 | [diff] [blame] | 1028 | if (!data) { |
| 1029 | printf("%s: error allocating rxbuf %d\n", __func__, i); |
| 1030 | goto err_ring; |
| 1031 | } |
| 1032 | |
| 1033 | memset(data, 0, size); |
| 1034 | |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 1035 | addr = (ulong)data; |
| 1036 | fec->rbd_base[i].data_pointer = (uint32_t)addr; |
Marek Vasut | 79e5f27 | 2013-10-12 20:36:25 +0200 | [diff] [blame] | 1037 | fec->rbd_base[i].status = FEC_RBD_EMPTY; |
| 1038 | fec->rbd_base[i].data_length = 0; |
| 1039 | /* Flush the buffer to memory. */ |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 1040 | flush_dcache_range(addr, addr + size); |
Marek Vasut | 79e5f27 | 2013-10-12 20:36:25 +0200 | [diff] [blame] | 1041 | } |
| 1042 | |
| 1043 | /* Mark the last RBD to close the ring. */ |
| 1044 | fec->rbd_base[i - 1].status = FEC_RBD_WRAP | FEC_RBD_EMPTY; |
| 1045 | |
| 1046 | fec->rbd_index = 0; |
| 1047 | fec->tbd_index = 0; |
| 1048 | |
| 1049 | return 0; |
| 1050 | |
| 1051 | err_ring: |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 1052 | for (; i >= 0; i--) { |
| 1053 | addr = fec->rbd_base[i].data_pointer; |
| 1054 | free((void *)addr); |
| 1055 | } |
Marek Vasut | 79e5f27 | 2013-10-12 20:36:25 +0200 | [diff] [blame] | 1056 | free(fec->rbd_base); |
| 1057 | err_rx: |
| 1058 | free(fec->tbd_base); |
| 1059 | err_tx: |
| 1060 | return -ENOMEM; |
| 1061 | } |
| 1062 | |
| 1063 | static void fec_free_descs(struct fec_priv *fec) |
| 1064 | { |
| 1065 | int i; |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 1066 | ulong addr; |
Marek Vasut | 79e5f27 | 2013-10-12 20:36:25 +0200 | [diff] [blame] | 1067 | |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 1068 | for (i = 0; i < FEC_RBD_NUM; i++) { |
| 1069 | addr = fec->rbd_base[i].data_pointer; |
| 1070 | free((void *)addr); |
| 1071 | } |
Marek Vasut | 79e5f27 | 2013-10-12 20:36:25 +0200 | [diff] [blame] | 1072 | free(fec->rbd_base); |
| 1073 | free(fec->tbd_base); |
| 1074 | } |
| 1075 | |
Peng Fan | 1bcabd7 | 2018-03-28 20:54:12 +0800 | [diff] [blame] | 1076 | struct mii_dev *fec_get_miibus(ulong base_addr, int dev_id) |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1077 | { |
Peng Fan | 1bcabd7 | 2018-03-28 20:54:12 +0800 | [diff] [blame] | 1078 | struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1079 | struct mii_dev *bus; |
| 1080 | int ret; |
| 1081 | |
| 1082 | bus = mdio_alloc(); |
| 1083 | if (!bus) { |
| 1084 | printf("mdio_alloc failed\n"); |
| 1085 | return NULL; |
| 1086 | } |
| 1087 | bus->read = fec_phy_read; |
| 1088 | bus->write = fec_phy_write; |
| 1089 | bus->priv = eth; |
| 1090 | fec_set_dev_name(bus->name, dev_id); |
| 1091 | |
| 1092 | ret = mdio_register(bus); |
| 1093 | if (ret) { |
| 1094 | printf("mdio_register failed\n"); |
| 1095 | free(bus); |
| 1096 | return NULL; |
| 1097 | } |
| 1098 | fec_mii_setspeed(eth); |
| 1099 | return bus; |
| 1100 | } |
| 1101 | |
| 1102 | #ifndef CONFIG_DM_ETH |
Troy Kisky | fe428b9 | 2012-10-22 16:40:46 +0000 | [diff] [blame] | 1103 | #ifdef CONFIG_PHYLIB |
| 1104 | int fec_probe(bd_t *bd, int dev_id, uint32_t base_addr, |
| 1105 | struct mii_dev *bus, struct phy_device *phydev) |
| 1106 | #else |
| 1107 | static int fec_probe(bd_t *bd, int dev_id, uint32_t base_addr, |
| 1108 | struct mii_dev *bus, int phy_id) |
| 1109 | #endif |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 1110 | { |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 1111 | struct eth_device *edev; |
Marek Vasut | 9e27e9d | 2011-09-16 01:13:47 +0200 | [diff] [blame] | 1112 | struct fec_priv *fec; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 1113 | unsigned char ethaddr[6]; |
Andy Duan | 979a589 | 2017-04-10 19:44:35 +0800 | [diff] [blame] | 1114 | char mac[16]; |
Marek Vasut | e382fb4 | 2011-09-11 18:05:37 +0000 | [diff] [blame] | 1115 | uint32_t start; |
| 1116 | int ret = 0; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 1117 | |
| 1118 | /* create and fill edev struct */ |
| 1119 | edev = (struct eth_device *)malloc(sizeof(struct eth_device)); |
| 1120 | if (!edev) { |
Marek Vasut | 9e27e9d | 2011-09-16 01:13:47 +0200 | [diff] [blame] | 1121 | puts("fec_mxc: not enough malloc memory for eth_device\n"); |
Marek Vasut | e382fb4 | 2011-09-11 18:05:37 +0000 | [diff] [blame] | 1122 | ret = -ENOMEM; |
| 1123 | goto err1; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 1124 | } |
Marek Vasut | 9e27e9d | 2011-09-16 01:13:47 +0200 | [diff] [blame] | 1125 | |
| 1126 | fec = (struct fec_priv *)malloc(sizeof(struct fec_priv)); |
| 1127 | if (!fec) { |
| 1128 | puts("fec_mxc: not enough malloc memory for fec_priv\n"); |
Marek Vasut | e382fb4 | 2011-09-11 18:05:37 +0000 | [diff] [blame] | 1129 | ret = -ENOMEM; |
| 1130 | goto err2; |
Marek Vasut | 9e27e9d | 2011-09-16 01:13:47 +0200 | [diff] [blame] | 1131 | } |
| 1132 | |
Nobuhiro Iwamatsu | de0b957 | 2010-10-19 14:03:42 +0900 | [diff] [blame] | 1133 | memset(edev, 0, sizeof(*edev)); |
Marek Vasut | 9e27e9d | 2011-09-16 01:13:47 +0200 | [diff] [blame] | 1134 | memset(fec, 0, sizeof(*fec)); |
| 1135 | |
Marek Vasut | 79e5f27 | 2013-10-12 20:36:25 +0200 | [diff] [blame] | 1136 | ret = fec_alloc_descs(fec); |
| 1137 | if (ret) |
| 1138 | goto err3; |
| 1139 | |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 1140 | edev->priv = fec; |
| 1141 | edev->init = fec_init; |
| 1142 | edev->send = fec_send; |
| 1143 | edev->recv = fec_recv; |
| 1144 | edev->halt = fec_halt; |
Heiko Schocher | fb57ec9 | 2010-04-27 07:43:52 +0200 | [diff] [blame] | 1145 | edev->write_hwaddr = fec_set_hwaddr; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 1146 | |
Ye Li | f24e482 | 2018-01-10 13:20:44 +0800 | [diff] [blame] | 1147 | fec->eth = (struct ethernet_regs *)(ulong)base_addr; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 1148 | fec->bd = bd; |
| 1149 | |
Marek Vasut | 392b850 | 2011-09-11 18:05:33 +0000 | [diff] [blame] | 1150 | fec->xcv_type = CONFIG_FEC_XCV_TYPE; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 1151 | |
| 1152 | /* Reset chip. */ |
John Rigby | cb17b92 | 2010-01-25 23:12:55 -0700 | [diff] [blame] | 1153 | writel(readl(&fec->eth->ecntrl) | FEC_ECNTRL_RESET, &fec->eth->ecntrl); |
Marek Vasut | e382fb4 | 2011-09-11 18:05:37 +0000 | [diff] [blame] | 1154 | start = get_timer(0); |
| 1155 | while (readl(&fec->eth->ecntrl) & FEC_ECNTRL_RESET) { |
| 1156 | if (get_timer(start) > (CONFIG_SYS_HZ * 5)) { |
Vagrant Cascadian | 3450a85 | 2016-10-23 20:45:19 -0700 | [diff] [blame] | 1157 | printf("FEC MXC: Timeout resetting chip\n"); |
Marek Vasut | 79e5f27 | 2013-10-12 20:36:25 +0200 | [diff] [blame] | 1158 | goto err4; |
Marek Vasut | e382fb4 | 2011-09-11 18:05:37 +0000 | [diff] [blame] | 1159 | } |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 1160 | udelay(10); |
Marek Vasut | e382fb4 | 2011-09-11 18:05:37 +0000 | [diff] [blame] | 1161 | } |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 1162 | |
Marek Vasut | a5990b2 | 2012-05-01 11:09:41 +0000 | [diff] [blame] | 1163 | fec_reg_setup(fec); |
Troy Kisky | ef8e3a3 | 2012-10-22 16:40:44 +0000 | [diff] [blame] | 1164 | fec_set_dev_name(edev->name, dev_id); |
| 1165 | fec->dev_id = (dev_id == -1) ? 0 : dev_id; |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 1166 | fec->bus = bus; |
Troy Kisky | fe428b9 | 2012-10-22 16:40:46 +0000 | [diff] [blame] | 1167 | fec_mii_setspeed(bus->priv); |
| 1168 | #ifdef CONFIG_PHYLIB |
| 1169 | fec->phydev = phydev; |
| 1170 | phy_connect_dev(phydev, edev); |
| 1171 | /* Configure phy */ |
| 1172 | phy_config(phydev); |
| 1173 | #else |
| 1174 | fec->phy_id = phy_id; |
| 1175 | #endif |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 1176 | eth_register(edev); |
Andy Duan | 979a589 | 2017-04-10 19:44:35 +0800 | [diff] [blame] | 1177 | /* only support one eth device, the index number pointed by dev_id */ |
| 1178 | edev->index = fec->dev_id; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 1179 | |
Andy Duan | f01e4e1 | 2017-04-10 19:44:34 +0800 | [diff] [blame] | 1180 | if (fec_get_hwaddr(fec->dev_id, ethaddr) == 0) { |
| 1181 | debug("got MAC%d address from fuse: %pM\n", fec->dev_id, ethaddr); |
Stefano Babic | 4294b24 | 2010-02-01 14:51:30 +0100 | [diff] [blame] | 1182 | memcpy(edev->enetaddr, ethaddr, 6); |
Andy Duan | 979a589 | 2017-04-10 19:44:35 +0800 | [diff] [blame] | 1183 | if (fec->dev_id) |
| 1184 | sprintf(mac, "eth%daddr", fec->dev_id); |
| 1185 | else |
| 1186 | strcpy(mac, "ethaddr"); |
Simon Glass | 00caae6 | 2017-08-03 12:22:12 -0600 | [diff] [blame] | 1187 | if (!env_get(mac)) |
Simon Glass | fd1e959 | 2017-08-03 12:22:11 -0600 | [diff] [blame] | 1188 | eth_env_set_enetaddr(mac, ethaddr); |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 1189 | } |
Marek Vasut | e382fb4 | 2011-09-11 18:05:37 +0000 | [diff] [blame] | 1190 | return ret; |
Marek Vasut | 79e5f27 | 2013-10-12 20:36:25 +0200 | [diff] [blame] | 1191 | err4: |
| 1192 | fec_free_descs(fec); |
Marek Vasut | e382fb4 | 2011-09-11 18:05:37 +0000 | [diff] [blame] | 1193 | err3: |
| 1194 | free(fec); |
| 1195 | err2: |
| 1196 | free(edev); |
| 1197 | err1: |
| 1198 | return ret; |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 1199 | } |
| 1200 | |
Troy Kisky | eef2448 | 2012-10-22 16:40:42 +0000 | [diff] [blame] | 1201 | int fecmxc_initialize_multi(bd_t *bd, int dev_id, int phy_id, uint32_t addr) |
| 1202 | { |
Troy Kisky | fe428b9 | 2012-10-22 16:40:46 +0000 | [diff] [blame] | 1203 | uint32_t base_mii; |
| 1204 | struct mii_dev *bus = NULL; |
| 1205 | #ifdef CONFIG_PHYLIB |
| 1206 | struct phy_device *phydev = NULL; |
| 1207 | #endif |
| 1208 | int ret; |
| 1209 | |
Peng Fan | 3b26d52 | 2020-05-01 22:08:37 +0800 | [diff] [blame] | 1210 | if (CONFIG_IS_ENABLED(IMX_MODULE_FUSE)) { |
| 1211 | if (enet_fused((ulong)addr)) { |
| 1212 | printf("SoC fuse indicates Ethernet@0x%x is unavailable.\n", addr); |
| 1213 | return -ENODEV; |
| 1214 | } |
| 1215 | } |
| 1216 | |
Peng Fan | fbada48 | 2018-03-28 20:54:14 +0800 | [diff] [blame] | 1217 | #ifdef CONFIG_FEC_MXC_MDIO_BASE |
Troy Kisky | fe428b9 | 2012-10-22 16:40:46 +0000 | [diff] [blame] | 1218 | /* |
| 1219 | * The i.MX28 has two ethernet interfaces, but they are not equal. |
| 1220 | * Only the first one can access the MDIO bus. |
| 1221 | */ |
Peng Fan | fbada48 | 2018-03-28 20:54:14 +0800 | [diff] [blame] | 1222 | base_mii = CONFIG_FEC_MXC_MDIO_BASE; |
Troy Kisky | fe428b9 | 2012-10-22 16:40:46 +0000 | [diff] [blame] | 1223 | #else |
| 1224 | base_mii = addr; |
| 1225 | #endif |
Troy Kisky | eef2448 | 2012-10-22 16:40:42 +0000 | [diff] [blame] | 1226 | debug("eth_init: fec_probe(bd, %i, %i) @ %08x\n", dev_id, phy_id, addr); |
Troy Kisky | fe428b9 | 2012-10-22 16:40:46 +0000 | [diff] [blame] | 1227 | bus = fec_get_miibus(base_mii, dev_id); |
| 1228 | if (!bus) |
| 1229 | return -ENOMEM; |
| 1230 | #ifdef CONFIG_PHYLIB |
| 1231 | phydev = phy_find_by_mask(bus, 1 << phy_id, PHY_INTERFACE_MODE_RGMII); |
| 1232 | if (!phydev) { |
Måns Rullgård | 845a57b | 2015-12-08 15:38:46 +0000 | [diff] [blame] | 1233 | mdio_unregister(bus); |
Troy Kisky | fe428b9 | 2012-10-22 16:40:46 +0000 | [diff] [blame] | 1234 | free(bus); |
| 1235 | return -ENOMEM; |
| 1236 | } |
| 1237 | ret = fec_probe(bd, dev_id, addr, bus, phydev); |
| 1238 | #else |
| 1239 | ret = fec_probe(bd, dev_id, addr, bus, phy_id); |
| 1240 | #endif |
| 1241 | if (ret) { |
| 1242 | #ifdef CONFIG_PHYLIB |
| 1243 | free(phydev); |
| 1244 | #endif |
Måns Rullgård | 845a57b | 2015-12-08 15:38:46 +0000 | [diff] [blame] | 1245 | mdio_unregister(bus); |
Troy Kisky | fe428b9 | 2012-10-22 16:40:46 +0000 | [diff] [blame] | 1246 | free(bus); |
| 1247 | } |
| 1248 | return ret; |
Troy Kisky | eef2448 | 2012-10-22 16:40:42 +0000 | [diff] [blame] | 1249 | } |
| 1250 | |
Troy Kisky | 09439c3 | 2012-10-22 16:40:40 +0000 | [diff] [blame] | 1251 | #ifdef CONFIG_FEC_MXC_PHYADDR |
Ilya Yanok | 0b23fb3 | 2009-07-21 19:32:21 +0400 | [diff] [blame] | 1252 | int fecmxc_initialize(bd_t *bd) |
| 1253 | { |
Troy Kisky | eef2448 | 2012-10-22 16:40:42 +0000 | [diff] [blame] | 1254 | return fecmxc_initialize_multi(bd, -1, CONFIG_FEC_MXC_PHYADDR, |
| 1255 | IMX_FEC_BASE); |
Marek Vasut | 9e27e9d | 2011-09-16 01:13:47 +0200 | [diff] [blame] | 1256 | } |
| 1257 | #endif |
| 1258 | |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 1259 | #ifndef CONFIG_PHYLIB |
Marek Vasut | 2e5f442 | 2011-09-11 18:05:36 +0000 | [diff] [blame] | 1260 | int fecmxc_register_mii_postcall(struct eth_device *dev, int (*cb)(int)) |
| 1261 | { |
| 1262 | struct fec_priv *fec = (struct fec_priv *)dev->priv; |
| 1263 | fec->mii_postcall = cb; |
| 1264 | return 0; |
| 1265 | } |
Troy Kisky | 13947f4 | 2012-02-07 14:08:47 +0000 | [diff] [blame] | 1266 | #endif |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1267 | |
| 1268 | #else |
| 1269 | |
Jagan Teki | 1ed2570 | 2016-12-06 00:00:51 +0100 | [diff] [blame] | 1270 | static int fecmxc_read_rom_hwaddr(struct udevice *dev) |
| 1271 | { |
| 1272 | struct fec_priv *priv = dev_get_priv(dev); |
| 1273 | struct eth_pdata *pdata = dev_get_platdata(dev); |
| 1274 | |
| 1275 | return fec_get_hwaddr(priv->dev_id, pdata->enetaddr); |
| 1276 | } |
| 1277 | |
Ye Li | 07763ac | 2018-03-28 20:54:11 +0800 | [diff] [blame] | 1278 | static int fecmxc_free_pkt(struct udevice *dev, uchar *packet, int length) |
| 1279 | { |
| 1280 | if (packet) |
| 1281 | free(packet); |
| 1282 | |
| 1283 | return 0; |
| 1284 | } |
| 1285 | |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1286 | static const struct eth_ops fecmxc_ops = { |
| 1287 | .start = fecmxc_init, |
| 1288 | .send = fecmxc_send, |
| 1289 | .recv = fecmxc_recv, |
Ye Li | 07763ac | 2018-03-28 20:54:11 +0800 | [diff] [blame] | 1290 | .free_pkt = fecmxc_free_pkt, |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1291 | .stop = fecmxc_halt, |
| 1292 | .write_hwaddr = fecmxc_set_hwaddr, |
Jagan Teki | 1ed2570 | 2016-12-06 00:00:51 +0100 | [diff] [blame] | 1293 | .read_rom_hwaddr = fecmxc_read_rom_hwaddr, |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1294 | }; |
| 1295 | |
Martyn Welch | 774ec60 | 2018-12-11 11:34:45 +0000 | [diff] [blame] | 1296 | static int device_get_phy_addr(struct udevice *dev) |
| 1297 | { |
| 1298 | struct ofnode_phandle_args phandle_args; |
| 1299 | int reg; |
| 1300 | |
| 1301 | if (dev_read_phandle_with_args(dev, "phy-handle", NULL, 0, 0, |
| 1302 | &phandle_args)) { |
| 1303 | debug("Failed to find phy-handle"); |
| 1304 | return -ENODEV; |
| 1305 | } |
| 1306 | |
| 1307 | reg = ofnode_read_u32_default(phandle_args.node, "reg", 0); |
| 1308 | |
| 1309 | return reg; |
| 1310 | } |
| 1311 | |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1312 | static int fec_phy_init(struct fec_priv *priv, struct udevice *dev) |
| 1313 | { |
| 1314 | struct phy_device *phydev; |
Martyn Welch | 774ec60 | 2018-12-11 11:34:45 +0000 | [diff] [blame] | 1315 | int addr; |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1316 | |
Martyn Welch | 774ec60 | 2018-12-11 11:34:45 +0000 | [diff] [blame] | 1317 | addr = device_get_phy_addr(dev); |
Lukasz Majewski | 178d4f0 | 2018-04-15 21:45:54 +0200 | [diff] [blame] | 1318 | #ifdef CONFIG_FEC_MXC_PHYADDR |
Hannes Schmelzer | b882005 | 2019-02-15 10:30:18 +0100 | [diff] [blame] | 1319 | addr = CONFIG_FEC_MXC_PHYADDR; |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1320 | #endif |
| 1321 | |
Hannes Schmelzer | b882005 | 2019-02-15 10:30:18 +0100 | [diff] [blame] | 1322 | phydev = phy_connect(priv->bus, addr, dev, priv->interface); |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1323 | if (!phydev) |
| 1324 | return -ENODEV; |
| 1325 | |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1326 | priv->phydev = phydev; |
| 1327 | phy_config(phydev); |
| 1328 | |
| 1329 | return 0; |
| 1330 | } |
| 1331 | |
Simon Glass | bcee8d6 | 2019-12-06 21:41:35 -0700 | [diff] [blame] | 1332 | #if CONFIG_IS_ENABLED(DM_GPIO) |
Michael Trimarchi | efd0b79 | 2018-06-17 15:22:39 +0200 | [diff] [blame] | 1333 | /* FEC GPIO reset */ |
| 1334 | static void fec_gpio_reset(struct fec_priv *priv) |
| 1335 | { |
| 1336 | debug("fec_gpio_reset: fec_gpio_reset(dev)\n"); |
| 1337 | if (dm_gpio_is_valid(&priv->phy_reset_gpio)) { |
| 1338 | dm_gpio_set_value(&priv->phy_reset_gpio, 1); |
Martin Fuzzey | 9b8b918 | 2018-10-04 19:59:18 +0200 | [diff] [blame] | 1339 | mdelay(priv->reset_delay); |
Michael Trimarchi | efd0b79 | 2018-06-17 15:22:39 +0200 | [diff] [blame] | 1340 | dm_gpio_set_value(&priv->phy_reset_gpio, 0); |
Andrejs Cainikovs | 31d4045 | 2019-03-01 13:27:59 +0000 | [diff] [blame] | 1341 | if (priv->reset_post_delay) |
| 1342 | mdelay(priv->reset_post_delay); |
Michael Trimarchi | efd0b79 | 2018-06-17 15:22:39 +0200 | [diff] [blame] | 1343 | } |
| 1344 | } |
| 1345 | #endif |
| 1346 | |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1347 | static int fecmxc_probe(struct udevice *dev) |
| 1348 | { |
| 1349 | struct eth_pdata *pdata = dev_get_platdata(dev); |
| 1350 | struct fec_priv *priv = dev_get_priv(dev); |
| 1351 | struct mii_dev *bus = NULL; |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1352 | uint32_t start; |
| 1353 | int ret; |
| 1354 | |
Peng Fan | 3b26d52 | 2020-05-01 22:08:37 +0800 | [diff] [blame] | 1355 | if (CONFIG_IS_ENABLED(IMX_MODULE_FUSE)) { |
| 1356 | if (enet_fused((ulong)priv->eth)) { |
| 1357 | printf("SoC fuse indicates Ethernet@0x%lx is unavailable.\n", (ulong)priv->eth); |
| 1358 | return -ENODEV; |
| 1359 | } |
| 1360 | } |
| 1361 | |
Anatolij Gustschin | 58ec4d3 | 2018-10-18 16:15:11 +0200 | [diff] [blame] | 1362 | if (IS_ENABLED(CONFIG_IMX8)) { |
| 1363 | ret = clk_get_by_name(dev, "ipg", &priv->ipg_clk); |
| 1364 | if (ret < 0) { |
| 1365 | debug("Can't get FEC ipg clk: %d\n", ret); |
| 1366 | return ret; |
| 1367 | } |
| 1368 | ret = clk_enable(&priv->ipg_clk); |
| 1369 | if (ret < 0) { |
| 1370 | debug("Can't enable FEC ipg clk: %d\n", ret); |
| 1371 | return ret; |
| 1372 | } |
| 1373 | |
| 1374 | priv->clk_rate = clk_get_rate(&priv->ipg_clk); |
Peng Fan | 673f659 | 2019-10-25 09:48:02 +0000 | [diff] [blame] | 1375 | } else if (CONFIG_IS_ENABLED(CLK_CCF)) { |
| 1376 | ret = clk_get_by_name(dev, "ipg", &priv->ipg_clk); |
| 1377 | if (ret < 0) { |
| 1378 | debug("Can't get FEC ipg clk: %d\n", ret); |
| 1379 | return ret; |
| 1380 | } |
| 1381 | ret = clk_enable(&priv->ipg_clk); |
| 1382 | if(ret) |
| 1383 | return ret; |
| 1384 | |
| 1385 | ret = clk_get_by_name(dev, "ahb", &priv->ahb_clk); |
| 1386 | if (ret < 0) { |
| 1387 | debug("Can't get FEC ahb clk: %d\n", ret); |
| 1388 | return ret; |
| 1389 | } |
| 1390 | ret = clk_enable(&priv->ahb_clk); |
| 1391 | if (ret) |
| 1392 | return ret; |
| 1393 | |
| 1394 | ret = clk_get_by_name(dev, "enet_out", &priv->clk_enet_out); |
| 1395 | if (!ret) { |
| 1396 | ret = clk_enable(&priv->clk_enet_out); |
| 1397 | if (ret) |
| 1398 | return ret; |
| 1399 | } |
| 1400 | |
| 1401 | ret = clk_get_by_name(dev, "enet_clk_ref", &priv->clk_ref); |
| 1402 | if (!ret) { |
| 1403 | ret = clk_enable(&priv->clk_ref); |
| 1404 | if (ret) |
| 1405 | return ret; |
| 1406 | } |
| 1407 | |
| 1408 | ret = clk_get_by_name(dev, "ptp", &priv->clk_ptp); |
| 1409 | if (!ret) { |
| 1410 | ret = clk_enable(&priv->clk_ptp); |
| 1411 | if (ret) |
| 1412 | return ret; |
| 1413 | } |
| 1414 | |
| 1415 | priv->clk_rate = clk_get_rate(&priv->ipg_clk); |
Anatolij Gustschin | 58ec4d3 | 2018-10-18 16:15:11 +0200 | [diff] [blame] | 1416 | } |
| 1417 | |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1418 | ret = fec_alloc_descs(priv); |
| 1419 | if (ret) |
| 1420 | return ret; |
| 1421 | |
Martin Fuzzey | ad8c43c | 2018-10-04 19:59:20 +0200 | [diff] [blame] | 1422 | #ifdef CONFIG_DM_REGULATOR |
| 1423 | if (priv->phy_supply) { |
Adam Ford | 8f1a5ac | 2019-01-15 11:26:48 -0600 | [diff] [blame] | 1424 | ret = regulator_set_enable(priv->phy_supply, true); |
Martin Fuzzey | ad8c43c | 2018-10-04 19:59:20 +0200 | [diff] [blame] | 1425 | if (ret) { |
| 1426 | printf("%s: Error enabling phy supply\n", dev->name); |
| 1427 | return ret; |
| 1428 | } |
| 1429 | } |
| 1430 | #endif |
| 1431 | |
Simon Glass | bcee8d6 | 2019-12-06 21:41:35 -0700 | [diff] [blame] | 1432 | #if CONFIG_IS_ENABLED(DM_GPIO) |
Michael Trimarchi | efd0b79 | 2018-06-17 15:22:39 +0200 | [diff] [blame] | 1433 | fec_gpio_reset(priv); |
| 1434 | #endif |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1435 | /* Reset chip. */ |
Jagan Teki | 567173a | 2016-12-06 00:00:50 +0100 | [diff] [blame] | 1436 | writel(readl(&priv->eth->ecntrl) | FEC_ECNTRL_RESET, |
| 1437 | &priv->eth->ecntrl); |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1438 | start = get_timer(0); |
| 1439 | while (readl(&priv->eth->ecntrl) & FEC_ECNTRL_RESET) { |
| 1440 | if (get_timer(start) > (CONFIG_SYS_HZ * 5)) { |
| 1441 | printf("FEC MXC: Timeout reseting chip\n"); |
| 1442 | goto err_timeout; |
| 1443 | } |
| 1444 | udelay(10); |
| 1445 | } |
| 1446 | |
| 1447 | fec_reg_setup(priv); |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1448 | |
Peng Fan | 8b20386 | 2018-03-28 20:54:13 +0800 | [diff] [blame] | 1449 | priv->dev_id = dev->seq; |
Ye Li | 6a895d0 | 2020-05-03 22:41:15 +0800 | [diff] [blame] | 1450 | |
| 1451 | #ifdef CONFIG_DM_ETH_PHY |
| 1452 | bus = eth_phy_get_mdio_bus(dev); |
Peng Fan | fbada48 | 2018-03-28 20:54:14 +0800 | [diff] [blame] | 1453 | #endif |
Ye Li | 6a895d0 | 2020-05-03 22:41:15 +0800 | [diff] [blame] | 1454 | |
| 1455 | if (!bus) { |
| 1456 | #ifdef CONFIG_FEC_MXC_MDIO_BASE |
| 1457 | bus = fec_get_miibus((ulong)CONFIG_FEC_MXC_MDIO_BASE, dev->seq); |
| 1458 | #else |
| 1459 | bus = fec_get_miibus((ulong)priv->eth, dev->seq); |
| 1460 | #endif |
| 1461 | } |
Lothar Waßmann | 306dd7d | 2017-06-27 15:23:16 +0200 | [diff] [blame] | 1462 | if (!bus) { |
| 1463 | ret = -ENOMEM; |
| 1464 | goto err_mii; |
| 1465 | } |
| 1466 | |
Ye Li | 6a895d0 | 2020-05-03 22:41:15 +0800 | [diff] [blame] | 1467 | #ifdef CONFIG_DM_ETH_PHY |
| 1468 | eth_phy_set_mdio_bus(dev, bus); |
| 1469 | #endif |
| 1470 | |
Lothar Waßmann | 306dd7d | 2017-06-27 15:23:16 +0200 | [diff] [blame] | 1471 | priv->bus = bus; |
Lothar Waßmann | 306dd7d | 2017-06-27 15:23:16 +0200 | [diff] [blame] | 1472 | priv->interface = pdata->phy_interface; |
Martin Fuzzey | 0126c64 | 2018-10-04 19:59:21 +0200 | [diff] [blame] | 1473 | switch (priv->interface) { |
| 1474 | case PHY_INTERFACE_MODE_MII: |
| 1475 | priv->xcv_type = MII100; |
| 1476 | break; |
| 1477 | case PHY_INTERFACE_MODE_RMII: |
| 1478 | priv->xcv_type = RMII; |
| 1479 | break; |
| 1480 | case PHY_INTERFACE_MODE_RGMII: |
| 1481 | case PHY_INTERFACE_MODE_RGMII_ID: |
| 1482 | case PHY_INTERFACE_MODE_RGMII_RXID: |
| 1483 | case PHY_INTERFACE_MODE_RGMII_TXID: |
| 1484 | priv->xcv_type = RGMII; |
| 1485 | break; |
| 1486 | default: |
| 1487 | priv->xcv_type = CONFIG_FEC_XCV_TYPE; |
| 1488 | printf("Unsupported interface type %d defaulting to %d\n", |
| 1489 | priv->interface, priv->xcv_type); |
| 1490 | break; |
| 1491 | } |
| 1492 | |
Lothar Waßmann | 306dd7d | 2017-06-27 15:23:16 +0200 | [diff] [blame] | 1493 | ret = fec_phy_init(priv, dev); |
| 1494 | if (ret) |
| 1495 | goto err_phy; |
| 1496 | |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1497 | return 0; |
| 1498 | |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1499 | err_phy: |
| 1500 | mdio_unregister(bus); |
| 1501 | free(bus); |
| 1502 | err_mii: |
Ye Li | 2087eac | 2018-03-28 20:54:16 +0800 | [diff] [blame] | 1503 | err_timeout: |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1504 | fec_free_descs(priv); |
| 1505 | return ret; |
| 1506 | } |
| 1507 | |
| 1508 | static int fecmxc_remove(struct udevice *dev) |
| 1509 | { |
| 1510 | struct fec_priv *priv = dev_get_priv(dev); |
| 1511 | |
| 1512 | free(priv->phydev); |
| 1513 | fec_free_descs(priv); |
| 1514 | mdio_unregister(priv->bus); |
| 1515 | mdio_free(priv->bus); |
| 1516 | |
Martin Fuzzey | ad8c43c | 2018-10-04 19:59:20 +0200 | [diff] [blame] | 1517 | #ifdef CONFIG_DM_REGULATOR |
| 1518 | if (priv->phy_supply) |
| 1519 | regulator_set_enable(priv->phy_supply, false); |
| 1520 | #endif |
| 1521 | |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1522 | return 0; |
| 1523 | } |
| 1524 | |
| 1525 | static int fecmxc_ofdata_to_platdata(struct udevice *dev) |
| 1526 | { |
Michael Trimarchi | efd0b79 | 2018-06-17 15:22:39 +0200 | [diff] [blame] | 1527 | int ret = 0; |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1528 | struct eth_pdata *pdata = dev_get_platdata(dev); |
| 1529 | struct fec_priv *priv = dev_get_priv(dev); |
| 1530 | const char *phy_mode; |
| 1531 | |
Simon Glass | a821c4a | 2017-05-17 17:18:05 -0600 | [diff] [blame] | 1532 | pdata->iobase = (phys_addr_t)devfdt_get_addr(dev); |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1533 | priv->eth = (struct ethernet_regs *)pdata->iobase; |
| 1534 | |
| 1535 | pdata->phy_interface = -1; |
Simon Glass | e160f7d | 2017-01-17 16:52:55 -0700 | [diff] [blame] | 1536 | phy_mode = fdt_getprop(gd->fdt_blob, dev_of_offset(dev), "phy-mode", |
| 1537 | NULL); |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1538 | if (phy_mode) |
| 1539 | pdata->phy_interface = phy_get_interface_by_name(phy_mode); |
| 1540 | if (pdata->phy_interface == -1) { |
| 1541 | debug("%s: Invalid PHY interface '%s'\n", __func__, phy_mode); |
| 1542 | return -EINVAL; |
| 1543 | } |
| 1544 | |
Martin Fuzzey | ad8c43c | 2018-10-04 19:59:20 +0200 | [diff] [blame] | 1545 | #ifdef CONFIG_DM_REGULATOR |
| 1546 | device_get_supply_regulator(dev, "phy-supply", &priv->phy_supply); |
| 1547 | #endif |
| 1548 | |
Simon Glass | bcee8d6 | 2019-12-06 21:41:35 -0700 | [diff] [blame] | 1549 | #if CONFIG_IS_ENABLED(DM_GPIO) |
Michael Trimarchi | efd0b79 | 2018-06-17 15:22:39 +0200 | [diff] [blame] | 1550 | ret = gpio_request_by_name(dev, "phy-reset-gpios", 0, |
Martin Fuzzey | 331fcab | 2018-10-04 19:59:19 +0200 | [diff] [blame] | 1551 | &priv->phy_reset_gpio, GPIOD_IS_OUT); |
| 1552 | if (ret < 0) |
| 1553 | return 0; /* property is optional, don't return error! */ |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1554 | |
Martin Fuzzey | 331fcab | 2018-10-04 19:59:19 +0200 | [diff] [blame] | 1555 | priv->reset_delay = dev_read_u32_default(dev, "phy-reset-duration", 1); |
Michael Trimarchi | efd0b79 | 2018-06-17 15:22:39 +0200 | [diff] [blame] | 1556 | if (priv->reset_delay > 1000) { |
Martin Fuzzey | 331fcab | 2018-10-04 19:59:19 +0200 | [diff] [blame] | 1557 | printf("FEC MXC: phy reset duration should be <= 1000ms\n"); |
| 1558 | /* property value wrong, use default value */ |
| 1559 | priv->reset_delay = 1; |
Michael Trimarchi | efd0b79 | 2018-06-17 15:22:39 +0200 | [diff] [blame] | 1560 | } |
Andrejs Cainikovs | 31d4045 | 2019-03-01 13:27:59 +0000 | [diff] [blame] | 1561 | |
| 1562 | priv->reset_post_delay = dev_read_u32_default(dev, |
| 1563 | "phy-reset-post-delay", |
| 1564 | 0); |
| 1565 | if (priv->reset_post_delay > 1000) { |
| 1566 | printf("FEC MXC: phy reset post delay should be <= 1000ms\n"); |
| 1567 | /* property value wrong, use default value */ |
| 1568 | priv->reset_post_delay = 0; |
| 1569 | } |
Michael Trimarchi | efd0b79 | 2018-06-17 15:22:39 +0200 | [diff] [blame] | 1570 | #endif |
| 1571 | |
Martin Fuzzey | 331fcab | 2018-10-04 19:59:19 +0200 | [diff] [blame] | 1572 | return 0; |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1573 | } |
| 1574 | |
| 1575 | static const struct udevice_id fecmxc_ids[] = { |
Lukasz Majewski | 7782f4e | 2019-06-19 17:31:03 +0200 | [diff] [blame] | 1576 | { .compatible = "fsl,imx28-fec" }, |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1577 | { .compatible = "fsl,imx6q-fec" }, |
Peng Fan | 979e0fc | 2018-03-28 20:54:15 +0800 | [diff] [blame] | 1578 | { .compatible = "fsl,imx6sl-fec" }, |
| 1579 | { .compatible = "fsl,imx6sx-fec" }, |
| 1580 | { .compatible = "fsl,imx6ul-fec" }, |
Lukasz Majewski | 948239e | 2018-04-15 21:54:22 +0200 | [diff] [blame] | 1581 | { .compatible = "fsl,imx53-fec" }, |
Anatolij Gustschin | 58ec4d3 | 2018-10-18 16:15:11 +0200 | [diff] [blame] | 1582 | { .compatible = "fsl,imx7d-fec" }, |
Lukasz Majewski | 27589e7 | 2019-02-13 22:46:38 +0100 | [diff] [blame] | 1583 | { .compatible = "fsl,mvf600-fec" }, |
Jagan Teki | 60752ca | 2016-12-06 00:00:49 +0100 | [diff] [blame] | 1584 | { } |
| 1585 | }; |
| 1586 | |
| 1587 | U_BOOT_DRIVER(fecmxc_gem) = { |
| 1588 | .name = "fecmxc", |
| 1589 | .id = UCLASS_ETH, |
| 1590 | .of_match = fecmxc_ids, |
| 1591 | .ofdata_to_platdata = fecmxc_ofdata_to_platdata, |
| 1592 | .probe = fecmxc_probe, |
| 1593 | .remove = fecmxc_remove, |
| 1594 | .ops = &fecmxc_ops, |
| 1595 | .priv_auto_alloc_size = sizeof(struct fec_priv), |
| 1596 | .platdata_auto_alloc_size = sizeof(struct eth_pdata), |
| 1597 | }; |
| 1598 | #endif |