mbox series

[GIT,PULL] SoCFPGA DTS updates for v5.5, part 2

Message ID 20191118220559.16623-1-dinguyen@kernel.org
State New
Headers show
Series [GIT,PULL] SoCFPGA DTS updates for v5.5, part 2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_updates_for_v5.5_part2

Message

Dinh Nguyen Nov. 18, 2019, 10:05 p.m. UTC
Hi Arnd, Kevin, and Olof:

Please pull in these additional SoCFPGA DTS updates for v5.5.

Thanks,
Dinh

The following changes since commit aa74337ee73df5de3cb6c920100d01c3d95346cc:

  arm64: dts: agilex: add service layer, fpga manager and fpga region (2019-10-21 22:49:09 -0500)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_updates_for_v5.5_part2

for you to fetch changes up to 2f804ba7aa9ee086f3222a3ccd2b3618c7f8712b:

  arm64: dts: agilex: Add SysMgr to Ethernet nodes (2019-11-18 15:51:50 -0600)

----------------------------------------------------------------
SoCFPGA DTS updates for v5.5, part 2
- Add NAND support for both Agilex and Stratix10 boards
- Agilex
	- Add FPGA manager and Service Layer support
	- Add EDAC support
	- Add System manager
	- Add System manager property to ethernet nodes

----------------------------------------------------------------
Dinh Nguyen (2):
      arm64: dts: agilex: add NAND IP to base dts
      arm64: dts: add NAND board files for Stratix10 and Agilex

Thor Thayer (3):
      arm64: dts: agilex: Add EDAC Device Tree
      arm64: dts: agilex: Add SysMgr compatible
      arm64: dts: agilex: Add SysMgr to Ethernet nodes

 arch/arm64/boot/dts/altera/Makefile                |   3 +-
 .../dts/altera/socfpga_stratix10_socdk_nand.dts    | 223 +++++++++++++++++++++
 arch/arm64/boot/dts/intel/Makefile                 |   3 +-
 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi      |  76 ++++++-
 .../boot/dts/intel/socfpga_agilex_socdk_nand.dts   | 135 +++++++++++++
 5 files changed, 437 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts
 create mode 100644 arch/arm64/boot/dts/intel/socfpga_agilex_socdk_nand.dts

Comments

Olof Johansson Dec. 9, 2019, 5:23 p.m. UTC | #1
Hi,


On Mon, Nov 18, 2019 at 04:05:59PM -0600, Dinh Nguyen wrote:
> Hi Arnd, Kevin, and Olof:
> 
> Please pull in these additional SoCFPGA DTS updates for v5.5.

Given the timing of this pull request, it wasn't included in the material for
the merge window. I have staged it into arm/dt for 5.6 now though. Thanks!


-Olof