mbox series

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

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

Pull-request

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

Message

Claudiu Beznea Jan. 7, 2025, 8:14 a.m. UTC
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to f72aada7bee42c4b43a272ef58bc4c9e1caa53d4:

  ARM: dts: microchip: sam9x7: Add address/size to spi-controller nodes (2025-01-02 12:33:57 +0200)

----------------------------------------------------------------
Microchip AT91 device tree updates for v6.14

This update includes:
- power monitor support for the SAM9X75 Curiosity board (using the PAC1934
  device)
- fix the VDDSDMMC rail to 3.3V to avoid breaking USB (for SAMA5D27 WLSOM1
  EK and SAMA5D29 Curiosity boards)
- partial support for the SAMA7D65 SoC
- cleanups

----------------------------------------------------------------
Cristian Birsan (2):
      ARM: dts: microchip: sama5d29_curiosity: Add no-1-8-v property to sdmmc0 node
      ARM: dts: microchip: sama5d27_wlsom1_ek: Add no-1-8-v property to sdmmc0 node

Dharma Balasubiramani (1):
      dt-bindings: atmel-sysreg: add sama7d65 RAM and PIT

Mihai Sain (4):
      ARM: dts: microchip: sam9x7: Move i2c address/size to dtsi
      ARM: dts: microchip: sam9x75_curiosity: Add power monitor support
      ARM: dts: microchip: sam9x60: Add address/size to spi-controller nodes
      ARM: dts: microchip: sam9x7: Add address/size to spi-controller nodes

Romain Sioen (1):
      dt-bindings: ARM: at91: Document Microchip SAMA7D65 Curiosity

Ryan Wanner (1):
      ARM: dts: at91: Add sama7d65 pinmux

 .../devicetree/bindings/arm/atmel-at91.yaml        |   7 +
 .../devicetree/bindings/arm/atmel-sysregs.txt      |  14 +-
 .../boot/dts/microchip/at91-sam9x75_curiosity.dts  |  54 +-
 .../boot/dts/microchip/at91-sama5d27_wlsom1_ek.dts |   1 +
 .../boot/dts/microchip/at91-sama5d29_curiosity.dts |   1 +
 arch/arm/boot/dts/microchip/sam9x60.dtsi           |  12 +
 arch/arm/boot/dts/microchip/sam9x7.dtsi            |  38 +
 arch/arm/boot/dts/microchip/sama7d65-pinfunc.h     | 947 +++++++++++++++++++++
 8 files changed, 1066 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/boot/dts/microchip/sama7d65-pinfunc.h