mbox series

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

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

Pull-request

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

Message

Alexandre Belloni Jan. 19, 2020, 11:47 p.m. UTC
Arnd, Olof,

Here is the second DT pull request for AT91 with mostly DT compatible
documentation and the sam9x60 SoC dtsi and evaluation kit dts. This
builds fine and is very unlikely to cause any issue.

The following changes since commit a7e0f3fc01df4b1b7077df777c37feae8c9e8b6d:

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

are available in the Git repository at:

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

for you to fetch changes up to 1e5f532c273714abf4275df930b2c77aa1b63b51:

  ARM: dts: at91: sam9x60: add device tree for soc and board (2020-01-16 14:51:40 +0100)

----------------------------------------------------------------
AT91 DT for 5.6 #2

 - Add sam9x60 dtsi
 - New board sam9x60 Evaluation Kit

----------------------------------------------------------------
Claudiu Beznea (11):
      dt-bindings: at_xdmac: remove wildcard
      dt-bindings: at_xdmac: add microchip,sam9x60-dma
      dt-bindings: atmel-can: add microchip,sam9x60-can
      dt-bindings: atmel-isi: add microchip,sam9x60-isi
      dt-bindings: at91-sama5d2_adc: add microchip,sam9x60-adc
      dt-bindings: atmel-matrix: add microchip,sam9x60-matrix
      dt-bindings: atmel-nand: add microchip,sam9x60-pmecc
      dt-bindings: atmel-sysreg: add microchip,sam9x60-ddramc
      dt-bindings: atmel-smc: add microchip,sam9x60-smc
      dt-bindings: atmel-gpbr: add microchip,sam9x60-gpbr
      dt-bindings: arm: add sam9x60-ek board

Sandeep Sheriker Mallikarjun (1):
      ARM: dts: at91: sam9x60: add device tree for soc and board

 .../devicetree/bindings/arm/atmel-at91.yaml        |   6 +
 .../devicetree/bindings/arm/atmel-sysregs.txt      |   1 +
 .../devicetree/bindings/dma/atmel-xdma.txt         |   4 +-
 .../bindings/iio/adc/at91-sama5d2_adc.txt          |   2 +-
 .../devicetree/bindings/media/atmel-isi.txt        |   2 +-
 .../devicetree/bindings/mfd/atmel-gpbr.txt         |   4 +-
 .../devicetree/bindings/mfd/atmel-matrix.txt       |   1 +
 .../devicetree/bindings/mfd/atmel-smc.txt          |   1 +
 .../devicetree/bindings/mtd/atmel-nand.txt         |   1 +
 .../devicetree/bindings/net/can/atmel-can.txt      |   3 +-
 arch/arm/boot/dts/Makefile                         |   2 +
 arch/arm/boot/dts/at91-sam9x60ek.dts               | 647 +++++++++++++++++++
 arch/arm/boot/dts/sam9x60.dtsi                     | 691 +++++++++++++++++++++
 13 files changed, 1358 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm/boot/dts/at91-sam9x60ek.dts
 create mode 100644 arch/arm/boot/dts/sam9x60.dtsi

Comments

patchwork-bot+linux-soc@kernel.org Jan. 20, 2020, 7:02 a.m. UTC | #1
Hello:

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

On Mon, 20 Jan 2020 00:47:07 +0100 you wrote:
> Arnd, Olof,
> 
> Here is the second DT pull request for AT91 with mostly DT compatible
> documentation and the sam9x60 SoC dtsi and evaluation kit dts. This
> builds fine and is very unlikely to cause any issue.
> 
> The following changes since commit a7e0f3fc01df4b1b7077df777c37feae8c9e8b6d:
> 
> [...]


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

You are awesome, thank you!