Message ID | 20211011123438.16562-1-nicolas.ferre@microchip.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 8071974c83112a509f6c539f7557650085c02138 |
Headers | show |
Series | [GIT,PULL] ARM: at91: dt for 5.16 | expand |
Hello: This pull request was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Mon, 11 Oct 2021 14:34:38 +0200 you wrote: > From: Nicolas Ferre <nicolas.ferre@microchip.com> > > Arnd, Olof, > > Here is the first batch of dt changes for 5.16. > > Thanks, best regards, > Nicolas > > [...] Here is the summary with links: - [GIT,PULL] ARM: at91: dt for 5.16 https://git.kernel.org/soc/soc/c/8071974c8311 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Nicolas Ferre <nicolas.ferre@microchip.com> Arnd, Olof, Here is the first batch of dt changes for 5.16. Thanks, best regards, Nicolas The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f: Linux 5.15-rc1 (2021-09-12 16:28:37 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git at91-dt-5.16 for you to fetch changes up to 4c46b991bab640ee91f16967be2b0d00b7d5f992: ARM: at91: dts: sama5d29: Add dtsi file for sama5d29 (2021-09-21 12:37:07 +0200) ---------------------------------------------------------------- AT91 DT #1 for 5.16: - Addition of a new variant in the sama5d2 family: the sama5d29 with significant updates being CAN and Ethernet controllers; - Add support for Exegin Q5xR5 and CalAmp LMU5000 boards which were maintained up to this moment, separately, in OpenWrt tree; - Two more boards gained I2C bus recovery support; - Tse850 updated with one Ethernet fix; - Sama7g5ek gained ADC nodes and sama5d27_wlsom1 WiFi support. ---------------------------------------------------------------- Adam Porter (1): ARM: dts: at91: add CalAmp LMU5000 board Claudiu Beznea (5): ARM: dts: at91: at91sam9260: add pinctrl label dt-bindings: add vendor prefix for calamp dt-bindings: ARM: at91: document CalAmp LMU5000 board dt-bindings: add vendor prefix for exegin dt-bindings: ARM: at91: document exegin q5xr5 board Durai Manickam KR (2): ARM: dts: at91-sama5d27_som1_ek: Added I2C bus recovery support ARM: dts: at91-sama5d2_icp.dts: Added I2C bus recovery support Eugen Hristev (3): ARM: dts: at91: sama5d27_wlsom1: add wifi device ARM: dts: at91: sama7g5: add node for the ADC ARM: dts: at91: sama7g5ek: enable ADC on the board Hari Prasath (1): ARM: at91: dts: sama5d29: Add dtsi file for sama5d29 Owen Kirby (1): ARM: dts: at91: add Exegin Q5xR5 board Peter Rosin (1): ARM: dts: at91: tse850: the emac<->phy interface is rmii .../devicetree/bindings/arm/atmel-at91.yaml | 12 ++ .../devicetree/bindings/vendor-prefixes.yaml | 4 + arch/arm/boot/dts/Makefile | 2 + arch/arm/boot/dts/at91-lmu5000.dts | 147 +++++++++++++++ arch/arm/boot/dts/at91-q5xr5.dts | 199 +++++++++++++++++++++ arch/arm/boot/dts/at91-sama5d27_som1.dtsi | 12 +- arch/arm/boot/dts/at91-sama5d27_som1_ek.dts | 23 ++- arch/arm/boot/dts/at91-sama5d27_wlsom1.dtsi | 70 ++++++++ arch/arm/boot/dts/at91-sama5d2_icp.dts | 22 ++- arch/arm/boot/dts/at91-sama7g5ek.dts | 8 + arch/arm/boot/dts/at91-tse850-3.dts | 2 +- arch/arm/boot/dts/at91sam9260.dtsi | 2 +- arch/arm/boot/dts/sama5d29.dtsi | 16 ++ arch/arm/boot/dts/sama7g5.dtsi | 16 ++ 14 files changed, 528 insertions(+), 7 deletions(-) create mode 100644 arch/arm/boot/dts/at91-lmu5000.dts create mode 100644 arch/arm/boot/dts/at91-q5xr5.dts create mode 100644 arch/arm/boot/dts/sama5d29.dtsi