mbox series

[v2,0/5] dt-bindings: arm: renesas: Add core r8a77961 support

Message ID 20191023122911.12166-1-geert+renesas@glider.be (mailing list archive)
Headers show
Series dt-bindings: arm: renesas: Add core r8a77961 support | expand

Message

Geert Uytterhoeven Oct. 23, 2019, 12:29 p.m. UTC
Hi all,

This patch series updates the Renesas DT binding documentation for core
components on the new R-Car M3-W+ (R8A77961) SoC, and for the
Salvator-XS development board equipped with this SoC.

Changes compared to v1[1]:
  - Split in per-subsystem series,
  - Add Reviewed-by,
  - Add board part number.

I intend to queue this series in renesas-devel for v5.5.
The last patch will be put on a branch shared between driver and DTS.

Thanks for your comments!

[1] "[PATCH/RFC 00/19] arm64: dts: renesas: Initial support for R-Car M3-W+"
    https://lore.kernel.org/linux-renesas-soc/20191007102332.12196-1-geert+renesas@glider.be/

Geert Uytterhoeven (5):
  dt-bindings: arm: renesas: Document R-Car M3-W+ SoC DT bindings
  dt-bindings: arm: renesas: Add Salvator-XS board with R-Car M3-W+
  dt-bindings: reset: rcar-rst: Document r8a77961 support
  dt-bindings: power: rcar-sysc: Document r8a77961 support
  dt-bindings: power: Add r8a77961 SYSC power domain definitions

 .../devicetree/bindings/arm/renesas.yaml      |  6 ++++
 .../bindings/power/renesas,rcar-sysc.txt      |  1 +
 .../devicetree/bindings/reset/renesas,rst.txt |  1 +
 include/dt-bindings/power/r8a77961-sysc.h     | 32 +++++++++++++++++++
 4 files changed, 40 insertions(+)
 create mode 100644 include/dt-bindings/power/r8a77961-sysc.h

Comments

Eugeniu Rosca Oct. 25, 2019, 3:49 p.m. UTC | #1
Hi Geert,

On Wed, Oct 23, 2019 at 02:29:06PM +0200, Geert Uytterhoeven wrote:
> 	Hi all,
> 
> This patch series updates the Renesas DT binding documentation for core
> components on the new R-Car M3-W+ (R8A77961) SoC, and for the
> Salvator-XS development board equipped with this SoC.
> 
> Changes compared to v1[1]:
>   - Split in per-subsystem series,
>   - Add Reviewed-by,
>   - Add board part number.
> 
> I intend to queue this series in renesas-devel for v5.5.

I've reviewed the whole series. Thanks!

Reviewed-by: Eugeniu Rosca <erosca@de.adit-jv.com>