ath79: ag71xx-mdio: remove phy-mask property
authorSander Vanheule <sander@svanheule.net>
Sun, 5 Jun 2022 13:00:37 +0000 (15:00 +0200)
committerSander Vanheule <sander@svanheule.net>
Wed, 15 Jun 2022 18:07:26 +0000 (20:07 +0200)
commitc8c96b22c6ef1f0a6060d5a5f2a94ebdfc5b8c8c
tree10cbd87353c27875d98752d791332e911b8a80a3
parent230c9da963aad9e1a2f8f128c30067ccad2efef8
ath79: ag71xx-mdio: remove phy-mask property

The phy-mask property is read by the ag71xx-mdio driver to set the
mii_bus's phy_mask field. On OF platforms, the devicetree is expected to
provide all present ethernet phy-s however, so the phy_mask field is
later set to all-ones. Having a devicetree override is of no use then,
so let's drop it.

Cc: David Bauer <mail@david-bauer.net>
Cc: John Crispin <john@phrozen.org>
Signed-off-by: Sander Vanheule <sander@svanheule.net>
Acked-by: David Bauer <mail@david-bauer.net>
target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_mdio.c