mbox series

[v9,0/3] ARM/ARM64: dts: mv88e6xxx fixes for Marvell

Message ID 20231127-mv88e6xxx-mvebu-fixes-v9-0-d19b963e81fb@linaro.org (mailing list archive)
Headers show
Series ARM/ARM64: dts: mv88e6xxx fixes for Marvell | expand

Message

Linus Walleij Nov. 27, 2023, 3:50 p.m. UTC
This fixes and adjusts a few Marvell platform device trees
to the new bindings which will be merged separately to the
netdev tree.

The last patch adds the special compatibles we need to avoid
the annoying warnings on nonstandard ABI nodenames used by
U-Boot

This patch set mixes ARM and ARM64 DTS changes but I am
sure the maintainers can sort it out.

Link to v9 bindings patches:
https://lore.kernel.org/r/20231127-marvell-88e6152-wan-led-v9-0-272934e04681@linaro.org

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Linus Walleij (3):
      ARM: dts: marvell: Fix some common switch mistakes
      ARM64: dts: marvell: Fix some common switch mistakes
      ARM64: dts: Add special compatibles for the Turris Mox

 arch/arm/boot/dts/marvell/armada-370-rd.dts        | 24 +++---
 .../dts/marvell/armada-381-netgear-gs110emx.dts    | 44 +++++-----
 .../dts/marvell/armada-385-clearfog-gtr-l8.dts     | 38 ++++-----
 .../dts/marvell/armada-385-clearfog-gtr-s4.dts     | 22 ++---
 arch/arm/boot/dts/marvell/armada-385-linksys.dtsi  | 18 ++--
 .../boot/dts/marvell/armada-385-turris-omnia.dts   | 20 ++---
 arch/arm/boot/dts/marvell/armada-388-clearfog.dts  | 20 ++---
 .../boot/dts/marvell/armada-xp-linksys-mamba.dts   | 18 ++--
 .../dts/marvell/armada-3720-espressobin-ultra.dts  | 14 ++--
 .../boot/dts/marvell/armada-3720-espressobin.dtsi  | 20 ++---
 .../boot/dts/marvell/armada-3720-gl-mv1000.dts     | 20 ++---
 .../boot/dts/marvell/armada-3720-turris-mox.dts    | 97 ++++++++++++----------
 .../boot/dts/marvell/armada-7040-mochabin.dts      | 24 +++---
 .../dts/marvell/armada-8040-clearfog-gt-8k.dts     | 22 ++---
 arch/arm64/boot/dts/marvell/cn9130-crb.dtsi        | 42 +++++-----
 15 files changed, 217 insertions(+), 226 deletions(-)
---
base-commit: b85ea95d086471afb4ad062012a4d73cd328fa86
change-id: 20231127-mv88e6xxx-mvebu-fixes-45af7324c481

Best regards,