mbox

[GIT,PULL] Second Round of Renesas ARM Based SoC DT Bindings Updates for v4.14

Message ID cover.1502961902.git.horms+renesas@verge.net.au
State New
Headers show

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-bindings2-for-v4.14

Message

Simon Horman Aug. 18, 2017, 8:20 a.m. UTC
Hi Olof, Hi Kevin, Hi Arnd,

Please consider these second round of Renesas ARM based SoC DT bindings updates for v4.14.

This pull request is based on the previous round of
such requests, tagged as renesas-dt-bindings-for-v4.14,
which I have already sent a pull-request for.


The following changes since commit 100acb0bd90be67b3fc625cff91c7617b791743d:

  ARM: shmobile: Document Renesas Draak board DT bindings (2017-07-27 17:10:48 +0200)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-bindings2-for-v4.14

for you to fetch changes up to 304ce59242e11e715bfdc86577771502df99f7cd:

  dt-bindings: apmu: Document r8a7743 support (2017-08-17 10:32:24 +0200)

----------------------------------------------------------------
Second Round of Renesas ARM Based SoC DT Bindings Updates for v4.14

* Add RZ/G1M (r8a7743) binding to apmu driver

  This allows SMP to be supported on the RZ/G1M SoC

* Add bindings for iW-RainboW-G22D-SODIMM RZ/G1E SODIMM development kit

  This is in preparation for adding DTS to support this hardware

----------------------------------------------------------------
Biju Das (1):
      dt-bindings: apmu: Document r8a7743 support

Fabrizio Castro (2):
      ARM: shmobile: document iW-RainboW-G22M-SM SODIMM System on Module
      ARM: shmobile: document iW-RainboW-G22D SODIMM SOM Development Platform

 Documentation/devicetree/bindings/arm/shmobile.txt       | 4 ++++
 Documentation/devicetree/bindings/power/renesas,apmu.txt | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

Comments

Arnd Bergmann Aug. 18, 2017, 9:13 p.m. UTC | #1
On Fri, Aug 18, 2017 at 10:20 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Second Round of Renesas ARM Based SoC DT Bindings Updates for v4.14
>
> * Add RZ/G1M (r8a7743) binding to apmu driver
>
>   This allows SMP to be supported on the RZ/G1M SoC
>
> * Add bindings for iW-RainboW-G22D-SODIMM RZ/G1E SODIMM development kit
>
>   This is in preparation for adding DTS to support this hardware

Pulled into next/dt, thanks!

      Arnd