From patchwork Mon Sep 1 01:45:40 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 4815821 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id C82C79F375 for ; Mon, 1 Sep 2014 01:48:25 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D9BF020107 for ; Mon, 1 Sep 2014 01:48:24 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E2CD1200FF for ; Mon, 1 Sep 2014 01:48:23 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XOGh5-0006nb-1a; Mon, 01 Sep 2014 01:46:07 +0000 Received: from kirsty.vergenet.net ([202.4.237.240]) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XOGh1-0006m5-Bu for linux-arm-kernel@lists.infradead.org; Mon, 01 Sep 2014 01:46:04 +0000 Received: from ayumi.isobedori.kobe.vergenet.net (p4222-ipbfp1605kobeminato.hyogo.ocn.ne.jp [114.154.95.222]) by kirsty.vergenet.net (Postfix) with ESMTP id E4DA5266CED; Mon, 1 Sep 2014 11:45:41 +1000 (EST) Received: by ayumi.isobedori.kobe.vergenet.net (Postfix, from userid 7100) id 5AA8DEDE5DA; Mon, 1 Sep 2014 10:45:40 +0900 (JST) Date: Mon, 1 Sep 2014 10:45:40 +0900 From: Simon Horman To: Geert Uytterhoeven Subject: Re: [PATCH v2] ARM: dts: Add shmobile platform device tree bindings documentation Message-ID: <20140901014539.GA10680@verge.net.au> References: <1409213120-5291-1-git-send-email-geert+renesas@glider.be> <20140829003456.GM16165@verge.net.au> <20140901005544.GB28783@verge.net.au> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20140901005544.GB28783@verge.net.au> Organisation: Horms Solutions Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140831_184603_735245_22074DF2 X-CRM114-Status: GOOD ( 22.58 ) X-Spam-Score: -2.3 (--) Cc: "devicetree@vger.kernel.org" , Geert Uytterhoeven , Linux-sh list , Magnus Damm , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On Mon, Sep 01, 2014 at 09:55:45AM +0900, Simon Horman wrote: > On Fri, Aug 29, 2014 at 10:26:01AM +0200, Geert Uytterhoeven wrote: > > Hi Simon, > > > > On Fri, Aug 29, 2014 at 2:34 AM, Simon Horman wrote: > > > On Thu, Aug 28, 2014 at 10:05:20AM +0200, Geert Uytterhoeven wrote: > > >> Add Renesas SH-Mobile, R-Mobile, and R-Car Platform Device Tree Bindings > > >> Documentation, listing supported SoCs and boards. > > >> > > >> This allows to use checkpatch to validate DTSes referring to Renesas > > >> shmobile SoCs, and boards containing those SoCs. > > >> > > >> Signed-off-by: Geert Uytterhoeven > > > > > > Thanks Geert, this looks good to me. > > > Is it for me to pick up? > > > > I think so. > > > > > If so I would prefer a slightly re-structured title: > > > > > > ARM: shmobile: Add platform device tree bindings documentation > > > > Fine for me. > > > > Do you want me to resend, or will you amend yourself? > > No need to resend at this time :) I have queued up the following: From: Geert Uytterhoeven [PATCH] ARM: shmobile: Add platform device tree bindings documentation Add Renesas SH-Mobile, R-Mobile, and R-Car Platform Device Tree Bindings Documentation, listing supported SoCs and boards. This allows to use checkpatch to validate DTSes referring to Renesas shmobile SoCs, and boards containing those SoCs. Signed-off-by: Geert Uytterhoeven [horms+renesas@verge.net.au: tweaked title] Signed-off-by: Simon Horman --- Documentation/devicetree/bindings/arm/shmobile.txt | 71 ++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/shmobile.txt diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt new file mode 100644 index 0000000..5d1c5c0 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/shmobile.txt @@ -0,0 +1,71 @@ +Renesas SH-Mobile, R-Mobile, and R-Car Platform Device Tree Bindings +-------------------------------------------------------------------- + +SoCs: + + - Emma Mobile EV2 + compatible = "renesas,emev2" + - RZ/A1H (R7S72100) + compatible = "renesas,r7s72100" + - SH-Mobile AP4 (R8A73720/SH7372) + compatible = "renesas,sh7372" + - SH-Mobile AG5 (R8A73A00/SH73A0) + compatible = "renesas,sh73a0" + - R-Mobile APE6 (R8A73A40) + compatible = "renesas,r8a73a4" + - R-Mobile A1 (R8A77400) + compatible = "renesas,r8a7740" + - R-Car M1A (R8A77781) + compatible = "renesas,r8a7778" + - R-Car H1 (R8A77790) + compatible = "renesas,r8a7779" + - R-Car H2 (R8A77900) + compatible = "renesas,r8a7790" + - R-Car M2-W (R8A77910) + compatible = "renesas,r8a7791" + - R-Car V2H (R8A77920) + compatible = "renesas,r8a7792" + - R-Car M2-N (R8A77930) + compatible = "renesas,r8a7793" + - R-Car E2 (R8A77940) + compatible = "renesas,r8a7794" + + +Boards: + + - Alt + compatible = "renesas,alt", "renesas,r8a7794" + - APE6-EVM + compatible = "renesas,ape6evm", "renesas,r8a73a4" + - APE6-EVM - Reference Device Tree Implementation + compatible = "renesas,ape6evm-reference", "renesas,r8a73a4" + - Atmark Techno Armadillo-800 EVA + compatible = "renesas,armadillo800eva" + - BOCK-W + compatible = "renesas,bockw", "renesas,r8a7778" + - BOCK-W - Reference Device Tree Implementation + compatible = "renesas,bockw-reference", "renesas,r8a7778" + - Genmai (RTK772100BC00000BR) + compatible = "renesas,genmai", "renesas,r7s72100" + - Gose + compatible = "renesas,gose", "renesas,r8a7793" + - Henninger + compatible = "renesas,henninger", "renesas,r8a7791" + - Koelsch (RTP0RC7791SEB00010S) + compatible = "renesas,koelsch", "renesas,r8a7791" + - KZM9D + compatible = "renesas,kzm9d", "renesas,emev2" + - KZM-A9-GT + compatible = "renesas,kzm9g", "renesas,sh73a0" + - KZM-A9-GT - Reference Device Tree Implementation + compatible = "renesas,kzm9g-reference", "renesas,sh73a0" + - Lager (RTP0RC7790SEB00010S) + compatible = "renesas,lager", "renesas,r8a7790" + - Mackerel (R0P7372LC0016RL, AP4 EVM 2nd) + compatible = "renesas,mackerel" + - Marzen + compatible = "renesas,marzen", "renesas,r8a7779" + +Note: Reference Device Tree Implementations are temporary implementations + to ease the migration from platform devices to Device Tree, and are + intended to be removed in the future.