All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] arm64: marvell: add support for the slave CP in Armada 8K
@ 2016-07-28 14:35 ` Thomas Petazzoni
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2016-07-28 14:35 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

The following set of two patches add support for the slave CP HW block
found in the Armada 8K SoCs. As a reminder:

 - Armada 7K is an SoC with one AP and one CP. The AP is the part that
   contains the CPU, cache and a few basic I/Os. The CP is the part
   that contains most interesting I/Os (PCIe, SATA, USB, Ethernet,
   etc.)

 - Armada 8K is an SoC with one AP and two CPs.

This set of patches add support for the second CP found in Armada 8K,
also called the "slave CP110".

Thanks,

Thomas

Thomas Petazzoni (2):
  arm64: dts: marvell: add description for the slave CP110 in Armada 8K
  arm64: dts: marvell: add description for the Armada 8040 dev board

 arch/arm64/boot/dts/marvell/Makefile               |   1 +
 arch/arm64/boot/dts/marvell/armada-8020.dtsi       |   1 +
 .../{armada-8020.dtsi => armada-8040-db.dts}       | 109 ++++++++-
 arch/arm64/boot/dts/marvell/armada-8040.dtsi       |   1 +
 .../arm64/boot/dts/marvell/armada-cp110-slave.dtsi | 246 +++++++++++++++++++++
 5 files changed, 351 insertions(+), 7 deletions(-)
 copy arch/arm64/boot/dts/marvell/{armada-8020.dtsi => armada-8040-db.dts} (55%)
 create mode 100644 arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi

-- 
2.7.4

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

end of thread, other threads:[~2016-08-08 15:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-28 14:35 [PATCH 0/2] arm64: marvell: add support for the slave CP in Armada 8K Thomas Petazzoni
2016-07-28 14:35 ` Thomas Petazzoni
2016-07-28 14:35 ` [PATCH 1/2] arm64: dts: marvell: add description for the slave CP110 " Thomas Petazzoni
2016-07-28 14:35   ` Thomas Petazzoni
2016-07-28 14:35 ` [PATCH 2/2] arm64: dts: marvell: add description for the Armada 8040 dev board Thomas Petazzoni
2016-07-28 14:35   ` Thomas Petazzoni
2016-08-08 15:30 ` [PATCH 0/2] arm64: marvell: add support for the slave CP in Armada 8K Gregory CLEMENT
2016-08-08 15:30   ` Gregory CLEMENT

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.