Message ID | 20210804085000.13233-1-nicolas.ferre@microchip.com (mailing list archive) |
---|---|
State | Mainlined, archived |
Commit | 818c4593434e81c9971b8fc278215121622c755e |
Headers | show |
Series | [GIT,PULL] ARM: at91: dt for 5.15 | expand |
From: Arnd Bergmann <arnd@arndb.de> On Wed, 4 Aug 2021 10:50:00 +0200, nicolas.ferre@microchip.com wrote: > Arnd, Olof, > > Here are the dt changes for 5.15 which contains addition of SAMA7G5, some > enhancements to current boards and a couple of (low priority) fixes. > > Thanks, best regards, > Nicolas > > [...] Merged into arm/dt, thanks! merge commit: 8e816b9915a136c12ab726e92412b917d7e514f7 Arnd
From: Nicolas Ferre <nicolas.ferre@microchip.com> Arnd, Olof, Here are the dt changes for 5.15 which contains addition of SAMA7G5, some enhancements to current boards and a couple of (low priority) fixes. Thanks, best regards, Nicolas The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3: Linux 5.14-rc1 (2021-07-11 15:07:40 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-dt-5.15 for you to fetch changes up to 818c4593434e81c9971b8fc278215121622c755e: ARM: dts: at91: use the right property for shutdown controller (2021-08-02 12:34:09 +0200) ---------------------------------------------------------------- AT91 dt for 5.15: - add sama7g5 SoC and associated evaluation kit, the sama7g5-ek - adaptation of some DT for sama5d27 som1 ek, sama5d4 xplained and sama5d2 icp boards - fixes to gpio and shutdown controller nodes for all boards ---------------------------------------------------------------- Claudiu Beznea (3): dt-bindings: atmel-sysreg: add bindings for sama7g5 ARM: dts: at91: add pinctrl-{names, 0} for all gpios ARM: dts: at91: add conflict note for d3 Codrin Ciubotariu (1): ARM: dts: at91: sama5d2_icp: enable digital filter for I2C nodes Eugen Hristev (3): dt-bindings: ARM: at91: document sama7g5ek board ARM: dts: at91: add sama7g5 SoC DT and sama7g5-ek ARM: dts: at91: sama5d27_som1_ek: enable ADC node Ludovic Desroches (1): ARM: dts: at91: sama5d4_xplained: change the key code of the gpio key Nicolas Ferre (1): ARM: dts: at91: use the right property for shutdown controller Tudor Ambarus (1): ARM: dts: at91: sama5d4_xplained: Remove spi0 node .../devicetree/bindings/arm/atmel-at91.yaml | 5 + .../devicetree/bindings/arm/atmel-sysregs.txt | 14 +- arch/arm/boot/dts/Makefile | 2 + arch/arm/boot/dts/at91-kizbox3_common.dtsi | 2 +- arch/arm/boot/dts/at91-sam9x60ek.dts | 18 +- arch/arm/boot/dts/at91-sama5d27_som1_ek.dts | 6 +- arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dts | 2 +- arch/arm/boot/dts/at91-sama5d2_icp.dts | 8 +- arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts | 2 +- arch/arm/boot/dts/at91-sama5d2_xplained.dts | 2 +- arch/arm/boot/dts/at91-sama5d3_xplained.dts | 31 +- arch/arm/boot/dts/at91-sama5d4_xplained.dts | 32 +- arch/arm/boot/dts/at91-sama7g5ek.dts | 656 +++++++++++++++ arch/arm/boot/dts/sama7g5-pinfunc.h | 923 +++++++++++++++++++++ arch/arm/boot/dts/sama7g5.dtsi | 528 ++++++++++++ 15 files changed, 2209 insertions(+), 22 deletions(-) create mode 100644 arch/arm/boot/dts/at91-sama7g5ek.dts create mode 100644 arch/arm/boot/dts/sama7g5-pinfunc.h create mode 100644 arch/arm/boot/dts/sama7g5.dtsi