mbox series

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

Message ID cover.1544126426.git.horms+renesas@verge.net.au
State New
Headers show
Series [GIT,PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v4.21 | expand

Pull-request

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

Message

Simon Horman Dec. 6, 2018, 9:57 p.m. UTC
Hi Olof, Hi Kevin, Hi Arnd,

Please consider these second round of Renesas ARM64 based SoC DT updates
for v4.21.

This pull request is based on the previous round of
such requests, tagged as renesas-arm64-dt-for-v4.21,
which you have already pulled.


The following changes since commit 275e4eb3f21a09b6b8bd4a353b9a01e500240385:

  arm64: dts: renesas: Add all CPUs in cooling maps (2018-11-26 09:11:44 +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-v4.21

for you to fetch changes up to 4fbd4158fe8967e9296516ebae2cfaf7a1c7a214:

  arm64: dts: renesas: r8a77995: draak: Add backlight (2018-12-05 11:45:44 -0800)

----------------------------------------------------------------
Second Round of Renesas ARM64 Based SoC DT Updates for v4.21

* R-Car D3 (r8a77995) SoC based Draak board
  - Add the backlight device for the LVDS1 output

* R-Car H3 (r8a7795) ES1.0 SoC
  - Add missing power domains to IPMMU nodes

* R-Car M3-N (r8a77965) SoC
  - Remove non-existent IPMMU-IR

----------------------------------------------------------------
Geert Uytterhoeven (2):
      arm64: dts: renesas: r8a77965: Remove non-existent IPMMU-IR
      arm64: dts: renesas: r8a7795-es1: Add missing power domains to IPMMU nodes

Laurent Pinchart (1):
      arm64: dts: renesas: r8a77995: draak: Add backlight

 arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi   |  2 ++
 arch/arm64/boot/dts/renesas/r8a77965.dtsi      |  8 --------
 arch/arm64/boot/dts/renesas/r8a77995-draak.dts | 20 ++++++++++++++++++++
 3 files changed, 22 insertions(+), 8 deletions(-)

Comments

Olof Johansson Dec. 11, 2018, 4:02 p.m. UTC | #1
On Thu, Dec 06, 2018 at 01:57:30PM -0800, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these second round of Renesas ARM64 based SoC DT updates
> for v4.21.
> 
> This pull request is based on the previous round of
> such requests, tagged as renesas-arm64-dt-for-v4.21,
> which you have already pulled.
> 
> 
> The following changes since commit 275e4eb3f21a09b6b8bd4a353b9a01e500240385:
> 
>   arm64: dts: renesas: Add all CPUs in cooling maps (2018-11-26 09:11:44 +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-v4.21
> 
> for you to fetch changes up to 4fbd4158fe8967e9296516ebae2cfaf7a1c7a214:
> 
>   arm64: dts: renesas: r8a77995: draak: Add backlight (2018-12-05 11:45:44 -0800)
> 
> ----------------------------------------------------------------
> Second Round of Renesas ARM64 Based SoC DT Updates for v4.21
> 
> * R-Car D3 (r8a77995) SoC based Draak board
>   - Add the backlight device for the LVDS1 output
> 
> * R-Car H3 (r8a7795) ES1.0 SoC
>   - Add missing power domains to IPMMU nodes
> 
> * R-Car M3-N (r8a77965) SoC
>   - Remove non-existent IPMMU-IR

Merged, thanks!


-Olof