All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] DTS updates for Marvell Armada CN913x platforms
@ 2020-12-17  7:55 kostap
  2020-12-17  7:55 ` [PATCH v2 1/4] Documentation/bindings: phy: update references to cp11x kostap
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: kostap @ 2020-12-17  7:55 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

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          |  11 +-
 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-A.dts   |  22 ++
 arch/arm64/boot/dts/marvell/cn9130-db-B.dts   |  22 ++
 .../marvell/{cn9130-db.dts => cn9130-db.dtsi} |   7 +-
 arch/arm64/boot/dts/marvell/cn9131-db-A.dts   |  22 ++
 arch/arm64/boot/dts/marvell/cn9131-db-B.dts   |  22 ++
 .../marvell/{cn9131-db.dts => cn9131-db.dtsi} |   5 +-
 arch/arm64/boot/dts/marvell/cn9132-db-A.dts   |  22 ++
 arch/arm64/boot/dts/marvell/cn9132-db-B.dts   |  22 ++
 .../marvell/{cn9132-db.dts => cn9132-db.dtsi} |   5 +-
 14 files changed, 459 insertions(+), 19 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-A.dts
 create mode 100644 arch/arm64/boot/dts/marvell/cn9130-db-B.dts
 rename arch/arm64/boot/dts/marvell/{cn9130-db.dts => cn9130-db.dtsi} (98%)
 create mode 100644 arch/arm64/boot/dts/marvell/cn9131-db-A.dts
 create mode 100644 arch/arm64/boot/dts/marvell/cn9131-db-B.dts
 rename arch/arm64/boot/dts/marvell/{cn9131-db.dts => cn9131-db.dtsi} (97%)
 create mode 100644 arch/arm64/boot/dts/marvell/cn9132-db-A.dts
 create mode 100644 arch/arm64/boot/dts/marvell/cn9132-db-B.dts
 rename arch/arm64/boot/dts/marvell/{cn9132-db.dts => cn9132-db.dtsi} (97%)

-- 
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] 13+ messages in thread

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

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-17  7:55 [PATCH v2 0/4] DTS updates for Marvell Armada CN913x platforms kostap
2020-12-17  7:55 ` [PATCH v2 1/4] Documentation/bindings: phy: update references to cp11x kostap
2020-12-17  7:55 ` [PATCH v2 2/4] arch/arm64/boot/dts/marvell: fix NAND partitioning scheme kostap
2020-12-17 15:36   ` Andrew Lunn
2020-12-17  7:55 ` [PATCH v2 3/4] arm64: dts: cn913x: add device trees for topology B boards kostap
2020-12-17 15:41   ` Andrew Lunn
2020-12-20  7:32     ` [EXT] " Kostya Porotchkin
2020-12-20 16:34       ` Andrew Lunn
2020-12-21  6:57         ` Kostya Porotchkin
2020-12-21 13:58           ` Andrew Lunn
2020-12-21 15:55             ` Kostya Porotchkin
2020-12-17  7:55 ` [PATCH v2 4/4] arm64: dts: add support for Marvell cn9130-crb platform kostap
2020-12-17 15:43   ` Andrew Lunn

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.