From patchwork Tue Dec 18 17:05:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Brandt X-Patchwork-Id: 10736039 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 24E5B14E5 for ; Tue, 18 Dec 2018 17:06:07 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0F0482A7A7 for ; Tue, 18 Dec 2018 17:06:07 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 028402AB33; Tue, 18 Dec 2018 17:06:06 +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 713C52A7A7 for ; Tue, 18 Dec 2018 17:06:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727091AbeLRRGG (ORCPT ); Tue, 18 Dec 2018 12:06:06 -0500 Received: from relmlor1.renesas.com ([210.160.252.171]:56243 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726868AbeLRRGF (ORCPT ); Tue, 18 Dec 2018 12:06:05 -0500 X-IronPort-AV: E=Sophos;i="5.56,368,1539615600"; d="scan'208";a="3165493" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 19 Dec 2018 02:06:03 +0900 Received: from rtamta01.rta.renesas.com (transport.eroom.renesas.com [143.103.48.75]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id CDA1440174BA; Wed, 19 Dec 2018 02:06:03 +0900 (JST) Received: from ubuntu.localdomain (unknown [143.103.58.94]) by rtamta01.rta.renesas.com (Postfix) with ESMTP id D62CFA8; Tue, 18 Dec 2018 17:06:02 +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 v4 0/2] Add Initial Device Tree for RZ/A2 Date: Tue, 18 Dec 2018 12:05:53 -0500 Message-Id: <20181218170555.121673-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 currently converting shmobile.txt to renesas.yaml, I'll wait till renesas.yaml hits -next, then add this RZ/A2M EVB board (it's too confusing to me to figure out how to make a patch series using multiple different trees) 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 | 82 +++++++++++++ arch/arm/boot/dts/r7s9210.dtsi | 218 +++++++++++++++++++++++++++++++++ 3 files changed, 301 insertions(+) create mode 100644 arch/arm/boot/dts/r7s9210-rza2mevb.dts create mode 100644 arch/arm/boot/dts/r7s9210.dtsi