mbox series

[GIT,PULL] ARM: at91: DT for 5.6 #1

Message ID 20200113155423.GA1357189@piout.net (mailing list archive)
State Mainlined, archived
Commit a7e0f3fc01df4b1b7077df777c37feae8c9e8b6d
Headers show
Series [GIT,PULL] ARM: at91: DT for 5.6 #1 | expand

Pull-request

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

Message

Alexandre Belloni Jan. 13, 2020, 3:54 p.m. UTC
Arnd, Olof,

Here is the first AT91 DT pull request for 5.6. A few new boards and not
so urgent fixes this cycle. I may have a second pull request by then end
of the week with the sam9x60 device tree.

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to a7e0f3fc01df4b1b7077df777c37feae8c9e8b6d:

  ARM: dts: at91: sama5d3: define clock rate range for tcb1 (2020-01-10 18:25:14 +0100)

----------------------------------------------------------------
AT91 DT for 5.6

 - Fix sama5d3 peripheral clock rate range
 - New boards: Overkiz Smartikz and Kizbox Mini, Microchip SAMA5D27
   wlsom1-ek
 - sama5d2 sdmcc fixes

----------------------------------------------------------------
Alexandre Belloni (3):
      ARM: dts: at91: nattis 2: remove unnecessary include
      ARM: dts: at91: sama5d3: fix maximum peripheral clock rates
      ARM: dts: at91: sama5d3: define clock rate range for tcb1

Andrei Stefanescu (1):
      ARM: dts: at91: sama5d2: mark secumod as a GPIO controller

Eugen Hristev (3):
      dt-bindings: ARM: at91: Document SAMA5D27 WLSOM1 and Evaluation Kit
      ARM: dts: at91: sama5d27_wlsom1: add SAMA5D27 wlsom1 and wlsom1-ek
      ARM: dts: at91: sama5d27_som1_ek: add i2c filters properties

Ingo van Lil (1):
      ARM: dts: at91: Reenable UART TX pull-ups

Kamel Bouhara (3):
      ARM: dts: at91: rearrange kizbox dts using aliases nodes
      dt-bindings: arm: at91: Document Kizboxmini and Smartkiz boards binding
      ARM: dts: at91: add smartkiz support and a common kizboxmini dtsi file

Ludovic Desroches (1):
      ARM: dts: at91: sama5d2: set the sdmmc gclk frequency

Nicolas Ferre (1):
      ARM: dts: at91: sama5d27_som1_ek: add the microchip,sdcal-inverted on sdmmc0

Razvan Stefanescu (1):
      ARM: dts: at91: sama5d2: disable pwm0 by default

 .../devicetree/bindings/arm/atmel-at91.yaml        |  25 ++
 arch/arm/boot/dts/Makefile                         |   6 +-
 arch/arm/boot/dts/at91-kizbox.dts                  | 172 ++++++------
 arch/arm/boot/dts/at91-kizboxmini-base.dts         |  24 ++
 ...-kizboxmini.dts => at91-kizboxmini-common.dtsi} | 163 ++++++-----
 arch/arm/boot/dts/at91-kizboxmini-mb.dts           |  26 ++
 arch/arm/boot/dts/at91-kizboxmini-rd.dts           |  49 ++++
 arch/arm/boot/dts/at91-nattis-2-natte-2.dts        |   1 -
 arch/arm/boot/dts/at91-sama5d27_som1.dtsi          |   4 +
 arch/arm/boot/dts/at91-sama5d27_som1_ek.dts        |   6 +
 arch/arm/boot/dts/at91-sama5d27_wlsom1.dtsi        | 304 +++++++++++++++++++++
 arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dts      | 270 ++++++++++++++++++
 arch/arm/boot/dts/at91-smartkiz.dts                | 109 ++++++++
 arch/arm/boot/dts/at91sam9260.dtsi                 |  16 +-
 arch/arm/boot/dts/at91sam9261.dtsi                 |   6 +-
 arch/arm/boot/dts/at91sam9263.dtsi                 |   6 +-
 arch/arm/boot/dts/at91sam9g45.dtsi                 |   8 +-
 arch/arm/boot/dts/at91sam9rl.dtsi                  |   8 +-
 arch/arm/boot/dts/sama5d2.dtsi                     |  10 +-
 arch/arm/boot/dts/sama5d3.dtsi                     |  28 +-
 arch/arm/boot/dts/sama5d3_can.dtsi                 |   4 +-
 arch/arm/boot/dts/sama5d3_tcb1.dtsi                |   1 +
 arch/arm/boot/dts/sama5d3_uart.dtsi                |   4 +-
 23 files changed, 1037 insertions(+), 213 deletions(-)
 create mode 100644 arch/arm/boot/dts/at91-kizboxmini-base.dts
 rename arch/arm/boot/dts/{at91-kizboxmini.dts => at91-kizboxmini-common.dtsi} (51%)
 create mode 100644 arch/arm/boot/dts/at91-kizboxmini-mb.dts
 create mode 100644 arch/arm/boot/dts/at91-kizboxmini-rd.dts
 create mode 100644 arch/arm/boot/dts/at91-sama5d27_wlsom1.dtsi
 create mode 100644 arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dts
 create mode 100644 arch/arm/boot/dts/at91-smartkiz.dts

Comments

patchwork-bot+linux-soc@kernel.org Jan. 17, 2020, 12:22 a.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (refs/heads/for-next).

On Mon, 13 Jan 2020 16:54:23 +0100 you wrote:
> Arnd, Olof,
> 
> Here is the first AT91 DT pull request for 5.6. A few new boards and not
> so urgent fixes this cycle. I may have a second pull request by then end
> of the week with the sam9x60 device tree.
> 
> The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:
> 
> [...]


Here is a summary with links:
  - [GIT,PULL] ARM: at91: DT for 5.6 #1
    https://git.kernel.org/soc/soc/c/e59760f70b7d93dfd33b2c8567ff0adb4bd57193

You are awesome, thank you!