All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [PATCH v2 0/2] arm: octeontx2: Add base support for Marvell OcteonTX2 CN913x DB
Date: Wed,  5 May 2021 10:21:17 +0200	[thread overview]
Message-ID: <20210505082119.693205-1-sr@denx.de> (raw)


This patchset adds the base support for the Marvell OcteonTX2 CN913x DB
board and includes required dts/dtsi files and the defconfig files for
this.

Thanks,
Stefan

Changes in v2:
- Changed commit text from CN9132 to CN913x as it supports all
  variants
- Merge identical DT nodes from the A & B variants into the common
  dtsi files
- Change Copyright notice to 2018-2021 as requested by Marvell
- Changed commit text from CN9132 to CN913x as it supports all
  variants
- Renamed default defconfig to mvebu_db_cn9130_defconfig
- Removed NAND booting defconfig and added small README

Stefan Roese (2):
  arm: octeontx2: Add dtsi/dts files for Octeon TX2 CN913x DB
  arm: octeontx2: Add Octeon TX2 CN913x DB support

 arch/arm/dts/Makefile                      |   6 +
 arch/arm/dts/cn9130-db-A.dts               |  55 ++++
 arch/arm/dts/cn9130-db-B.dts               |  51 ++++
 arch/arm/dts/cn9130-db-dev-info.dtsi       |  44 +++
 arch/arm/dts/cn9130-db.dtsi                | 316 +++++++++++++++++++++
 arch/arm/dts/cn9131-db-A.dts               |  54 ++++
 arch/arm/dts/cn9131-db-B.dts               |  69 +++++
 arch/arm/dts/cn9131-db.dtsi                | 166 +++++++++++
 arch/arm/dts/cn9132-db-A.dts               |  13 +
 arch/arm/dts/cn9132-db-B.dts               |  13 +
 arch/arm/dts/cn9132-db.dtsi                | 217 ++++++++++++++
 board/Marvell/octeontx2_cn913x/MAINTAINERS |   2 +
 board/Marvell/octeontx2_cn913x/README      |  24 ++
 configs/mvebu_db_cn9130_defconfig          |  89 ++++++
 14 files changed, 1119 insertions(+)
 create mode 100644 arch/arm/dts/cn9130-db-A.dts
 create mode 100644 arch/arm/dts/cn9130-db-B.dts
 create mode 100644 arch/arm/dts/cn9130-db-dev-info.dtsi
 create mode 100644 arch/arm/dts/cn9130-db.dtsi
 create mode 100644 arch/arm/dts/cn9131-db-A.dts
 create mode 100644 arch/arm/dts/cn9131-db-B.dts
 create mode 100644 arch/arm/dts/cn9131-db.dtsi
 create mode 100644 arch/arm/dts/cn9132-db-A.dts
 create mode 100644 arch/arm/dts/cn9132-db-B.dts
 create mode 100644 arch/arm/dts/cn9132-db.dtsi
 create mode 100644 board/Marvell/octeontx2_cn913x/README
 create mode 100644 configs/mvebu_db_cn9130_defconfig

-- 
2.31.1

             reply	other threads:[~2021-05-05  8:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-05  8:21 Stefan Roese [this message]
2021-05-05  8:21 ` [PATCH v2 1/2] arm: octeontx2: Add dtsi/dts files for Octeon TX2 CN913x DB Stefan Roese
2021-05-05  8:21 ` [PATCH v2 2/2] arm: octeontx2: Add Octeon TX2 CN913x DB support Stefan Roese
2021-05-05 11:17   ` [EXT] " Kostya Porotchkin
2021-05-11  6:06     ` Stefan Roese

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210505082119.693205-1-sr@denx.de \
    --to=sr@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.