Merge branch 'stmmac-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 20 Jan 2022 11:58:45 +0000 (11:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Jan 2022 11:58:45 +0000 (11:58 +0000)
commit57afdc0aab094b4c811b3fe030b2567812a495f3
tree561e7358c30ab271bfc58ffcf079379fd7bf4587
parent6cee105e7f2ced596373951d9ea08dacc3883c68
parent0959bc4bd4206433ed101a1332a23e93ad16ec77
Merge branch 'stmmac-fixes'

Yuji Ishikawa says:

====================
net: stmmac: dwmac-visconti: Fix bit definitions and clock configuration for RMII mode

This series is a fix for RMII/MII operation mode of the dwmac-visconti driver.
It is composed of two parts:

* 1/2: fix constant definitions for cleared bits in ETHER_CLK_SEL register
* 2/2: fix configuration of ETHER_CLK_SEL register for running in RMII operation mode.

  net: stmmac: dwmac-visconti: Fix bit definitions for ETHER_CLK_SEL
    v1 -> v2:
      - added Fixes tag to commit message

  net: stmmac: dwmac-visconti: Fix clock configuration for RMII mode
    v1 -> v2:
      - added Fixes tag to commit message
====================

Signed-off-by: David S. Miller <davem@davemloft.net>