Re: [PATCH v6 0/8] Add support for sam9x60 curiosity board

From: Claudiu.Beznea
Date: Wed Feb 08 2023 - 05:31:32 EST


On 07.02.2023 13:06, Durai Manickam KR wrote:
> This series of patches is meant to address the following:
> - Moving of flexcom definitions from board file to SoC file and
> some minor changes to its properties.
> - Add support for the new sam9x60 curiosity board based on the
> existing sam9x60 SoC.
>

[ ... ]

>
> 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
>

Applied to at91-dt, thanks!