mbox series

[GIT,PULL] AT91 device tree updates for 6.3 #2

Message ID 20230209084930.289721-1-claudiu.beznea@microchip.com
State New
Headers show
Series [GIT,PULL] AT91 device tree updates for 6.3 #2 | expand

Pull-request

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

Message

Claudiu Beznea Feb. 9, 2023, 8:49 a.m. UTC
Hi, Arnd,

Please pull in case it is not too late.

Thank you,
Claudiu

The following changes since commit bbc9db2da8716759f367ad5754036b58f5371044:

  ARM: dts: at91: sama7g5: add nodes for video capture (2023-01-09 14:02:08 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 3048a4deee801c549259fe044f71a3fcd55591a8:

  ARM: dts: at91: sam9x60_curiosity: Add device tree for sam9x60 curiosity board (2023-02-08 12:02:07 +0200)

----------------------------------------------------------------
AT91 device tree updates for 6.3 #2

It contains:
- cleanups arround flexcom nodes on SAM9X60 SoC as follows:
	- preserve same ID for flexcoms and the embedded nodes (e.g. flx4
	  will embed uart4, spi4, i2c4 but not e.g. uart1, spi2, i2c3);
	- SoC specific bindings were moved from board specific file to SoC
	  specific file
	- DMA bindings for all flexcom nodes were added
	- SoC file was filled with missing flexcom nodes
- new SAM9X60 Curiosity board that contains 1 uSDcard interface, 1 SDcard
  interface, 1 USB device interface, 2 USB Type-A interfaces, 2 CAN
  interfaces, 1 10/100 Ethernet interface, 1 LCD RGB666 interface,
  1 Gb DDR2, 4 Gb NAND Flash, 2Kb EEPROM, leds, button, power
  regulators, UART and JTAG connectors

----------------------------------------------------------------
Durai Manickam KR (3):
      ARM: dts: at91: sam9x60: fix spi4 node
      dt-bindings: arm: at91: Add info on sam9x60 curiosity
      ARM: dts: at91: sam9x60_curiosity: Add device tree for sam9x60 curiosity board

Manikandan Muralidharan (5):
      ARM: dts: at91: sam9x60: Fix the label numbering for the flexcom functions
      ARM: dts: at91: sam9x60: move flexcom definitions
      ARM: dts: at91: sam9x60: Specify the FIFO size for the Flexcom UART
      ARM: dts: at91: sam9x60: Add DMA bindings for the flexcom nodes
      ARM: dts: at91: sam9x60: Add missing flexcom definitions

 .../devicetree/bindings/arm/atmel-at91.yaml        |   6 +-
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/at91-sam9x60_curiosity.dts       | 503 +++++++++++++++++
 arch/arm/boot/dts/at91-sam9x60ek.dts               |  50 +-
 arch/arm/boot/dts/sam9x60.dtsi                     | 622 +++++++++++++++++++++
 5 files changed, 1140 insertions(+), 42 deletions(-)
 create mode 100644 arch/arm/boot/dts/at91-sam9x60_curiosity.dts