mbox series

[GIT,PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v5.2

Message ID cover.1555683861.git.horms+renesas@verge.net.au (mailing list archive)
State Not Applicable
Delegated to: Simon Horman
Headers show
Series [GIT,PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v5.2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm64-dt2-for-v5.2

Message

Simon Horman April 19, 2019, 2:33 p.m. UTC
Hi Olof, Hi Kevin, Hi Arnd,

Please consider these second round of Renesas ARM64 based SoC DT updates
for v5.2.

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


The following changes since commit e3414b8c45afa5cdfb1ffd10f5334da3458c4aa5:

  arm64: dts: renesas: salvator-common: Add GPIO keys support (2019-03-27 13:02:12 +0100)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm64-dt2-for-v5.2

for you to fetch changes up to b7f5a8e435ecc7198407f44a2a5a6cdae1056b0d:

  arm64: dts: renesas: r8a77980: Add "renesas,id" to VIN (2019-04-15 10:43:26 +0200)

----------------------------------------------------------------
Second Round of Renesas ARM64 Based SoC DT Updates for v5.2

* R-Car H3 (r8a7795), M3-N (r8a77965) and E3 (r8a77990) SoCs
  - Describe CMT devices in DT

* R-Car M3-N (r8a77965) SoC
  - Remove unecessary reg-names of display node

* R-Car V3H (r8a77980) SoC
  - Add missing "renesas,id" property to VIN of device tree

* RZ/G2E (r8a774c0) based CAT874 board
  - Add USB-HOST support

----------------------------------------------------------------
Cao Van Dong (3):
      arm64: dts: renesas: r8a7795: Add CMT device nodes
      arm64: dts: renesas: r8a77965: Add CMT device nodes
      arm64: dts: renesas: r8a77990: Add CMT device nodes

Fabrizio Castro (1):
      arm64: dts: renesas: cat874: Add USB-HOST support

Jacopo Mondi (1):
      arm64: dts: renesas: r8a77980: Add "renesas,id" to VIN

Takeshi Kihara (1):
      arm64: dts: renesas: r8a77965: Remove reg-names of display node

 arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts | 15 ++++++
 arch/arm64/boot/dts/renesas/r8a7795.dtsi        | 70 ++++++++++++++++++++++++
 arch/arm64/boot/dts/renesas/r8a77965.dtsi       | 71 ++++++++++++++++++++++++-
 arch/arm64/boot/dts/renesas/r8a77980.dtsi       | 16 ++++++
 arch/arm64/boot/dts/renesas/r8a77990.dtsi       | 70 ++++++++++++++++++++++++
 5 files changed, 241 insertions(+), 1 deletion(-)

Comments

Olof Johansson April 28, 2019, 7:45 p.m. UTC | #1
On Fri, Apr 19, 2019 at 04:33:55PM +0200, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these second round of Renesas ARM64 based SoC DT updates
> for v5.2.
> 
> This pull request is based on the previous round of
> such requests, tagged as renesas-arm64-dt-for-v5.2,
> which I have already sent a pull-request for.
> 
> 
> The following changes since commit e3414b8c45afa5cdfb1ffd10f5334da3458c4aa5:
> 
>   arm64: dts: renesas: salvator-common: Add GPIO keys support (2019-03-27 13:02:12 +0100)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm64-dt2-for-v5.2
> 
> for you to fetch changes up to b7f5a8e435ecc7198407f44a2a5a6cdae1056b0d:
> 
>   arm64: dts: renesas: r8a77980: Add "renesas,id" to VIN (2019-04-15 10:43:26 +0200)

Merged, thanks!


-Olof