Message ID | 20230407151722.2320481-1-andrew@lunn.ch (mailing list archive) |
---|---|
Headers | show |
Series | Add missing DSA properties for marvell switches | expand |
Andrew Lunn <andrew@lunn.ch> writes: > The DSA core has become more picky about DT properties. This patchset > add missing properties and removes some unused ones, for Marvell ARM > boards. > > Once all the missing properties are added, it should be possible to > simply phylink and the mv88e6xxx driver. > > Andrew Lunn (3): > ARM: dts: kirkwood: Add missing phy-mode and fixed links > ARM: dts: orion5: Add missing phy-mode and fixed links > ARM: dts: armada: Add missing phy-mode and fixed links Applied on mvebu/dt (if there are comments I am still abel to fix the commit in mvebu/dt.= Thanks, Gregory > > arch/arm/boot/dts/armada-370-rd.dts | 2 +- > arch/arm/boot/dts/armada-381-netgear-gs110emx.dts | 2 +- > arch/arm/boot/dts/armada-385-clearfog-gtr-l8.dts | 7 ++++++- > arch/arm/boot/dts/armada-385-clearfog-gtr-s4.dts | 7 ++++++- > arch/arm/boot/dts/armada-385-linksys.dtsi | 2 +- > arch/arm/boot/dts/armada-385-turris-omnia.dts | 2 -- > arch/arm/boot/dts/armada-xp-linksys-mamba.dts | 2 +- > arch/arm/boot/dts/kirkwood-dir665.dts | 3 ++- > arch/arm/boot/dts/kirkwood-l-50.dts | 2 +- > arch/arm/boot/dts/kirkwood-linksys-viper.dts | 3 ++- > arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts | 3 ++- > arch/arm/boot/dts/kirkwood-rd88f6281.dtsi | 2 +- > arch/arm/boot/dts/orion5x-netgear-wnr854t.dts | 7 ++++++- > 13 files changed, 30 insertions(+), 14 deletions(-) > > -- > 2.40.0 >