mbox series

[v2,0/3] Add missing DSA properties for marvell switches

Message ID 20230408152801.2336041-1-andrew@lunn.ch (mailing list archive)
Headers show
Series Add missing DSA properties for marvell switches | expand

Message

Andrew Lunn April 8, 2023, 3:27 p.m. UTC
The DSA core has become more picky about DT properties. This patchset
add missing properties and removes some unused ones, for iMX boards.

Once all the missing properties are added, it should be possible to
simply phylink and the mv88e6xxx driver.

v2:
Use rev-mii or rev-rmii for the side of the MAC-MAC link which plays
PHY.

Andrew Lunn (3):
  ARM: dts: imx51: ZII: Add missing phy-mode
  ARM: dts: imx6qdl: Add missing phy-mode and fixed links
  ARM64: dts: freescale: ZII: Add missing phy-mode

 arch/arm/boot/dts/imx51-zii-rdu1.dts                | 2 +-
 arch/arm/boot/dts/imx51-zii-scu2-mezz.dts           | 2 +-
 arch/arm/boot/dts/imx51-zii-scu3-esb.dts            | 1 -
 arch/arm/boot/dts/imx6qdl-gw5904.dtsi               | 7 ++++++-
 arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi             | 2 +-
 arch/arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi | 2 +-
 6 files changed, 10 insertions(+), 6 deletions(-)

Comments

Shawn Guo May 13, 2023, 3:28 a.m. UTC | #1
On Sat, Apr 08, 2023 at 05:27:58PM +0200, Andrew Lunn wrote:
> The DSA core has become more picky about DT properties. This patchset
> add missing properties and removes some unused ones, for iMX boards.
> 
> Once all the missing properties are added, it should be possible to
> simply phylink and the mv88e6xxx driver.
> 
> v2:
> Use rev-mii or rev-rmii for the side of the MAC-MAC link which plays
> PHY.
> 
> Andrew Lunn (3):
>   ARM: dts: imx51: ZII: Add missing phy-mode
>   ARM: dts: imx6qdl: Add missing phy-mode and fixed links
>   ARM64: dts: freescale: ZII: Add missing phy-mode

Applied all, thanks!