All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] DTS updates for Marvell Armada CN913x platforms
@ 2020-12-21 16:38 kostap
  2020-12-21 16:38 ` [PATCH v3 1/4] Documentation/bindings: phy: update references to cp11x kostap
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: kostap @ 2020-12-21 16:38 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: tmn505, andrew, jaz, gregory.clement, nadavh, robh+dt,
	Konstantin Porotchkin, stefanc, mw, bpeled,
	sebastian.hesselbarth

From: Konstantin Porotchkin <kostap@marvell.com>

This patch series contains the following changes/fixes:
1. Add support for Armada CN913x Development Board topology "B"
2. Add support for Armada CN913x Reference Design boards (CRB)
3. Fixes the CP11X references in PHY binding document
4. Fixes the NAND paritioninig scheme in DTS eliminating gap between
consecutive partitions
All above changes are already intergated into Marvell official SDK sources

v2:
- extract common nodes from DB boards to separate DTSI files
- disable eth2 on CRB boards until the required phy mode support is added
- mention the switch part ID in CRB board description

v3:
- do not rename setup A DTS firls for DB variants
- fix a couple of wrong include names

Grzegorz Jaszczyk (1):
  Documentation/bindings: phy: update references to cp11x

Konstantin Porotchkin (3):
  arch/arm64/boot/dts/marvell: fix NAND partitioning scheme
  arm64: dts: cn913x: add device trees for topology B boards
  arm64: dts: add support for Marvell cn9130-crb platform

 .../bindings/phy/phy-mvebu-comphy.txt         |  12 +-
 arch/arm64/boot/dts/marvell/Makefile          |   5 +
 arch/arm64/boot/dts/marvell/cn9130-crb-A.dts  |  38 ++
 arch/arm64/boot/dts/marvell/cn9130-crb-B.dts  |  46 ++
 arch/arm64/boot/dts/marvell/cn9130-crb.dtsi   | 222 ++++++++++
 arch/arm64/boot/dts/marvell/cn9130-db-B.dts   |  22 +
 arch/arm64/boot/dts/marvell/cn9130-db.dts     | 393 +----------------
 arch/arm64/boot/dts/marvell/cn9130-db.dtsi    | 402 ++++++++++++++++++
 arch/arm64/boot/dts/marvell/cn9131-db-B.dts   |  22 +
 arch/arm64/boot/dts/marvell/cn9131-db.dts     | 192 +--------
 arch/arm64/boot/dts/marvell/cn9131-db.dtsi    | 201 +++++++++
 arch/arm64/boot/dts/marvell/cn9132-db-B.dts   |  22 +
 arch/arm64/boot/dts/marvell/cn9132-db.dts     | 211 +--------
 arch/arm64/boot/dts/marvell/cn9132-db.dtsi    | 220 ++++++++++
 14 files changed, 1224 insertions(+), 784 deletions(-)
 create mode 100644 arch/arm64/boot/dts/marvell/cn9130-crb-A.dts
 create mode 100644 arch/arm64/boot/dts/marvell/cn9130-crb-B.dts
 create mode 100644 arch/arm64/boot/dts/marvell/cn9130-crb.dtsi
 create mode 100644 arch/arm64/boot/dts/marvell/cn9130-db-B.dts
 create mode 100644 arch/arm64/boot/dts/marvell/cn9130-db.dtsi
 create mode 100644 arch/arm64/boot/dts/marvell/cn9131-db-B.dts
 create mode 100644 arch/arm64/boot/dts/marvell/cn9131-db.dtsi
 create mode 100644 arch/arm64/boot/dts/marvell/cn9132-db-B.dts
 create mode 100644 arch/arm64/boot/dts/marvell/cn9132-db.dtsi

-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-12-21 18:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-21 16:38 [PATCH v3 0/4] DTS updates for Marvell Armada CN913x platforms kostap
2020-12-21 16:38 ` [PATCH v3 1/4] Documentation/bindings: phy: update references to cp11x kostap
2020-12-21 16:38 ` [PATCH v3 2/4] arch/arm64/boot/dts/marvell: fix NAND partitioning scheme kostap
2020-12-21 16:38 ` [PATCH v3 3/4] arm64: dts: cn913x: add device trees for topology B boards kostap
2020-12-21 17:07   ` Andrew Lunn
2020-12-21 17:42     ` [EXT] " Stefan Chulski
2020-12-21 17:46       ` Marcin Wojtas
2020-12-21 18:28         ` Stefan Chulski
2020-12-21 16:38 ` [PATCH v3 4/4] arm64: dts: add support for Marvell cn9130-crb platform kostap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.