From: <nicolas.ferre@microchip.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
<arm@kernel.org>, <soc@kernel.org>
Cc: Nicolas Ferre <nicolas.ferre@microchip.com>,
Linux Kernel list <linux-kernel@vger.kernel.org>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Ludovic Desroches <ludovic.desroches@microchip.com>,
Claudiu Beznea <claudiu.beznea@microchip.com>,
Eugen Hristev <eugen.hristev@microchip.com>
Subject: [GIT PULL] ARM: at91: dt for 5.15
Date: Wed, 4 Aug 2021 10:50:00 +0200 [thread overview]
Message-ID: <20210804085000.13233-1-nicolas.ferre@microchip.com> (raw)
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
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID
From: <nicolas.ferre@microchip.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
<arm@kernel.org>, <soc@kernel.org>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>,
Linux Kernel list <linux-kernel@vger.kernel.org>,
Ludovic Desroches <ludovic.desroches@microchip.com>,
Eugen Hristev <eugen.hristev@microchip.com>,
Claudiu Beznea <claudiu.beznea@microchip.com>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] ARM: at91: dt for 5.15
Date: Wed, 4 Aug 2021 10:50:00 +0200 [thread overview]
Message-ID: <20210804085000.13233-1-nicolas.ferre@microchip.com> (raw)
Message-ID: <20210804085000.fF2bQrmI1cx5EcsGnHamYO_SGjdNxESAXDV2ifMUcAM@z> (raw)
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
--
Nicolas Ferre
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2021-08-04 8:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-04 8:50 nicolas.ferre [this message]
2021-08-04 8:50 ` [GIT PULL] ARM: at91: dt for 5.15 nicolas.ferre
2021-08-04 13:56 ` Arnd Bergmann
2021-08-04 13:56 ` Arnd Bergmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210804085000.13233-1-nicolas.ferre@microchip.com \
--to=nicolas.ferre@microchip.com \
--cc=alexandre.belloni@bootlin.com \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=claudiu.beznea@microchip.com \
--cc=eugen.hristev@microchip.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ludovic.desroches@microchip.com \
--cc=olof@lixom.net \
--cc=soc@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).