]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/ns8382x.c
AX88180: add support for the Marvell 88E1118 phy
[u-boot] / drivers / net / ns8382x.c
index a2d61afec7a66b535b080b078494b78397c49605..198f73dee695074486704523f365d5f4906212f7 100644 (file)
@@ -445,7 +445,7 @@ ns8382x_initialize(bd_t * bis)
        Read and write MII registers using software-generated serial MDIO
        protocol.  See the MII specifications or DP83840A data sheet for details.
 
-       The maximum data clock rate is 2.5 Mhz.  To meet minimum timing we
+       The maximum data clock rate is 2.5 MHz.  To meet minimum timing we
        must flush writes to the PCI bus with a PCI read. */
 #define mdio_delay(mdio_addr) INL(dev, mdio_addr)