mbox series

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

Message ID 20200322085931.GA208770@piout.net
State New
Headers show
Series [GIT,PULL] ARM: at91: DT for 5.7 | expand

Pull-request

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

Message

Alexandre Belloni March 22, 2020, 8:59 a.m. UTC
Arnd, Olof,

Very few DT updates this cycle. I've filled in the google doc as you
requested.

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b8c2c052de210d23d83eb178fa030b541ca51842:

  ARM: dts: at91: sama5d27_wlsom1_ek: add USB device node (2020-03-20 23:58:14 +0100)

----------------------------------------------------------------
AT91 DT for 5.7

 - Enable watchdog on sam9x60
 - Correct sama5d4/2 RTC compatibles
 - Add i2c gpio pinctrl to allow i2c recovery

----------------------------------------------------------------
Alexandre Belloni (2):
      ARM: dts: at91: sama5d2: use correct rtc compatible
      ARM: dts: at91: sama5d4: use correct rtc compatible

Cristian Birsan (1):
      ARM: dts: at91: sama5d27_wlsom1_ek: add USB device node

Eugen Hristev (2):
      ARM: dts: at91: sam9x60: add watchdog node
      ARM: dts: at91: sam9x60ek: enable watchdog node

Kamel Bouhara (3):
      ARM: dts: at91: sama5d3: add i2c gpio pinctrl
      ARM: dts: at91: sama5d4: add i2c gpio pinctrl
      ARM: dts: at91: sama5d2: add i2c gpio pinctrl

Rob Herring (1):
      ARM: dts: at91: Kill off "simple-panel" compatibles

 arch/arm/boot/dts/at91-dvk_su60_somc_lcm.dtsi |  2 +-
 arch/arm/boot/dts/at91-sam9x60ek.dts          |  5 ++++
 arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dts | 12 +++++++++
 arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts     | 33 ++++++++++++++++++++++---
 arch/arm/boot/dts/at91-sama5d2_xplained.dts   | 33 ++++++++++++++++++++++---
 arch/arm/boot/dts/at91-sama5d4_ma5d4evk.dts   |  2 +-
 arch/arm/boot/dts/at91sam9n12ek.dts           |  2 +-
 arch/arm/boot/dts/at91sam9x5dm.dtsi           |  2 +-
 arch/arm/boot/dts/sam9x60.dtsi                |  8 ++++++
 arch/arm/boot/dts/sama5d2.dtsi                |  2 +-
 arch/arm/boot/dts/sama5d3.dtsi                | 33 ++++++++++++++++++++++---
 arch/arm/boot/dts/sama5d4.dtsi                | 35 ++++++++++++++++++++++++---
 12 files changed, 151 insertions(+), 18 deletions(-)