Message ID | 20220513162338.87717-1-nicolas.ferre@microchip.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 8f311c09df4ea0c990d2afb851f7d84340546713 |
Headers | show |
Series | [GIT,PULL] ARM: at91: dt for 5.19 | expand |
Hello: This pull request was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Fri, 13 May 2022 18:23:38 +0200 you wrote: > From: Nicolas Ferre <nicolas.ferre@microchip.com> > > Arnd, Olof, > > Here is the first batch of dt changes for 5.19. > Thanks to Claudiu for having collected this series of patches. > It's a bit late in the process but we might have another batch to prepare for > 5.19: not a big deal if it's delayed, so tell me if it's closed for this cycle. > > [...] Here is the summary with links: - [GIT,PULL] ARM: at91: dt for 5.19 https://git.kernel.org/soc/soc/c/8f311c09df4e You are awesome, thank you!
From: Nicolas Ferre <nicolas.ferre@microchip.com> Arnd, Olof, Here is the first batch of dt changes for 5.19. Thanks to Claudiu for having collected this series of patches. It's a bit late in the process but we might have another batch to prepare for 5.19: not a big deal if it's delayed, so tell me if it's closed for this cycle. Please pull. Thanks, best regards, Nicolas The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-dt-5.19 for you to fetch changes up to 46a9556d977e290a18890fb4cf07d19b0da16f31: ARM: dts: kswitch-d10: enable networking (2022-05-13 16:42:43 +0300) ---------------------------------------------------------------- AT91 & LAN966 DT #1 for 5.19: - at91: DT compliance updates to gic and dataflash nodes - lan966: addition to many basic nodes for various peripherals - lan966: Kontron KSwitch D10: support for this new board and its network switch ---------------------------------------------------------------- Eugen Hristev (1): ARM: dts: at91: sama7g5: remove interrupt-parent from gic node Krzysztof Kozlowski (1): ARM: dts: at91: use generic node name for dataflash Michael Walle (14): ARM: dts: lan966x: rename pinctrl nodes ARM: dts: lan966x: swap dma channels for crypto node ARM: dts: lan966x: add sgpio node ARM: dts: lan966x: add missing uart DMA channel ARM: dts: lan966x: add all flexcom usart nodes ARM: dts: lan966x: add flexcom SPI nodes ARM: dts: lan966x: add flexcom I2C nodes ARM: dts: lan966x: add basic Kontron KSwitch D10 support ARM: dts: lan966x: add hwmon node ARM: dts: lan966x: add MIIM nodes ARM: dts: lan966x: add reset switch reset node ARM: dts: lan966x: add serdes node ARM: dts: lan966x: add switch node ARM: dts: kswitch-d10: enable networking .../devicetree/bindings/mfd/atmel-flexcom.txt | 2 +- arch/arm/boot/dts/Makefile | 4 +- arch/arm/boot/dts/at91rm9200ek.dts | 4 +- arch/arm/boot/dts/at91sam9260ek.dts | 2 +- arch/arm/boot/dts/at91sam9261ek.dts | 2 +- arch/arm/boot/dts/at91sam9263ek.dts | 2 +- arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 2 +- arch/arm/boot/dts/at91sam9m10g45ek.dts | 2 +- arch/arm/boot/dts/at91sam9rlek.dts | 2 +- .../dts/lan966x-kontron-kswitch-d10-mmt-6g-2gs.dts | 94 ++++++ .../dts/lan966x-kontron-kswitch-d10-mmt-8g.dts | 39 +++ .../boot/dts/lan966x-kontron-kswitch-d10-mmt.dtsi | 190 +++++++++++ arch/arm/boot/dts/lan966x-pcb8291.dts | 2 +- arch/arm/boot/dts/lan966x.dtsi | 353 ++++++++++++++++++++- arch/arm/boot/dts/sama7g5.dtsi | 1 - arch/arm/boot/dts/usb_a9263.dts | 2 +- 16 files changed, 687 insertions(+), 16 deletions(-) create mode 100644 arch/arm/boot/dts/lan966x-kontron-kswitch-d10-mmt-6g-2gs.dts create mode 100644 arch/arm/boot/dts/lan966x-kontron-kswitch-d10-mmt-8g.dts create mode 100644 arch/arm/boot/dts/lan966x-kontron-kswitch-d10-mmt.dtsi