Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 1 | /* |
| 2 | * Freescale PowerQUICC Ethernet Driver -- MIIM bus implementation |
| 3 | * Provides Bus interface for MIIM regs |
| 4 | * |
| 5 | * Author: Andy Fleming <afleming@freescale.com> |
Sandeep Gopalpet | 1d2397d | 2009-11-02 07:03:22 +0000 | [diff] [blame] | 6 | * Modifier: Sandeep Gopalpet <sandeep.kumar@freescale.com> |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 7 | * |
Sandeep Gopalpet | 1d2397d | 2009-11-02 07:03:22 +0000 | [diff] [blame] | 8 | * Copyright 2002-2004, 2008-2009 Freescale Semiconductor, Inc. |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 9 | * |
| 10 | * Based on gianfar_mii.c and ucc_geth_mii.c (Li Yang, Kim Phillips) |
| 11 | * |
| 12 | * This program is free software; you can redistribute it and/or modify it |
| 13 | * under the terms of the GNU General Public License as published by the |
| 14 | * Free Software Foundation; either version 2 of the License, or (at your |
| 15 | * option) any later version. |
| 16 | * |
| 17 | */ |
| 18 | |
| 19 | #include <linux/kernel.h> |
| 20 | #include <linux/string.h> |
| 21 | #include <linux/errno.h> |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 22 | #include <linux/slab.h> |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 23 | #include <linux/delay.h> |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 24 | #include <linux/module.h> |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 25 | #include <linux/mii.h> |
Grant Likely | 22ae782 | 2010-07-29 11:49:01 -0600 | [diff] [blame] | 26 | #include <linux/of_address.h> |
Grant Likely | 324931b | 2009-04-25 12:53:07 +0000 | [diff] [blame] | 27 | #include <linux/of_mdio.h> |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 28 | #include <linux/of_device.h> |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 29 | |
| 30 | #include <asm/io.h> |
Claudiu Manoil | 9a4cbd5 | 2014-10-07 10:44:28 +0300 | [diff] [blame] | 31 | #if IS_ENABLED(CONFIG_UCC_GETH) |
Zhao Qiang | 7aa1aa6 | 2015-11-30 10:48:57 +0800 | [diff] [blame] | 32 | #include <soc/fsl/qe/ucc.h> |
Claudiu Manoil | 9a4cbd5 | 2014-10-07 10:44:28 +0300 | [diff] [blame] | 33 | #endif |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 34 | |
| 35 | #include "gianfar.h" |
Timur Tabi | 19bcd6c | 2012-08-29 08:07:57 +0000 | [diff] [blame] | 36 | |
| 37 | #define MIIMIND_BUSY 0x00000001 |
| 38 | #define MIIMIND_NOTVALID 0x00000004 |
| 39 | #define MIIMCFG_INIT_VALUE 0x00000007 |
| 40 | #define MIIMCFG_RESET 0x80000000 |
| 41 | |
| 42 | #define MII_READ_COMMAND 0x00000001 |
| 43 | |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 44 | struct fsl_pq_mii { |
| 45 | u32 miimcfg; /* MII management configuration reg */ |
| 46 | u32 miimcom; /* MII management command reg */ |
| 47 | u32 miimadd; /* MII management address reg */ |
| 48 | u32 miimcon; /* MII management control reg */ |
| 49 | u32 miimstat; /* MII management status reg */ |
| 50 | u32 miimind; /* MII management indication reg */ |
| 51 | }; |
| 52 | |
Timur Tabi | 19bcd6c | 2012-08-29 08:07:57 +0000 | [diff] [blame] | 53 | struct fsl_pq_mdio { |
| 54 | u8 res1[16]; |
| 55 | u32 ieventm; /* MDIO Interrupt event register (for etsec2)*/ |
| 56 | u32 imaskm; /* MDIO Interrupt mask register (for etsec2)*/ |
| 57 | u8 res2[4]; |
| 58 | u32 emapm; /* MDIO Event mapping register (for etsec2)*/ |
| 59 | u8 res3[1280]; |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 60 | struct fsl_pq_mii mii; |
Timur Tabi | 19bcd6c | 2012-08-29 08:07:57 +0000 | [diff] [blame] | 61 | u8 res4[28]; |
| 62 | u32 utbipar; /* TBI phy address reg (only on UCC) */ |
| 63 | u8 res5[2728]; |
| 64 | } __packed; |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 65 | |
Timur Tabi | 59399c5 | 2012-07-09 16:57:36 -0500 | [diff] [blame] | 66 | /* Number of microseconds to wait for an MII register to respond */ |
| 67 | #define MII_TIMEOUT 1000 |
| 68 | |
Anton Vorontsov | b3319b1 | 2009-12-30 08:23:34 +0000 | [diff] [blame] | 69 | struct fsl_pq_mdio_priv { |
| 70 | void __iomem *map; |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 71 | struct fsl_pq_mii __iomem *regs; |
| 72 | }; |
| 73 | |
| 74 | /* |
| 75 | * Per-device-type data. Each type of device tree node that we support gets |
| 76 | * one of these. |
| 77 | * |
| 78 | * @mii_offset: the offset of the MII registers within the memory map of the |
| 79 | * node. Some nodes define only the MII registers, and some define the whole |
| 80 | * MAC (which includes the MII registers). |
| 81 | * |
| 82 | * @get_tbipa: determines the address of the TBIPA register |
| 83 | * |
| 84 | * @ucc_configure: a special function for extra QE configuration |
| 85 | */ |
| 86 | struct fsl_pq_mdio_data { |
| 87 | unsigned int mii_offset; /* offset of the MII registers */ |
| 88 | uint32_t __iomem * (*get_tbipa)(void __iomem *p); |
| 89 | void (*ucc_configure)(phys_addr_t start, phys_addr_t end); |
Anton Vorontsov | b3319b1 | 2009-12-30 08:23:34 +0000 | [diff] [blame] | 90 | }; |
| 91 | |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 92 | /* |
Timur Tabi | 69cfb41 | 2012-08-29 08:07:59 +0000 | [diff] [blame] | 93 | * Write value to the PHY at mii_id at register regnum, on the bus attached |
| 94 | * to the local interface, which may be different from the generic mdio bus |
| 95 | * (tied to a single interface), waiting until the write is done before |
| 96 | * returning. This is helpful in programming interfaces like the TBI which |
| 97 | * control interfaces like onchip SERDES and are always tied to the local |
| 98 | * mdio pins, which may not be the same as system mdio bus, used for |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 99 | * controlling the external PHYs, for example. |
| 100 | */ |
Timur Tabi | 69cfb41 | 2012-08-29 08:07:59 +0000 | [diff] [blame] | 101 | static int fsl_pq_mdio_write(struct mii_bus *bus, int mii_id, int regnum, |
| 102 | u16 value) |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 103 | { |
Timur Tabi | 69cfb41 | 2012-08-29 08:07:59 +0000 | [diff] [blame] | 104 | struct fsl_pq_mdio_priv *priv = bus->priv; |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 105 | struct fsl_pq_mii __iomem *regs = priv->regs; |
Claudiu Manoil | e4b081f | 2014-10-07 10:44:30 +0300 | [diff] [blame] | 106 | unsigned int timeout; |
Timur Tabi | 59399c5 | 2012-07-09 16:57:36 -0500 | [diff] [blame] | 107 | |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 108 | /* Set the PHY address and the register address we want to write */ |
Claudiu Manoil | f5bbd26 | 2014-10-07 10:44:29 +0300 | [diff] [blame] | 109 | iowrite32be((mii_id << 8) | regnum, ®s->miimadd); |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 110 | |
| 111 | /* Write out the value we want */ |
Claudiu Manoil | f5bbd26 | 2014-10-07 10:44:29 +0300 | [diff] [blame] | 112 | iowrite32be(value, ®s->miimcon); |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 113 | |
| 114 | /* Wait for the transaction to finish */ |
Claudiu Manoil | e4b081f | 2014-10-07 10:44:30 +0300 | [diff] [blame] | 115 | timeout = MII_TIMEOUT; |
| 116 | while ((ioread32be(®s->miimind) & MIIMIND_BUSY) && timeout) { |
| 117 | cpu_relax(); |
| 118 | timeout--; |
| 119 | } |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 120 | |
Claudiu Manoil | e4b081f | 2014-10-07 10:44:30 +0300 | [diff] [blame] | 121 | return timeout ? 0 : -ETIMEDOUT; |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 122 | } |
| 123 | |
| 124 | /* |
Timur Tabi | 69cfb41 | 2012-08-29 08:07:59 +0000 | [diff] [blame] | 125 | * Read the bus for PHY at addr mii_id, register regnum, and return the value. |
| 126 | * Clears miimcom first. |
| 127 | * |
| 128 | * All PHY operation done on the bus attached to the local interface, which |
| 129 | * may be different from the generic mdio bus. This is helpful in programming |
| 130 | * interfaces like the TBI which, in turn, control interfaces like on-chip |
| 131 | * SERDES and are always tied to the local mdio pins, which may not be the |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 132 | * same as system mdio bus, used for controlling the external PHYs, for eg. |
| 133 | */ |
Timur Tabi | 69cfb41 | 2012-08-29 08:07:59 +0000 | [diff] [blame] | 134 | static int fsl_pq_mdio_read(struct mii_bus *bus, int mii_id, int regnum) |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 135 | { |
Timur Tabi | 69cfb41 | 2012-08-29 08:07:59 +0000 | [diff] [blame] | 136 | struct fsl_pq_mdio_priv *priv = bus->priv; |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 137 | struct fsl_pq_mii __iomem *regs = priv->regs; |
Claudiu Manoil | e4b081f | 2014-10-07 10:44:30 +0300 | [diff] [blame] | 138 | unsigned int timeout; |
Timur Tabi | 69cfb41 | 2012-08-29 08:07:59 +0000 | [diff] [blame] | 139 | u16 value; |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 140 | |
| 141 | /* Set the PHY address and the register address we want to read */ |
Claudiu Manoil | f5bbd26 | 2014-10-07 10:44:29 +0300 | [diff] [blame] | 142 | iowrite32be((mii_id << 8) | regnum, ®s->miimadd); |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 143 | |
| 144 | /* Clear miimcom, and then initiate a read */ |
Claudiu Manoil | f5bbd26 | 2014-10-07 10:44:29 +0300 | [diff] [blame] | 145 | iowrite32be(0, ®s->miimcom); |
| 146 | iowrite32be(MII_READ_COMMAND, ®s->miimcom); |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 147 | |
Timur Tabi | 59399c5 | 2012-07-09 16:57:36 -0500 | [diff] [blame] | 148 | /* Wait for the transaction to finish, normally less than 100us */ |
Claudiu Manoil | e4b081f | 2014-10-07 10:44:30 +0300 | [diff] [blame] | 149 | timeout = MII_TIMEOUT; |
| 150 | while ((ioread32be(®s->miimind) & |
| 151 | (MIIMIND_NOTVALID | MIIMIND_BUSY)) && timeout) { |
| 152 | cpu_relax(); |
| 153 | timeout--; |
| 154 | } |
| 155 | |
| 156 | if (!timeout) |
Timur Tabi | 59399c5 | 2012-07-09 16:57:36 -0500 | [diff] [blame] | 157 | return -ETIMEDOUT; |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 158 | |
| 159 | /* Grab the value of the register from miimstat */ |
Claudiu Manoil | f5bbd26 | 2014-10-07 10:44:29 +0300 | [diff] [blame] | 160 | value = ioread32be(®s->miimstat); |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 161 | |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 162 | dev_dbg(&bus->dev, "read %04x from address %x/%x\n", value, mii_id, regnum); |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 163 | return value; |
| 164 | } |
| 165 | |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 166 | /* Reset the MIIM registers, and wait for the bus to free */ |
| 167 | static int fsl_pq_mdio_reset(struct mii_bus *bus) |
| 168 | { |
Timur Tabi | 69cfb41 | 2012-08-29 08:07:59 +0000 | [diff] [blame] | 169 | struct fsl_pq_mdio_priv *priv = bus->priv; |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 170 | struct fsl_pq_mii __iomem *regs = priv->regs; |
Claudiu Manoil | e4b081f | 2014-10-07 10:44:30 +0300 | [diff] [blame] | 171 | unsigned int timeout; |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 172 | |
| 173 | mutex_lock(&bus->mdio_lock); |
| 174 | |
| 175 | /* Reset the management interface */ |
Claudiu Manoil | f5bbd26 | 2014-10-07 10:44:29 +0300 | [diff] [blame] | 176 | iowrite32be(MIIMCFG_RESET, ®s->miimcfg); |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 177 | |
| 178 | /* Setup the MII Mgmt clock speed */ |
Claudiu Manoil | f5bbd26 | 2014-10-07 10:44:29 +0300 | [diff] [blame] | 179 | iowrite32be(MIIMCFG_INIT_VALUE, ®s->miimcfg); |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 180 | |
| 181 | /* Wait until the bus is free */ |
Claudiu Manoil | e4b081f | 2014-10-07 10:44:30 +0300 | [diff] [blame] | 182 | timeout = MII_TIMEOUT; |
| 183 | while ((ioread32be(®s->miimind) & MIIMIND_BUSY) && timeout) { |
| 184 | cpu_relax(); |
| 185 | timeout--; |
| 186 | } |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 187 | |
| 188 | mutex_unlock(&bus->mdio_lock); |
| 189 | |
Claudiu Manoil | e4b081f | 2014-10-07 10:44:30 +0300 | [diff] [blame] | 190 | if (!timeout) { |
Timur Tabi | 5078ac7 | 2012-08-29 08:08:00 +0000 | [diff] [blame] | 191 | dev_err(&bus->dev, "timeout waiting for MII bus\n"); |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 192 | return -EBUSY; |
| 193 | } |
| 194 | |
| 195 | return 0; |
| 196 | } |
| 197 | |
Javier Martinez Canillas | 504e76e | 2016-09-12 10:03:37 -0400 | [diff] [blame] | 198 | #if IS_ENABLED(CONFIG_GIANFAR) |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 199 | /* |
Gerlando Falauto | 3bb35ac | 2015-10-12 09:18:41 +0200 | [diff] [blame] | 200 | * Return the TBIPA address, starting from the address |
| 201 | * of the mapped GFAR MDIO registers (struct gfar) |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 202 | * This is mildly evil, but so is our hardware for doing this. |
| 203 | * Also, we have to cast back to struct gfar because of |
| 204 | * definition weirdness done in gianfar.h. |
| 205 | */ |
Gerlando Falauto | 3bb35ac | 2015-10-12 09:18:41 +0200 | [diff] [blame] | 206 | static uint32_t __iomem *get_gfar_tbipa_from_mdio(void __iomem *p) |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 207 | { |
| 208 | struct gfar __iomem *enet_regs = p; |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 209 | |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 210 | return &enet_regs->tbipa; |
Andy Fleming | 952c5ca | 2011-11-11 05:10:39 +0000 | [diff] [blame] | 211 | } |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 212 | |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 213 | /* |
Gerlando Falauto | 3bb35ac | 2015-10-12 09:18:41 +0200 | [diff] [blame] | 214 | * Return the TBIPA address, starting from the address |
| 215 | * of the mapped GFAR MII registers (gfar_mii_regs[] within struct gfar) |
| 216 | */ |
| 217 | static uint32_t __iomem *get_gfar_tbipa_from_mii(void __iomem *p) |
| 218 | { |
| 219 | return get_gfar_tbipa_from_mdio(container_of(p, struct gfar, gfar_mii_regs)); |
| 220 | } |
| 221 | |
| 222 | /* |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 223 | * Return the TBIPAR address for an eTSEC2 node |
| 224 | */ |
| 225 | static uint32_t __iomem *get_etsec_tbipa(void __iomem *p) |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 226 | { |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 227 | return p; |
| 228 | } |
| 229 | #endif |
| 230 | |
Javier Martinez Canillas | 504e76e | 2016-09-12 10:03:37 -0400 | [diff] [blame] | 231 | #if IS_ENABLED(CONFIG_UCC_GETH) |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 232 | /* |
Gerlando Falauto | 3bb35ac | 2015-10-12 09:18:41 +0200 | [diff] [blame] | 233 | * Return the TBIPAR address for a QE MDIO node, starting from the address |
| 234 | * of the mapped MII registers (struct fsl_pq_mii) |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 235 | */ |
| 236 | static uint32_t __iomem *get_ucc_tbipa(void __iomem *p) |
| 237 | { |
Gerlando Falauto | 3bb35ac | 2015-10-12 09:18:41 +0200 | [diff] [blame] | 238 | struct fsl_pq_mdio __iomem *mdio = container_of(p, struct fsl_pq_mdio, mii); |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 239 | |
| 240 | return &mdio->utbipar; |
| 241 | } |
| 242 | |
| 243 | /* |
| 244 | * Find the UCC node that controls the given MDIO node |
| 245 | * |
| 246 | * For some reason, the QE MDIO nodes are not children of the UCC devices |
| 247 | * that control them. Therefore, we need to scan all UCC nodes looking for |
| 248 | * the one that encompases the given MDIO node. We do this by comparing |
| 249 | * physical addresses. The 'start' and 'end' addresses of the MDIO node are |
| 250 | * passed, and the correct UCC node will cover the entire address range. |
| 251 | * |
| 252 | * This assumes that there is only one QE MDIO node in the entire device tree. |
| 253 | */ |
| 254 | static void ucc_configure(phys_addr_t start, phys_addr_t end) |
| 255 | { |
| 256 | static bool found_mii_master; |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 257 | struct device_node *np = NULL; |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 258 | |
| 259 | if (found_mii_master) |
| 260 | return; |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 261 | |
| 262 | for_each_compatible_node(np, NULL, "ucc_geth") { |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 263 | struct resource res; |
| 264 | const uint32_t *iprop; |
| 265 | uint32_t id; |
| 266 | int ret; |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 267 | |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 268 | ret = of_address_to_resource(np, 0, &res); |
| 269 | if (ret < 0) { |
| 270 | pr_debug("fsl-pq-mdio: no address range in node %s\n", |
| 271 | np->full_name); |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 272 | continue; |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 273 | } |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 274 | |
| 275 | /* if our mdio regs fall within this UCC regs range */ |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 276 | if ((start < res.start) || (end > res.end)) |
| 277 | continue; |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 278 | |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 279 | iprop = of_get_property(np, "cell-index", NULL); |
| 280 | if (!iprop) { |
| 281 | iprop = of_get_property(np, "device-id", NULL); |
| 282 | if (!iprop) { |
| 283 | pr_debug("fsl-pq-mdio: no UCC ID in node %s\n", |
| 284 | np->full_name); |
| 285 | continue; |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 286 | } |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 287 | } |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 288 | |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 289 | id = be32_to_cpup(iprop); |
| 290 | |
| 291 | /* |
| 292 | * cell-index and device-id for QE nodes are |
| 293 | * numbered from 1, not 0. |
| 294 | */ |
| 295 | if (ucc_set_qe_mux_mii_mng(id - 1) < 0) { |
| 296 | pr_debug("fsl-pq-mdio: invalid UCC ID in node %s\n", |
| 297 | np->full_name); |
| 298 | continue; |
| 299 | } |
| 300 | |
| 301 | pr_debug("fsl-pq-mdio: setting node UCC%u to MII master\n", id); |
| 302 | found_mii_master = true; |
| 303 | } |
Andy Fleming | 952c5ca | 2011-11-11 05:10:39 +0000 | [diff] [blame] | 304 | } |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 305 | |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 306 | #endif |
| 307 | |
Fabian Frederick | 94e5a2a | 2015-03-17 19:37:34 +0100 | [diff] [blame] | 308 | static const struct of_device_id fsl_pq_mdio_match[] = { |
Javier Martinez Canillas | 504e76e | 2016-09-12 10:03:37 -0400 | [diff] [blame] | 309 | #if IS_ENABLED(CONFIG_GIANFAR) |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 310 | { |
| 311 | .compatible = "fsl,gianfar-tbi", |
| 312 | .data = &(struct fsl_pq_mdio_data) { |
| 313 | .mii_offset = 0, |
Gerlando Falauto | 3bb35ac | 2015-10-12 09:18:41 +0200 | [diff] [blame] | 314 | .get_tbipa = get_gfar_tbipa_from_mii, |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 315 | }, |
| 316 | }, |
| 317 | { |
| 318 | .compatible = "fsl,gianfar-mdio", |
| 319 | .data = &(struct fsl_pq_mdio_data) { |
| 320 | .mii_offset = 0, |
Gerlando Falauto | 3bb35ac | 2015-10-12 09:18:41 +0200 | [diff] [blame] | 321 | .get_tbipa = get_gfar_tbipa_from_mii, |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 322 | }, |
| 323 | }, |
| 324 | { |
| 325 | .type = "mdio", |
| 326 | .compatible = "gianfar", |
| 327 | .data = &(struct fsl_pq_mdio_data) { |
| 328 | .mii_offset = offsetof(struct fsl_pq_mdio, mii), |
Gerlando Falauto | 3bb35ac | 2015-10-12 09:18:41 +0200 | [diff] [blame] | 329 | .get_tbipa = get_gfar_tbipa_from_mdio, |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 330 | }, |
| 331 | }, |
| 332 | { |
| 333 | .compatible = "fsl,etsec2-tbi", |
| 334 | .data = &(struct fsl_pq_mdio_data) { |
| 335 | .mii_offset = offsetof(struct fsl_pq_mdio, mii), |
| 336 | .get_tbipa = get_etsec_tbipa, |
| 337 | }, |
| 338 | }, |
| 339 | { |
| 340 | .compatible = "fsl,etsec2-mdio", |
| 341 | .data = &(struct fsl_pq_mdio_data) { |
| 342 | .mii_offset = offsetof(struct fsl_pq_mdio, mii), |
| 343 | .get_tbipa = get_etsec_tbipa, |
| 344 | }, |
| 345 | }, |
| 346 | #endif |
Javier Martinez Canillas | 504e76e | 2016-09-12 10:03:37 -0400 | [diff] [blame] | 347 | #if IS_ENABLED(CONFIG_UCC_GETH) |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 348 | { |
| 349 | .compatible = "fsl,ucc-mdio", |
| 350 | .data = &(struct fsl_pq_mdio_data) { |
| 351 | .mii_offset = 0, |
| 352 | .get_tbipa = get_ucc_tbipa, |
| 353 | .ucc_configure = ucc_configure, |
| 354 | }, |
| 355 | }, |
| 356 | { |
| 357 | /* Legacy UCC MDIO node */ |
| 358 | .type = "mdio", |
| 359 | .compatible = "ucc_geth_phy", |
| 360 | .data = &(struct fsl_pq_mdio_data) { |
| 361 | .mii_offset = 0, |
| 362 | .get_tbipa = get_ucc_tbipa, |
| 363 | .ucc_configure = ucc_configure, |
| 364 | }, |
| 365 | }, |
| 366 | #endif |
Timur Tabi | 761743e | 2012-08-29 08:08:03 +0000 | [diff] [blame] | 367 | /* No Kconfig option for Fman support yet */ |
| 368 | { |
| 369 | .compatible = "fsl,fman-mdio", |
| 370 | .data = &(struct fsl_pq_mdio_data) { |
| 371 | .mii_offset = 0, |
| 372 | /* Fman TBI operations are handled elsewhere */ |
| 373 | }, |
| 374 | }, |
| 375 | |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 376 | {}, |
| 377 | }; |
| 378 | MODULE_DEVICE_TABLE(of, fsl_pq_mdio_match); |
| 379 | |
Timur Tabi | 5078ac7 | 2012-08-29 08:08:00 +0000 | [diff] [blame] | 380 | static int fsl_pq_mdio_probe(struct platform_device *pdev) |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 381 | { |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 382 | const struct of_device_id *id = |
| 383 | of_match_device(fsl_pq_mdio_match, &pdev->dev); |
Gustavo A. R. Silva | 06d2d64 | 2017-05-30 17:38:43 -0500 | [diff] [blame] | 384 | const struct fsl_pq_mdio_data *data; |
Timur Tabi | 5078ac7 | 2012-08-29 08:08:00 +0000 | [diff] [blame] | 385 | struct device_node *np = pdev->dev.of_node; |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 386 | struct resource res; |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 387 | struct device_node *tbi; |
Anton Vorontsov | b3319b1 | 2009-12-30 08:23:34 +0000 | [diff] [blame] | 388 | struct fsl_pq_mdio_priv *priv; |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 389 | struct mii_bus *new_bus; |
Anton Vorontsov | 08d18f3 | 2010-05-14 04:27:30 +0000 | [diff] [blame] | 390 | int err; |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 391 | |
Gustavo A. R. Silva | 06d2d64 | 2017-05-30 17:38:43 -0500 | [diff] [blame] | 392 | if (!id) { |
| 393 | dev_err(&pdev->dev, "Failed to match device\n"); |
| 394 | return -ENODEV; |
| 395 | } |
| 396 | |
| 397 | data = id->data; |
| 398 | |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 399 | dev_dbg(&pdev->dev, "found %s compatible node\n", id->compatible); |
| 400 | |
Timur Tabi | dd3b8a3 | 2012-08-29 08:08:02 +0000 | [diff] [blame] | 401 | new_bus = mdiobus_alloc_size(sizeof(*priv)); |
| 402 | if (!new_bus) |
Anton Vorontsov | b3319b1 | 2009-12-30 08:23:34 +0000 | [diff] [blame] | 403 | return -ENOMEM; |
| 404 | |
Timur Tabi | dd3b8a3 | 2012-08-29 08:08:02 +0000 | [diff] [blame] | 405 | priv = new_bus->priv; |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 406 | new_bus->name = "Freescale PowerQUICC MII Bus", |
Timur Tabi | 5078ac7 | 2012-08-29 08:08:00 +0000 | [diff] [blame] | 407 | new_bus->read = &fsl_pq_mdio_read; |
| 408 | new_bus->write = &fsl_pq_mdio_write; |
| 409 | new_bus->reset = &fsl_pq_mdio_reset; |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 410 | |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 411 | err = of_address_to_resource(np, 0, &res); |
| 412 | if (err < 0) { |
| 413 | dev_err(&pdev->dev, "could not obtain address information\n"); |
Timur Tabi | dd3b8a3 | 2012-08-29 08:08:02 +0000 | [diff] [blame] | 414 | goto error; |
Anton Vorontsov | 3b1fd3e | 2010-04-23 07:12:35 +0000 | [diff] [blame] | 415 | } |
| 416 | |
Timur Tabi | 69cfb41 | 2012-08-29 08:07:59 +0000 | [diff] [blame] | 417 | snprintf(new_bus->id, MII_BUS_ID_SIZE, "%s@%llx", np->name, |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 418 | (unsigned long long)res.start); |
Timur Tabi | 69cfb41 | 2012-08-29 08:07:59 +0000 | [diff] [blame] | 419 | |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 420 | priv->map = of_iomap(np, 0); |
| 421 | if (!priv->map) { |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 422 | err = -ENOMEM; |
Timur Tabi | dd3b8a3 | 2012-08-29 08:08:02 +0000 | [diff] [blame] | 423 | goto error; |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 424 | } |
| 425 | |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 426 | /* |
| 427 | * Some device tree nodes represent only the MII registers, and |
| 428 | * others represent the MAC and MII registers. The 'mii_offset' field |
| 429 | * contains the offset of the MII registers inside the mapped register |
| 430 | * space. |
| 431 | */ |
| 432 | if (data->mii_offset > resource_size(&res)) { |
| 433 | dev_err(&pdev->dev, "invalid register map\n"); |
| 434 | err = -EINVAL; |
Timur Tabi | dd3b8a3 | 2012-08-29 08:08:02 +0000 | [diff] [blame] | 435 | goto error; |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 436 | } |
| 437 | priv->regs = priv->map + data->mii_offset; |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 438 | |
Timur Tabi | 5078ac7 | 2012-08-29 08:08:00 +0000 | [diff] [blame] | 439 | new_bus->parent = &pdev->dev; |
Libo Chen | a0e1860 | 2013-08-19 19:58:40 +0800 | [diff] [blame] | 440 | platform_set_drvdata(pdev, new_bus); |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 441 | |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 442 | if (data->get_tbipa) { |
| 443 | for_each_child_of_node(np, tbi) { |
| 444 | if (strcmp(tbi->type, "tbi-phy") == 0) { |
| 445 | dev_dbg(&pdev->dev, "found TBI PHY node %s\n", |
| 446 | strrchr(tbi->full_name, '/') + 1); |
| 447 | break; |
| 448 | } |
Sandeep Gopalpet | 1d2397d | 2009-11-02 07:03:22 +0000 | [diff] [blame] | 449 | } |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 450 | |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 451 | if (tbi) { |
| 452 | const u32 *prop = of_get_property(tbi, "reg", NULL); |
| 453 | uint32_t __iomem *tbipa; |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 454 | |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 455 | if (!prop) { |
| 456 | dev_err(&pdev->dev, |
| 457 | "missing 'reg' property in node %s\n", |
| 458 | tbi->full_name); |
| 459 | err = -EBUSY; |
| 460 | goto error; |
| 461 | } |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 462 | |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 463 | tbipa = data->get_tbipa(priv->map); |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 464 | |
Gerlando Falauto | 3dd03e5 | 2015-10-12 09:18:40 +0200 | [diff] [blame] | 465 | /* |
| 466 | * Add consistency check to make sure TBI is contained |
| 467 | * within the mapped range (not because we would get a |
| 468 | * segfault, rather to catch bugs in computing TBI |
| 469 | * address). Print error message but continue anyway. |
| 470 | */ |
| 471 | if ((void *)tbipa > priv->map + resource_size(&res) - 4) |
Arnd Bergmann | 8cde3e4 | 2015-12-08 16:17:29 +0100 | [diff] [blame] | 472 | dev_err(&pdev->dev, "invalid register map (should be at least 0x%04zx to contain TBI address)\n", |
Gerlando Falauto | 3dd03e5 | 2015-10-12 09:18:40 +0200 | [diff] [blame] | 473 | ((void *)tbipa - priv->map) + 4); |
| 474 | |
Claudiu Manoil | f5bbd26 | 2014-10-07 10:44:29 +0300 | [diff] [blame] | 475 | iowrite32be(be32_to_cpup(prop), tbipa); |
Kenth Eriksson | 464b57d | 2012-03-27 22:05:54 +0000 | [diff] [blame] | 476 | } |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 477 | } |
| 478 | |
Timur Tabi | afae5ad | 2012-08-29 08:08:01 +0000 | [diff] [blame] | 479 | if (data->ucc_configure) |
| 480 | data->ucc_configure(res.start, res.end); |
| 481 | |
Grant Likely | 324931b | 2009-04-25 12:53:07 +0000 | [diff] [blame] | 482 | err = of_mdiobus_register(new_bus, np); |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 483 | if (err) { |
Timur Tabi | 5078ac7 | 2012-08-29 08:08:00 +0000 | [diff] [blame] | 484 | dev_err(&pdev->dev, "cannot register %s as MDIO bus\n", |
| 485 | new_bus->name); |
Timur Tabi | dd3b8a3 | 2012-08-29 08:08:02 +0000 | [diff] [blame] | 486 | goto error; |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 487 | } |
| 488 | |
| 489 | return 0; |
| 490 | |
Timur Tabi | dd3b8a3 | 2012-08-29 08:08:02 +0000 | [diff] [blame] | 491 | error: |
| 492 | if (priv->map) |
| 493 | iounmap(priv->map); |
| 494 | |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 495 | kfree(new_bus); |
Timur Tabi | dd3b8a3 | 2012-08-29 08:08:02 +0000 | [diff] [blame] | 496 | |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 497 | return err; |
| 498 | } |
| 499 | |
| 500 | |
Timur Tabi | 5078ac7 | 2012-08-29 08:08:00 +0000 | [diff] [blame] | 501 | static int fsl_pq_mdio_remove(struct platform_device *pdev) |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 502 | { |
Timur Tabi | 5078ac7 | 2012-08-29 08:08:00 +0000 | [diff] [blame] | 503 | struct device *device = &pdev->dev; |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 504 | struct mii_bus *bus = dev_get_drvdata(device); |
Anton Vorontsov | b3319b1 | 2009-12-30 08:23:34 +0000 | [diff] [blame] | 505 | struct fsl_pq_mdio_priv *priv = bus->priv; |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 506 | |
| 507 | mdiobus_unregister(bus); |
| 508 | |
Anton Vorontsov | b3319b1 | 2009-12-30 08:23:34 +0000 | [diff] [blame] | 509 | iounmap(priv->map); |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 510 | mdiobus_free(bus); |
| 511 | |
| 512 | return 0; |
| 513 | } |
| 514 | |
Grant Likely | 7488876 | 2011-02-22 21:05:51 -0700 | [diff] [blame] | 515 | static struct platform_driver fsl_pq_mdio_driver = { |
Grant Likely | 4018294 | 2010-04-13 16:13:02 -0700 | [diff] [blame] | 516 | .driver = { |
| 517 | .name = "fsl-pq_mdio", |
Grant Likely | 4018294 | 2010-04-13 16:13:02 -0700 | [diff] [blame] | 518 | .of_match_table = fsl_pq_mdio_match, |
| 519 | }, |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 520 | .probe = fsl_pq_mdio_probe, |
| 521 | .remove = fsl_pq_mdio_remove, |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 522 | }; |
| 523 | |
Axel Lin | db62f68 | 2011-11-27 16:44:17 +0000 | [diff] [blame] | 524 | module_platform_driver(fsl_pq_mdio_driver); |
Andy Fleming | 1577ece | 2009-02-04 16:42:12 -0800 | [diff] [blame] | 525 | |
Sebastian Siewior | 2606289 | 2009-11-06 08:50:28 +0000 | [diff] [blame] | 526 | MODULE_LICENSE("GPL"); |