From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Chris Brandt Subject: [PATCH 0/2] ARM: shmobile: Add support for RZ/A2 Date: Wed, 11 Jul 2018 22:01:47 -0500 Message-Id: <20180712030149.91385-1-chris.brandt@renesas.com> To: Simon Horman , Magnus Damm , Rob Herring , Mark Rutland Cc: Geert Uytterhoeven , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Chris Brandt List-ID: Introduce RZ/A2 (R7S9210) as an SoC that can be selected. Chris Brandt (2): ARM: shmobile: Add basic RZ/A2 SoC support dt-bindings: arm: Document RZ/A2 SoC DT bindings Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++ arch/arm/mach-shmobile/Kconfig | 6 +++++ arch/arm/mach-shmobile/Makefile | 1 + arch/arm/mach-shmobile/setup-r7s9210.c | 27 ++++++++++++++++++++++ 4 files changed, 36 insertions(+) create mode 100644 arch/arm/mach-shmobile/setup-r7s9210.c -- 2.16.1