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: 6045381 Return-Path: X-Original-To: patchwork-linux-kbuild@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id DD5039F440 for ; Thu, 19 Mar 2015 03:31:57 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 09909204D5 for ; Thu, 19 Mar 2015 03:31:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3279A204D3 for ; Thu, 19 Mar 2015 03:31:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751984AbbCSDbz (ORCPT ); Wed, 18 Mar 2015 23:31:55 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:34858 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750804AbbCSDby (ORCPT ); Wed, 18 Mar 2015 23:31:54 -0400 Received: by pabyw6 with SMTP id yw6so62096665pab.2; Wed, 18 Mar 2015 20:31:53 -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 Reply-To: frowand.list@gmail.com 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 CC: Ian Campbell , Kumar Gala , Leif Lindholm , Mark Rutland , Pawel Moll , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , linux-kbuild@vger.kernel.org, Linux Kernel list 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> Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, 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(+) -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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