mbox series

[GIT,PULL] ARM: at91: DT for 5.1

Message ID 20190212192838.GA12677@piout.net (mailing list archive)
State Mainlined, archived
Commit 31f031f73a01fb83fd6f4abfff04a79b360219e1
Headers show
Series [GIT,PULL] ARM: at91: DT for 5.1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-5.1-dt

Message

Alexandre Belloni Feb. 12, 2019, 7:28 p.m. UTC
Arnd, Olof,

Here is the only AT91 pull request for this cycle.

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-5.1-dt

for you to fetch changes up to 31f031f73a01fb83fd6f4abfff04a79b360219e1:

  ARM: dts: at91: replace gpio-key,wakeup with wakeup-source property (2019-01-08 19:12:40 +0100)

----------------------------------------------------------------
AT91 DT for 5.1

 - Enable QSPI NOR on sama5d2 SoM1
 - replace deprecated gpio-key,wakeup property

----------------------------------------------------------------
Claudiu Beznea (2):
      ARM: dts: at91: at91-sama5d27_som1: add QSPI1 + SPI NOR memory nodes
      ARM: dts: at91: at91-sama5d27_som1_ek: enable qspi1 memory

Sudeep Holla (1):
      ARM: dts: at91: replace gpio-key,wakeup with wakeup-source property

 arch/arm/boot/dts/at91-nattis-2-natte-2.dts |  2 +-
 arch/arm/boot/dts/at91-sama5d27_som1.dtsi   | 30 +++++++++++++++++++++++++++++
 arch/arm/boot/dts/at91-sama5d27_som1_ek.dts |  4 ++++
 arch/arm/boot/dts/at91-wb45n.dts            |  2 +-
 arch/arm/boot/dts/at91-wb50n.dts            |  4 ++--
 5 files changed, 38 insertions(+), 4 deletions(-)

Comments

Arnd Bergmann Feb. 15, 2019, 3:14 p.m. UTC | #1
On Tue, Feb 12, 2019 at 8:28 PM Alexandre Belloni
<alexandre.belloni@bootlin.com> wrote:
> AT91 DT for 5.1
>
>  - Enable QSPI NOR on sama5d2 SoM1
>  - replace deprecated gpio-key,wakeup property
>

Pulled into arm/dt, thanks!

     Arnd