From patchwork Tue Jul 24 15:47:15 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 10542359 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 569D5112E for ; Tue, 24 Jul 2018 15:53:01 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 46AFE28D09 for ; Tue, 24 Jul 2018 15:53:01 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 44AC928C0B; Tue, 24 Jul 2018 15:53:01 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BC15928C56 for ; Tue, 24 Jul 2018 15:53:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388474AbeGXRAF (ORCPT ); Tue, 24 Jul 2018 13:00:05 -0400 Received: from relmlor4.renesas.com ([210.160.252.174]:6631 "EHLO relmlie3.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2388406AbeGXRAF (ORCPT ); Tue, 24 Jul 2018 13:00:05 -0400 Received: from unknown (HELO relmlir4.idc.renesas.com) ([10.200.68.154]) by relmlie3.idc.renesas.com with ESMTP; 25 Jul 2018 00:52:58 +0900 Received: from relmlii2.idc.renesas.com (relmlii2.idc.renesas.com [10.200.68.66]) by relmlir4.idc.renesas.com (Postfix) with ESMTP id F3CFE3D5B6; Wed, 25 Jul 2018 00:52:57 +0900 (JST) X-IronPort-AV: E=Sophos;i="5.51,398,1526310000"; d="scan'208";a="287770298" Received: from unknown (HELO be1yocto.ree.adwin.renesas.com) ([172.29.43.62]) by relmlii2.idc.renesas.com with ESMTP; 25 Jul 2018 00:52:55 +0900 From: Biju Das To: Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon Cc: Biju Das , Simon Horman , Magnus Damm , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Geert Uytterhoeven , Chris Paterson , Fabrizio Castro Subject: [PATCH 0/3] RZ/G2M SoC identification support Date: Tue, 24 Jul 2018 16:47:15 +0100 Message-Id: <1532447238-13486-1-git-send-email-biju.das@bp.renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch series aims to add SoC identification support for RZ/G2M SoC. RZ/G2M SoC is similar to R-Car Gen3 M3-W SoC. Biju Das (3): dt-bindings: arm: Document RZ/G2M SoC DT bindings arm64: Add Renesas R8A774A1 support soc: renesas: Identify RZ/G2M Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++ arch/arm64/Kconfig.platforms | 6 +++++ drivers/soc/renesas/renesas-soc.c | 27 ++++++++++++++++------ 3 files changed, 28 insertions(+), 7 deletions(-)