All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] ARM: shmobile: Add support for RZ/A2
@ 2018-07-27 16:53 Chris Brandt
  2018-07-27 16:53 ` [PATCH v3 1/2] soc: renesas: identify RZ/A2 Chris Brandt
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Chris Brandt @ 2018-07-27 16:53 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm, Rob Herring, Mark Rutland
  Cc: Geert Uytterhoeven, linux-renesas-soc, devicetree, Chris Brandt

Introduce RZ/A2 (R7S9210) as an SoC that can be selected.

There is no DT mainlined yet, so this is what the entry would look
like for the BSID register:

	bsid: chipid@fcfe8004 {
		compatible = "renesas,bsid";
		reg = <0xfcfe8004 4>;
	};


Chris Brandt (2):
  soc: renesas: identify RZ/A2
  dt-bindings: arm: Document RZ/A2 SoC DT bindings

 Documentation/devicetree/bindings/arm/shmobile.txt | 10 ++--
 drivers/soc/renesas/renesas-soc.c                  | 55 ++++++++++++++++++----
 2 files changed, 53 insertions(+), 12 deletions(-)

-- 
2.16.1

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

end of thread, other threads:[~2018-07-31 10:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-27 16:53 [PATCH v3 0/2] ARM: shmobile: Add support for RZ/A2 Chris Brandt
2018-07-27 16:53 ` [PATCH v3 1/2] soc: renesas: identify RZ/A2 Chris Brandt
2018-07-30  8:08   ` Geert Uytterhoeven
2018-07-27 16:53 ` [PATCH v3 2/2] dt-bindings: arm: Document RZ/A2 SoC DT bindings Chris Brandt
2018-07-30 23:16   ` Rob Herring
2018-07-31 10:33 ` [PATCH v3 0/2] ARM: shmobile: Add support for RZ/A2 Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.