Merge branch 'bcm53134-support'
authorDavid S. Miller <davem@davemloft.net>
Mon, 27 Mar 2023 07:29:54 +0000 (08:29 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Mar 2023 07:29:54 +0000 (08:29 +0100)
commitfbf8ba56666381dd65aaf05b6edc53f1dc58f291
tree972030666816f6aaf4414cf9b5504f4f24a1598b
parentbc77f7318da8812244cd2329d0bfc1312e75cfd9
parentf927e8ef1e93174780b7c26b239a046396914cd6
Merge branch 'bcm53134-support'

Álvaro Fernández Rojas says:

====================
net: dsa: b53: mdio: add support for BCM53134

This is based on the initial work from Paul Geurts that was sent to the
incorrect linux development lists and recipients.
I've modified it by removing BCM53134_DEVICE_ID from is531x5() and therefore
adding is53134() where needed.
I also added a separate RGMII handling block for is53134() since according to
Paul, BCM53134 doesn't support RGMII_CTRL_TIMING_SEL as opposed to is531x5().
====================

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