mbox series

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

Message ID 20190621212246.GA30172@piout.net (mailing list archive)
State Queued, archived
Commit 271839b0a819cbb76ef3ce5c7237d6cb624b3eba
Headers show
Series [GIT,PULL] ARM: at91: DT for 5.3 | expand

Pull-request

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

Message

Alexandre Belloni June 21, 2019, 9:22 p.m. UTC
Arnd, Olof,

Still very few updates. It is mostly about removing DTC warnings by
switching the sckc to the proper bindings and converting the atmel
bindings to json-schema.

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 271839b0a819cbb76ef3ce5c7237d6cb624b3eba:

  dt-bindings: arm: Convert Atmel board/soc bindings to json-schema (2019-06-20 11:13:52 +0200)

----------------------------------------------------------------
AT91 DT for 5.3

 - switch to new sckc bindings
 - convert soc bindings to json-schema

----------------------------------------------------------------
Alexandre Belloni (5):
      ARM: dts: at91sam9261ek: remove unused chosen nodes
      ARM: dts: at91: at91sam9x5: switch to new sckc bindings
      ARM: dts: at91: at91sam9g45: switch to new sckc bindings
      ARM: dts: at91: at91sam9rl: switch to new sckc bindings
      ARM: dts: at91: sama5d3: switch to new sckc bindings

Rob Herring (1):
      dt-bindings: arm: Convert Atmel board/soc bindings to json-schema

 .../devicetree/bindings/arm/atmel-at91.txt         |  73 -----------
 .../devicetree/bindings/arm/atmel-at91.yaml        | 134 +++++++++++++++++++++
 arch/arm/boot/dts/at91-wb50n.dtsi                  |   2 +-
 arch/arm/boot/dts/at91sam9261ek.dts                |   8 --
 arch/arm/boot/dts/at91sam9g45.dtsi                 |  25 +---
 arch/arm/boot/dts/at91sam9rl.dtsi                  |  25 +---
 arch/arm/boot/dts/at91sam9x5.dtsi                  |  23 +---
 arch/arm/boot/dts/sama5d3.dtsi                     |  27 +----
 8 files changed, 148 insertions(+), 169 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/atmel-at91.txt
 create mode 100644 Documentation/devicetree/bindings/arm/atmel-at91.yaml

Comments

Olof Johansson June 25, 2019, 11:49 a.m. UTC | #1
On Fri, Jun 21, 2019 at 11:22:46PM +0200, Alexandre Belloni wrote:
> Arnd, Olof,
> 
> Still very few updates. It is mostly about removing DTC warnings by
> switching the sckc to the proper bindings and converting the atmel
> bindings to json-schema.
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-5.3-dt
> 
> for you to fetch changes up to 271839b0a819cbb76ef3ce5c7237d6cb624b3eba:
> 
>   dt-bindings: arm: Convert Atmel board/soc bindings to json-schema (2019-06-20 11:13:52 +0200)

Merged, thanks!


-Olof