mbox series

[GIT,PULL] ARM: mvebu: dt for v5.18 (#1)

Message ID 87pmn5zrd0.fsf@BL-laptop
State New
Headers show
Series [GIT,PULL] ARM: mvebu: dt for v5.18 (#1) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-dt-5.18-1

Message

Gregory CLEMENT March 1, 2022, 2:20 p.m. UTC
Hi,

Here is the first pull request for dt for mvebu for v5.18.

In this pull request there is also a patch updating the device tree
documentation, if you can't take it, I can do a new pull request without
it.

Thanks,

Gregory

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-dt-5.18-1

for you to fetch changes up to c4deb8344a76831879540f3bd9c0b3cdc1d4b2ef:

  ARM: dts: turris-omnia: Set PCIe slot-power-limit-milliwatt properties (2022-03-01 11:47:13 +0100)

----------------------------------------------------------------
mvebu dt for 5.18 (part 1)

Add new 2 bays NAS:
 - Ctera C200 V1 (kirkwood based)
 - Ctera C200 V2 (armada-370 based)

Add support for PCIe legacy INTx interrupts on Armada 385

Add PCIe proprty to limit the power on miniPCIe slots in Turris Omnia

----------------------------------------------------------------
Pali Rohár (2):
      ARM: dts: armada-385.dtsi: Add definitions for PCIe legacy INTx interrupts
      ARM: dts: turris-omnia: Set PCIe slot-power-limit-milliwatt properties

Pawel Dembicki (3):
      dt-bindings: vendor-prefixes: Add Ctera Networks
      ARM: dts: kirkwood: Add Ctera C-200 V1 board
      ARM: dts: mvebu: Add Ctera C-200 V2 board

 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 arch/arm/boot/dts/Makefile                         |   2 +
 arch/arm/boot/dts/armada-370-c200-v2.dts           | 388 +++++++++++++++++++++
 arch/arm/boot/dts/armada-385-turris-omnia.dts      |   3 +
 arch/arm/boot/dts/armada-385.dtsi                  |  52 ++-
 arch/arm/boot/dts/kirkwood-c200-v1.dts             | 310 ++++++++++++++++
 6 files changed, 749 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/boot/dts/armada-370-c200-v2.dts
 create mode 100644 arch/arm/boot/dts/kirkwood-c200-v1.dts