From patchwork Wed Dec 5 21:44:47 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Brandt X-Patchwork-Id: 10714967 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 66C9113BB for ; Wed, 5 Dec 2018 21:45:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 571302D7A9 for ; Wed, 5 Dec 2018 21:45:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4B0A02D7BA; Wed, 5 Dec 2018 21:45:28 +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 B8C5A2D7A9 for ; Wed, 5 Dec 2018 21:45:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727741AbeLEVp1 (ORCPT ); Wed, 5 Dec 2018 16:45:27 -0500 Received: from relmlor1.renesas.com ([210.160.252.171]:28260 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727309AbeLEVp1 (ORCPT ); Wed, 5 Dec 2018 16:45:27 -0500 X-IronPort-AV: E=Sophos;i="5.56,319,1539615600"; d="scan'208";a="2047911" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 06 Dec 2018 06:45:25 +0900 Received: from rtamta01.rta.renesas.com (transport.eroom.renesas.com [143.103.48.75]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 306D44170710; Thu, 6 Dec 2018 06:45:25 +0900 (JST) Received: from ubuntu.localdomain (unknown [143.103.58.250]) by rtamta01.rta.renesas.com (Postfix) with ESMTP id 4A019C9; Wed, 5 Dec 2018 21:45:24 +0000 (UTC) From: Chris Brandt To: Simon Horman , Rob Herring , Mark Rutland Cc: devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Chris Brandt Subject: [PATCH v2 0/2] Add Initial Device Tree for RZ/A2 Date: Wed, 5 Dec 2018 16:44:47 -0500 Message-Id: <20181205214449.52165-1-chris.brandt@renesas.com> X-Mailer: git-send-email 2.16.1 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 Add a Device Tree for RZ/A2 and the existing eval board. Once these get approved, I'll start piling on the other drivers in another patch series. NOTE: Since Rob is in the middle of converting shmobile.txt to renesas.yaml, I'll wait till that is finisehd before I add this RZ/A2M EVB board. Chris Brandt (2): ARM: dts: r7s9210: Initial SoC device tree ARM: dts: r7s9210-rza2mevb: Add support for RZ/A2M EVB arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/r7s9210-rza2mevb.dts | 98 ++++++++++++++++ arch/arm/boot/dts/r7s9210.dtsi | 204 +++++++++++++++++++++++++++++++++ 3 files changed, 303 insertions(+) create mode 100644 arch/arm/boot/dts/r7s9210-rza2mevb.dts create mode 100644 arch/arm/boot/dts/r7s9210.dtsi