mbox series

[GIT,PULL] Renesas ARM Based SoC DT Bindings Updates for v5.1

Message ID cover.1549624030.git.horms+renesas@verge.net.au
State New
Headers show
Series [GIT,PULL] Renesas ARM Based SoC DT Bindings Updates for v5.1 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-bindings-for-v5.1

Message

Simon Horman Feb. 18, 2019, 10:48 a.m. UTC
Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC DT bindings updates for v5.1.

I apologise for the lateness of this submission.
It somehow got stuck in my to-send queue.


The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-bindings-for-v5.1

for you to fetch changes up to c051dc5e3cea482ceb019028ddde67b7cb921e85:

  dt-bindings: arm: renesas: Fix SoC mismatch for Stout (2019-01-30 10:58:00 +0100)

----------------------------------------------------------------
Renesas ARM Based SoC DT Bindings Updates for v5.1

* Convert Renesas board/soc bindings to json-schema
* Correct SoC missmpatch for R-Car H2 (r8a7790) based Stout board
* Document RZ/A2M (r7s9210) based EVB
* Document RZ/G2E (r8a774c0) based cat87[45] boards

----------------------------------------------------------------
Chris Brandt (1):
      dt-bindings: arm: renesas: Document RZ/A2M EVB

Fabrizio Castro (1):
      dt-bindings: arm: renesas: Add si-linux cat87[45] boards

Geert Uytterhoeven (1):
      dt-bindings: arm: renesas: Fix SoC mismatch for Stout

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

 Documentation/devicetree/bindings/arm/renesas.yaml | 238 +++++++++++++++++++++
 Documentation/devicetree/bindings/arm/shmobile.txt | 155 --------------
 MAINTAINERS                                        |   4 +-
 3 files changed, 240 insertions(+), 157 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/renesas.yaml
 delete mode 100644 Documentation/devicetree/bindings/arm/shmobile.txt

Comments

Arnd Bergmann Feb. 18, 2019, 12:46 p.m. UTC | #1
On Mon, Feb 18, 2019 at 11:48 AM Simon Horman
<horms+renesas@verge.net.au> wrote:
> ----------------------------------------------------------------
> Renesas ARM Based SoC DT Bindings Updates for v5.1
>
> * Convert Renesas board/soc bindings to json-schema
> * Correct SoC missmpatch for R-Car H2 (r8a7790) based Stout board
> * Document RZ/A2M (r7s9210) based EVB
> * Document RZ/G2E (r8a774c0) based cat87[45] boards

Pulled into arm/dt, thanks!

     Arnd