mbox series

[GIT,PULL] ARM: at91: dt for 5.17

Message ID 20211213161451.90786-1-nicolas.ferre@microchip.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ARM: at91: dt for 5.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-dt-5.17

Message

Nicolas Ferre Dec. 13, 2021, 4:14 p.m. UTC
From: Nicolas Ferre <nicolas.ferre@microchip.com>

Arnd, Olof,

Here are the dt changes for 5.17.
The QSPI nodes have their bindings translated to YAML and updated here:
https://lore.kernel.org/lkml/20211209122939.339810-1-tudor.ambarus@microchip.com/
They are not merged yet but I see no major push back as of today.
Moreover, one of the low priority fix below remove one of the error highlighted
during the conversion to YAML.

Thanks, best regards,
  Nicolas

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-dt-5.17

for you to fetch changes up to 078c2a0e8e60bb3fe78cf50b5da1620a4e13e0cd:

  ARM: dts: at91: sama7g5ek: Add QSPI0 node (2021-12-13 14:48:04 +0100)

----------------------------------------------------------------
AT91 DT #1 for 5.17:

- 2 low priority fixes about pin function for sama7g5 and better
  tailored mmc interface on sama5d2 xplained
- Addition of the Microchip EVB-KSZ9477: a Gigabit Ethernet
  managed Switch Evaluation Board
- QSPI: addition of sama5d2 clock name and nodes for new sama7g7 and its
  associated Evaluation Kit

----------------------------------------------------------------
Hari Prasath (1):
      ARM: dts: at91: update alternate function of signal PD20

Mihai Sain (1):
      ARM: dts: at91: sama5d2_xplained: remove PA11__SDMMC0_VDDSEL from pinctrl

Oleksij Rempel (1):
      ARM: dts: at91: add Microchip EVB-KSZ9477 board

Tudor Ambarus (3):
      ARM: dts: at91: sama5d2: Name the qspi clock
      ARM: dts: at91: sama7g5: Add QSPI nodes
      ARM: dts: at91: sama7g5ek: Add QSPI0 node

 arch/arm/boot/dts/Makefile                     |   1 +
 arch/arm/boot/dts/at91-sama5d2_xplained.dts    |   5 +-
 arch/arm/boot/dts/at91-sama5d3_ksz9477_evb.dts | 209 +++++++++++++++++++++++++
 arch/arm/boot/dts/at91-sama7g5ek.dts           |  73 +++++++++
 arch/arm/boot/dts/sama5d2.dtsi                 |   2 +
 arch/arm/boot/dts/sama7g5-pinfunc.h            |   2 +-
 arch/arm/boot/dts/sama7g5.dtsi                 |  30 ++++
 7 files changed, 318 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm/boot/dts/at91-sama5d3_ksz9477_evb.dts