Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756322AbdLOVBy (ORCPT ); Fri, 15 Dec 2017 16:01:54 -0500 Received: from mail-oi0-f66.google.com ([209.85.218.66]:40618 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755596AbdLOVBt (ORCPT ); Fri, 15 Dec 2017 16:01:49 -0500 X-Google-Smtp-Source: ACJfBosVPYcHeB4t2KujUphmLibW3YZVEwFuDrnhxVE/PZp8pUHRNTQ7+uGOABWXDGtVXtAdKfsf/w== Date: Fri, 15 Dec 2017 15:01:47 -0600 From: Rob Herring To: Jonathan =?iso-8859-1?Q?Neusch=E4fer?= Cc: devicetree@vger.kernel.org, Mark Rutland , AKASHI Takahiro , Ard Biesheuvel , Kees Cook , James Morse , Frank Rowand , linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: chosen: Document linux,initrd-{start,end} Message-ID: <20171215210147.w3xqs3di2vbbvv5p@rob-hp-laptop> References: <20171209153305.11012-1-j.neuschaefer@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20171209153305.11012-1-j.neuschaefer@gmx.net> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 545 Lines: 16 On Sat, Dec 09, 2017 at 04:33:02PM +0100, Jonathan Neusch?fer wrote: > These properties have been in use for a very long time (at least since > 2005), but were never documented in chosen.txt. > > Signed-off-by: Jonathan Neusch?fer > --- > Documentation/devicetree/bindings/chosen.txt | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) Applied. I'm inclined to say to document these in the DT spec, but I'm assuming there was some reason why they weren't put into the spec (ePAPR at the time) originally. Rob