linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Renesas ARM Based SoC DT Updates for v5.1
@ 2019-02-08 11:14 Simon Horman
  2019-02-08 11:14 ` [PATCH 01/12] ARM: dts: stout: Convert to new LVDS DT bindings Simon Horman
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Simon Horman @ 2019-02-08 11:14 UTC (permalink / raw)
  To: arm
  Cc: linux-renesas-soc, Olof Johansson, Kevin Hilman, Arnd Bergmann,
	linux-arm-kernel, Magnus Damm, Simon Horman

Hi Olof, Hi Kevin, Hi Arnd,

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


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-arm-dt-for-v5.1

for you to fetch changes up to 1feef0ac19a8376d36909af677b531b21bc92bb7:

  ARM: dts: r8a7744: Add LVDS support (2019-02-08 11:48:38 +0100)

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

* R-Car H2 (r8a7790) based Stout board
  - Convert to new LVDS DT bindings

* R-Car H1 (r8a7779) and M1A (r8a7778) SoCs
  - Describe HSCIF0/1 devices in DT

* RZ/G1M (r8a7743) SoC
  - Correct sort order of the RWDT node
  - Remove aliases: should be defined in board rather than SoC DT if needed
  - Remove generic compatible string from iic3: it is not compatible

* RZ/G1N (r8a7744) SoC
  - Describe LVDS and DU devices in DT
  - Correct sort order of VSP and MSIOF noces

* RZ/G1C (r8a7747) based iWave SBC
  - Enable RTC

* RZ/A2M (r7s9210) SoC and EVB
  - Initial support

----------------------------------------------------------------
Biju Das (7):
      ARM: dts: iwg23s-sbc: Enable RTC
      ARM: dts: r8a7744: Fix sorting of vsp and msiof nodes
      ARM: dts: r8a7743: Remove generic compatible string from iic3
      ARM: dts: r8a7743: Remove aliases from SoC dtsi
      ARM: dts: r8a7743: Fix sorting of rwdt node
      ARM: dts: r8a7744: Add DU support
      ARM: dts: r8a7744: Add LVDS support

Chris Brandt (2):
      ARM: dts: r7s9210: Initial SoC device tree
      ARM: dts: r7s9210-rza2mevb: Add support for RZ/A2M EVB

Geert Uytterhoeven (1):
      ARM: dts: stout: Convert to new LVDS DT bindings

Ulrich Hecht (2):
      ARM: dts: r8a7778: Add HSCIF0/1 support
      ARM: dts: r8a7779: Add HSCIF0/1 device nodes

 arch/arm/boot/dts/Makefile                |   1 +
 arch/arm/boot/dts/r7s9210-rza2mevb.dts    |  82 +++++++++++
 arch/arm/boot/dts/r7s9210.dtsi            | 218 ++++++++++++++++++++++++++++++
 arch/arm/boot/dts/r8a7743.dtsi            |  43 ++----
 arch/arm/boot/dts/r8a7744.dtsi            | 188 +++++++++++++++-----------
 arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts |  18 +++
 arch/arm/boot/dts/r8a7778.dtsi            |  28 ++++
 arch/arm/boot/dts/r8a7779.dtsi            |  26 ++++
 arch/arm/boot/dts/r8a7790-stout.dts       |  15 +-
 include/dt-bindings/clock/r8a7778-clock.h |   2 +
 10 files changed, 508 insertions(+), 113 deletions(-)
 create mode 100644 arch/arm/boot/dts/r7s9210-rza2mevb.dts
 create mode 100644 arch/arm/boot/dts/r7s9210.dtsi

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-02-15 14:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-08 11:14 [GIT PULL] Renesas ARM Based SoC DT Updates for v5.1 Simon Horman
2019-02-08 11:14 ` [PATCH 01/12] ARM: dts: stout: Convert to new LVDS DT bindings Simon Horman
2019-02-08 11:14 ` [PATCH 02/12] ARM: dts: iwg23s-sbc: Enable RTC Simon Horman
2019-02-08 11:14 ` [PATCH 03/12] ARM: dts: r8a7744: Fix sorting of vsp and msiof nodes Simon Horman
2019-02-08 11:14 ` [PATCH 04/12] ARM: dts: r8a7743: Remove generic compatible string from iic3 Simon Horman
2019-02-08 11:14 ` [PATCH 05/12] ARM: dts: r8a7743: Remove aliases from SoC dtsi Simon Horman
2019-02-08 11:14 ` [PATCH 06/12] ARM: dts: r8a7743: Fix sorting of rwdt node Simon Horman
2019-02-08 11:14 ` [PATCH 07/12] ARM: dts: r8a7778: Add HSCIF0/1 support Simon Horman
2019-02-08 11:14 ` [PATCH 08/12] ARM: dts: r8a7779: Add HSCIF0/1 device nodes Simon Horman
2019-02-08 11:14 ` [PATCH 09/12] ARM: dts: r7s9210: Initial SoC device tree Simon Horman
2019-02-08 11:14 ` [PATCH 10/12] ARM: dts: r7s9210-rza2mevb: Add support for RZ/A2M EVB Simon Horman
2019-02-08 11:14 ` [PATCH 11/12] ARM: dts: r8a7744: Add DU support Simon Horman
2019-02-08 11:14 ` [PATCH 12/12] ARM: dts: r8a7744: Add LVDS support Simon Horman
2019-02-15 14:49 ` [GIT PULL] Renesas ARM Based SoC DT Updates for v5.1 Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).