Message ID | 20220225110735.18080-1-nicolas.ferre@microchip.com (mailing list archive) |
---|---|
State | Accepted |
Commit | c845b558599dd3846b03bd2f387a28023ce923bf |
Headers | show |
Series | [GIT,PULL] ARM: at91: dt for 5.18 | expand |
Hello: This pull request was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Fri, 25 Feb 2022 12:07:35 +0100 you wrote: > From: Nicolas Ferre <nicolas.ferre@microchip.com> > > Arnd, Olof, > > Here are the dt changes for 5.18. They include both at91 changes and lan966 > first DT patches which I'm happy to take as part of our pull request. > > [...] Here is the summary with links: - [GIT,PULL] ARM: at91: dt for 5.18 https://git.kernel.org/soc/soc/c/c845b558599d You are awesome, thank you!
From: Nicolas Ferre <nicolas.ferre@microchip.com> Arnd, Olof, Here are the dt changes for 5.18. They include both at91 changes and lan966 first DT patches which I'm happy to take as part of our pull request. Please pull. Thanks, best regards, Nicolas The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-dt-5.18 for you to fetch changes up to 3c8a9c2e2daf51bd3dcaedd321ecc79f10227c41: ARM: dts: at91: sama7g5: add opps (2022-02-25 11:32:22 +0100) ---------------------------------------------------------------- AT91 & LAN966 DT #1 for 5.18: - lan966x basic DT and associated evaluation board pcb8291 (2-ports) - documentation for an upcoming Kontron switch board featuring a LAN9668 - one fix for an old bug we have with PMECC on sama5d2 in some corner cases - sama7g5 and its EK: crypto, CAN and DVFS operating points ---------------------------------------------------------------- Claudiu Beznea (4): ARM: dts: at91: remove status = "okay" from soc specific dtsi ARM: dts: at91: fix low limit for CPU regulator ARM: dts: at91: sama7g5ek: set regulator voltages for standby state ARM: dts: at91: sama7g5: add opps Hari Prasath (2): ARM: dts: at91: sama7g5: Add can controllers of sama7g5 ARM: dts: at91: sama7g5: Enable can0 and can1 support in sama7g5-ek Kavyasree Kotagiri (1): ARM: dts: add DT for lan966 SoC and 2-port board pcb8291 Michael Walle (1): dt-bindings: arm: at91: add Kontron's new KSwitches Tudor Ambarus (3): ARM: dts: at91: sama5d2: Fix PMERRLOC resource size ARM: dts: at91: Use the generic "crypto" node name for the crypto IPs ARM: dts: at91: sama7g5: Add crypto nodes .../devicetree/bindings/arm/atmel-at91.yaml | 9 + arch/arm/boot/dts/Makefile | 2 + arch/arm/boot/dts/at91-sama7g5ek.dts | 32 ++- arch/arm/boot/dts/lan966x-pcb8291.dts | 64 ++++++ arch/arm/boot/dts/lan966x.dtsi | 237 +++++++++++++++++++++ arch/arm/boot/dts/sam9x60.dtsi | 10 +- arch/arm/boot/dts/sama5d2.dtsi | 11 +- arch/arm/boot/dts/sama5d3.dtsi | 6 +- arch/arm/boot/dts/sama5d4.dtsi | 9 +- arch/arm/boot/dts/sama7g5.dtsi | 169 ++++++++++++++- 10 files changed, 522 insertions(+), 27 deletions(-) create mode 100644 arch/arm/boot/dts/lan966x-pcb8291.dts create mode 100644 arch/arm/boot/dts/lan966x.dtsi