mbox series

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

Message ID 20231010045955.1259843-1-claudiu.beznea@tuxon.dev (mailing list archive)
State Accepted
Commit 62d3bfa50c518c6008d02bb7f3a1caa1b04471a7
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

Comments

patchwork-bot+linux-soc@kernel.org Oct. 13, 2023, 9 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Tue, 10 Oct 2023 07:59:55 +0300 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Microchip AT91 DT updates for v6.7
    https://git.kernel.org/soc/soc/c/62d3bfa50c51

You are awesome, thank you!