From patchwork Mon Sep 10 11:53:47 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabrizio Castro X-Patchwork-Id: 10594027 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 8E2C8112B for ; Mon, 10 Sep 2018 11:53:59 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7DBD028DE0 for ; Mon, 10 Sep 2018 11:53:59 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 71E6B28DE3; Mon, 10 Sep 2018 11:53:59 +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 EF47128DE0 for ; Mon, 10 Sep 2018 11:53:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728269AbeIJQrk (ORCPT ); Mon, 10 Sep 2018 12:47:40 -0400 Received: from relmlor3.renesas.com ([210.160.252.173]:38095 "EHLO relmlie2.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728087AbeIJQrk (ORCPT ); Mon, 10 Sep 2018 12:47:40 -0400 Received: from unknown (HELO relmlir4.idc.renesas.com) ([10.200.68.154]) by relmlie2.idc.renesas.com with ESMTP; 10 Sep 2018 20:53:56 +0900 Received: from relmlii2.idc.renesas.com (relmlii2.idc.renesas.com [10.200.68.66]) by relmlir4.idc.renesas.com (Postfix) with ESMTP id 8E5B97B182; Mon, 10 Sep 2018 20:53:56 +0900 (JST) X-IronPort-AV: E=Sophos;i="5.53,355,1531753200"; d="scan'208";a="292079748" Received: from unknown (HELO fabrizio-dev.ree.adwin.renesas.com) ([10.226.36.250]) by relmlii2.idc.renesas.com with ESMTP; 10 Sep 2018 20:53:53 +0900 From: Fabrizio Castro To: Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , Simon Horman , Magnus Damm Cc: Fabrizio Castro , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven , Chris Paterson , Biju Das Subject: [PATCH 0/3] Add basic definitions for RZ/G2E Date: Mon, 10 Sep 2018 12:53:47 +0100 Message-Id: <1536580430-17432-1-git-send-email-fabrizio.castro@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 Dear All, this series adds basic identification for the RZ/G2E (a.k.a. r8a774c0). It applies on top of renesas-devel-20180906-v4.19-rc2. Thanks, Fab Fabrizio Castro (3): dt-bindings: arm: Document RZ/G2E SoC DT bindings arm64: Add Renesas R8A774C0 support soc: renesas: Identify RZ/G2E Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++ arch/arm64/Kconfig.platforms | 6 ++++++ drivers/soc/renesas/renesas-soc.c | 8 ++++++++ 3 files changed, 16 insertions(+)