All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: at91: DT for 5.6 #1
@ 2020-01-13 15:54 ` Alexandre Belloni
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Belloni @ 2020-01-13 15:54 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm, soc
  Cc: Nicolas Ferre, Ludovic Desroches, linux-arm-kernel, linux-kernel

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

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL] ARM: at91: DT for 5.6 #1
@ 2020-01-13 15:54 ` Alexandre Belloni
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Belloni @ 2020-01-13 15:54 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm, soc
  Cc: Ludovic Desroches, linux-arm-kernel, linux-kernel

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

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-13 15:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-13 15:54 [GIT PULL] ARM: at91: DT for 5.6 #1 Alexandre Belloni
2020-01-13 15:54 ` Alexandre Belloni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.