devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ARM: shmobile: Add support for RZ/A2
@ 2018-07-25 21:22 Chris Brandt
  2018-07-25 21:22 ` [PATCH v2 1/3] ARM: shmobile: Add basic RZ/A2 SoC support Chris Brandt
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Chris Brandt @ 2018-07-25 21:22 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 (3):
  ARM: shmobile: Add basic RZ/A2 SoC support
  soc: renesas: identify RZ/A2
  dt-bindings: arm: Document RZ/A2 SoC DT bindings

 Documentation/devicetree/bindings/arm/shmobile.txt |  4 +-
 arch/arm/mach-shmobile/Kconfig                     |  6 +++
 arch/arm/mach-shmobile/Makefile                    |  1 +
 arch/arm/mach-shmobile/setup-r7s9210.c             | 27 ++++++++++
 drivers/soc/renesas/renesas-soc.c                  | 60 +++++++++++++++++-----
 5 files changed, 85 insertions(+), 13 deletions(-)
 create mode 100644 arch/arm/mach-shmobile/setup-r7s9210.c

-- 
2.16.1

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

end of thread, other threads:[~2018-07-26 13:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-25 21:22 [PATCH v2 0/3] ARM: shmobile: Add support for RZ/A2 Chris Brandt
2018-07-25 21:22 ` [PATCH v2 1/3] ARM: shmobile: Add basic RZ/A2 SoC support Chris Brandt
2018-07-26 11:51   ` Geert Uytterhoeven
2018-07-26 13:57     ` Simon Horman
2018-07-25 21:22 ` [PATCH v2 2/3] soc: renesas: identify RZ/A2 Chris Brandt
2018-07-26 12:12   ` Geert Uytterhoeven
2018-07-25 21:22 ` [PATCH v2 3/3] dt-bindings: arm: Document RZ/A2 SoC DT bindings Chris Brandt
2018-07-26  7:25   ` Geert Uytterhoeven

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