From patchwork Thu Mar 19 03:31:50 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Rowand X-Patchwork-Id: 6045441 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id A668DBF90F for ; Thu, 19 Mar 2015 03:35:25 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id DB4AF204D3 for ; Thu, 19 Mar 2015 03:35: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 172B5204D1 for ; Thu, 19 Mar 2015 03:35:24 +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 1YYRBz-0002el-GE; Thu, 19 Mar 2015 03:32:19 +0000 Received: from mail-pd0-x22c.google.com ([2607:f8b0:400e:c02::22c]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YYRBv-0002Y8-A4 for linux-arm-kernel@lists.infradead.org; Thu, 19 Mar 2015 03:32:17 +0000 Received: by pdbcz9 with SMTP id cz9so62535457pdb.3 for ; Wed, 18 Mar 2015 20:31:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=uBsc1ojdH+LE7RlAVeMaN9B+VEmb/tiBijssUl82aSE=; b=Os4rVLtb3Llj1AEvNThD5vE3tC0xZGgbV7NRkxR8Er10Ms9+v1ok/FkcPiZ5TwAS0i u0uyig9b3+P+l1ZJDTUAQy+G6i4Nrh+SgcNeEVemMGHhMEbxknuN+YWhgpylaosfqdPW +cPvtDGn14Sx8eevysh0Hf0UvbDlFL+EwqhzBJ26oYK42YpdRJj76rXc79VjnAFhLAF4 Ivv3Ik4WjrdNhm9fnvK0Wt813Suw00bAPXwGvNnCdNALRbom1Gzwv6sv1MpQR64AKjQC ixT7IjcSUMImOx2KOLj+zhl1xl//rbEFq5D7ZDXcYr7DX+H8IdSvrViV2vQQeWqbPTDt 9u9w== X-Received: by 10.66.65.169 with SMTP id y9mr168666062pas.60.1426735913856; Wed, 18 Mar 2015 20:31:53 -0700 (PDT) Received: from [172.26.79.213] ([64.211.224.253]) by mx.google.com with ESMTPSA id qg7sm156978pdb.11.2015.03.18.20.31.51 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 18 Mar 2015 20:31:52 -0700 (PDT) Message-ID: <550A4326.2070801@gmail.com> Date: Wed, 18 Mar 2015 20:31:50 -0700 From: Frank Rowand User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: frowand.list@gmail.com, Rob Herring , Grant Likely , Russell King , Michal Marek Subject: [patch 1/7] dt: dtb version: consolidate documentation of chosen node bindings References: <550A42AC.8060104@gmail.com> In-Reply-To: <550A42AC.8060104@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150318_203215_406366_86C8965F X-CRM114-Status: GOOD ( 10.89 ) X-Spam-Score: -0.8 (/) Cc: Mark Rutland , "devicetree@vger.kernel.org" , Pawel Moll , Ian Campbell , linux-kbuild@vger.kernel.org, Linux Kernel list , Leif Lindholm , Kumar Gala , "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: , Reply-To: frowand.list@gmail.com Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_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 From: Frank Rowand Documentation of bindings in node /chosen are scattered in several bindings files. If not already in Documentation/devicetree/bindings/chosen.txt, add a pointer in that file to where the property and node bindings are described. This is a clean up in anticipation of adding another node binding in /chosen. Signed-off-by: Frank Rowand --- Documentation/devicetree/bindings/chosen.txt | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) Index: b/Documentation/devicetree/bindings/chosen.txt =================================================================== --- a/Documentation/devicetree/bindings/chosen.txt +++ b/Documentation/devicetree/bindings/chosen.txt @@ -44,3 +44,34 @@ Implementation note: Linux will look for on PowerPC "stdout" if "stdout-path" is not found. However, the "linux,stdout-path" and "stdout" properties are deprecated. New platforms should only use the "stdout-path" property. + + +Properties documented in other bindings +--------------------------------------- +#address-cells video/simple-framebuffer-sunxi.txt + +#size-cells video/simple-framebuffer-sunxi.txt + +bootargs booting-without-of.txt + usage-model.txt + +initrd-end usage-model.txt +initrd-start usage-model.txt + +interrupt-controller (obsolete) booting-without-of.txt + +linux,pci-probe-only pci/host-generic-pci.txt + +linux,stdout-path booting-without-of.txt + +ranges video/simple-framebuffer-sunxi.txt + +stdout-path video/simple-framebuffer.txt + + +Nodes documented in other bindings +---------------------------------- +framebuffer video/simple-framebuffer.txt + video/simple-framebuffer-sunxi.txt + +linux,sysrq-reset-seq input/input-reset.txt