linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] Add basic EK874 support
@ 2019-01-16 18:37 Fabrizio Castro
  2019-01-16 18:37 ` [PATCH 01/11] dt-bindings: Add vendor prefix for Silicon Linux Fabrizio Castro
                   ` (10 more replies)
  0 siblings, 11 replies; 52+ messages in thread
From: Fabrizio Castro @ 2019-01-16 18:37 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Wolfgang Grandegger,
	Marc Kleine-Budde, Michael Turquette, Stephen Boyd
  Cc: Fabrizio Castro, Simon Horman, Magnus Damm, David S. Miller,
	Geert Uytterhoeven, Thierry Reding, Andreas Färber,
	Alexandre Belloni, Kevin Hilman, Johan Hovold, Lukasz Majewski,
	Michal Simek, Michal Vokáč,
	Martin Blumenstingl, Ben Whitten, Chris Paterson,
	linux-renesas-soc, devicetree, linux-can, netdev, linux-clk,
	Biju Das, linux-kernel, ebiharaml

Dear All,

The EK874 is an evaluation kit for the RZ/G2E SoC (a.k.a. r8a774c0)
from Silicon Linux Corporation. It is made of two boards: cat874
(the main board) and cat875 (the sub board).

This series adds the device trees to describe the HW configuration
of the EK874, with some basic support.

This applies onto next-20190116

Thanks,
Fab

Biju Das (6):
  dt-bindings: Add vendor prefix for Silicon Linux.
  arm64: dts: renesas: Add Si-Linux CAT874 board support
  arm64: dts: renesas: Add Si-Linux EK874 board support
  arm64: dts: renesas: r8a774c0-cat874: Add pincontrol support to scif2
  arm64: dts: renesas: r8a774c0-cat874: Add uSD support
  arm64: dts: renesas: cat875: Add ethernet support

Fabrizio Castro (5):
  dt-bindings: arm: renesas: Add si-linux cat87[45] boards
  clk: renesas: r8a774c0: Add missing CANFD clock
  dt-bindings: can: rcar_can: Fix RZ/G2 CAN clocks
  arm64: dts: renesas: r8a774c0: Add clkp2 clock to CAN nodes
  dt-bindings: can: rcar_canfd: document r8a774c0 support

 Documentation/devicetree/bindings/arm/renesas.yaml |  8 ++
 .../devicetree/bindings/net/can/rcar_can.txt       | 12 +--
 .../devicetree/bindings/net/can/rcar_canfd.txt     | 16 ++--
 .../devicetree/bindings/vendor-prefixes.txt        |  1 +
 arch/arm64/boot/dts/renesas/Makefile               |  1 +
 arch/arm64/boot/dts/renesas/cat875.dtsi            | 40 +++++++++
 arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts    | 97 ++++++++++++++++++++++
 arch/arm64/boot/dts/renesas/r8a774c0-ek874.dts     | 14 ++++
 arch/arm64/boot/dts/renesas/r8a774c0.dtsi          | 12 ++-
 drivers/clk/renesas/r8a774c0-cpg-mssr.c            |  4 +
 include/dt-bindings/clock/r8a774c0-cpg-mssr.h      | 17 ++--
 11 files changed, 194 insertions(+), 28 deletions(-)
 create mode 100644 arch/arm64/boot/dts/renesas/cat875.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a774c0-ek874.dts

-- 
2.7.4


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

end of thread, other threads:[~2019-03-19 11:55 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-16 18:37 [PATCH 00/11] Add basic EK874 support Fabrizio Castro
2019-01-16 18:37 ` [PATCH 01/11] dt-bindings: Add vendor prefix for Silicon Linux Fabrizio Castro
2019-01-17 10:44   ` Simon Horman
2019-01-17 11:17   ` Andreas Färber
2019-01-17 12:19     ` Simon Horman
2019-01-17 12:23       ` Chris Paterson
2019-01-22  1:14   ` Rob Herring
2019-02-14 16:21   ` Fabrizio Castro
2019-02-15  6:52     ` Lukasz Majewski
2019-02-15  9:09       ` Andreas Färber
2019-03-01 12:03         ` Fabrizio Castro
2019-03-04  9:40           ` Simon Horman
2019-01-16 18:37 ` [PATCH 02/11] dt-bindings: arm: renesas: Add si-linux cat87[45] boards Fabrizio Castro
2019-01-17 10:51   ` Simon Horman
2019-01-17 12:32     ` Chris Paterson
2019-01-17 12:59       ` Simon Horman
2019-01-22 14:49         ` Simon Horman
2019-01-16 18:37 ` [PATCH 03/11] arm64: dts: renesas: Add Si-Linux CAT874 board support Fabrizio Castro
2019-01-17 11:04   ` Geert Uytterhoeven
2019-01-22 14:52     ` Simon Horman
2019-01-16 18:37 ` [PATCH 04/11] arm64: dts: renesas: Add Si-Linux EK874 " Fabrizio Castro
2019-01-17 11:05   ` Geert Uytterhoeven
2019-01-22 14:53     ` Simon Horman
2019-01-16 18:37 ` [PATCH 05/11] arm64: dts: renesas: r8a774c0-cat874: Add pincontrol support to scif2 Fabrizio Castro
2019-01-17 11:06   ` Geert Uytterhoeven
2019-01-22 14:54     ` Simon Horman
2019-01-16 18:37 ` [PATCH 06/11] arm64: dts: renesas: r8a774c0-cat874: Add uSD support Fabrizio Castro
2019-01-17 11:11   ` Simon Horman
2019-01-17 13:19     ` Fabrizio Castro
2019-01-20  8:28       ` Simon Horman
2019-01-22 14:55         ` Simon Horman
2019-01-16 18:37 ` [PATCH 07/11] arm64: dts: renesas: cat875: Add ethernet support Fabrizio Castro
2019-01-17 11:59   ` Simon Horman
2019-01-17 13:27     ` Fabrizio Castro
2019-01-20  8:28       ` Simon Horman
2019-01-22 14:55         ` Simon Horman
2019-01-16 18:37 ` [PATCH 08/11] clk: renesas: r8a774c0: Add missing CANFD clock Fabrizio Castro
2019-01-16 19:05   ` Geert Uytterhoeven
2019-01-16 19:24     ` Fabrizio Castro
2019-01-16 18:37 ` [PATCH 09/11] dt-bindings: can: rcar_can: Fix RZ/G2 CAN clocks Fabrizio Castro
2019-01-17 12:01   ` Simon Horman
2019-01-22  1:15   ` Rob Herring
2019-03-01 11:52   ` Fabrizio Castro
2019-01-16 18:37 ` [PATCH 10/11] arm64: dts: renesas: r8a774c0: Add clkp2 clock to CAN nodes Fabrizio Castro
2019-01-17 12:05   ` Simon Horman
2019-01-28 13:02     ` Simon Horman
2019-03-19 11:12       ` Fabrizio Castro
2019-03-19 11:54         ` Simon Horman
2019-01-16 18:37 ` [PATCH 11/11] dt-bindings: can: rcar_canfd: document r8a774c0 support Fabrizio Castro
2019-01-17 12:11   ` Simon Horman
2019-01-22  1:15   ` Rob Herring
2019-03-01 11:56   ` Fabrizio Castro

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).