mbox series

[GIT,PULL] Microchip AT91 DT updates for v6.7

Message ID 20231010045955.1259843-1-claudiu.beznea@tuxon.dev (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Microchip AT91 DT updates for v6.7 | expand

Pull-request

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

Message

Claudiu Beznea Oct. 10, 2023, 4:59 a.m. UTC
The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 3cec9514911c4400a4b4ab778b9e92b60a14c677:

  ARM: dts: at91: sam9x60_curiosity: Add mandatory dt property for RTT (2023-09-29 22:29:04 +0300)

----------------------------------------------------------------
Microchip AT91 device tree updates for 6.7

It contains:
- the new Microchip SAMA5D29 Curiosity board
- a typo fix in TDES node name for SAMA5D4 dtsi
- enablement of RTT as RTC for SAM9X60 Curiosity board

----------------------------------------------------------------
Andrei Simion (1):
      dt-bindings: ARM: at91: Document Microchip SAMA5D29 Curiosity

Mihai Sain (1):
      ARM: dts: at91: sama5d29_curiosity: Add device tree for sama5d29_curiosity board

Nicolas Ferre (1):
      ARM: dts: at91/trivial: fix typo in crypto DT naming

Tudor Ambarus (1):
      ARM: dts: at91: sam9x60_curiosity: Add mandatory dt property for RTT

 .../devicetree/bindings/arm/atmel-at91.yaml        |   7 +
 arch/arm/boot/dts/microchip/Makefile               |   2 +
 .../boot/dts/microchip/at91-sam9x60_curiosity.dts  |   4 +
 .../boot/dts/microchip/at91-sama5d29_curiosity.dts | 600 +++++++++++++++++++++
 arch/arm/boot/dts/microchip/sama5d4.dtsi           |   2 +-
 5 files changed, 614 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts