From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754920AbbK3Se1 (ORCPT ); Mon, 30 Nov 2015 13:34:27 -0500 Received: from mail.kernel.org ([198.145.29.136]:49775 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754353AbbK3SeX (ORCPT ); Mon, 30 Nov 2015 13:34:23 -0500 Date: Mon, 30 Nov 2015 12:34:17 -0600 From: Rob Herring To: Paul Burton Cc: linux-mips@linux-mips.org, Tejun Heo , Joe Perches , Jiri Slaby , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Kumar Gala , "David S. Miller" , Ian Campbell , devicetree@vger.kernel.org, Andrew Morton , Pawel Moll , Greg Kroah-Hartman , Mark Rutland Subject: Re: [PATCH 27/28] dt-bindings: mips: img,boston: Document img,boston binding Message-ID: <20151130183417.GA16490@rob-hp-laptop> References: <1448900513-20856-1-git-send-email-paul.burton@imgtec.com> <1448900513-20856-28-git-send-email-paul.burton@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1448900513-20856-28-git-send-email-paul.burton@imgtec.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 30, 2015 at 04:21:52PM +0000, Paul Burton wrote: > Add documentation for the simple img,boston devicetree binding & the > boot protocol used to pass the devicetree to the kernel. > > Signed-off-by: Paul Burton > --- > > Documentation/devicetree/bindings/mips/img/boston.txt | 15 +++++++++++++++ > MAINTAINERS | 5 +++++ > 2 files changed, 20 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mips/img/boston.txt > > diff --git a/Documentation/devicetree/bindings/mips/img/boston.txt b/Documentation/devicetree/bindings/mips/img/boston.txt > new file mode 100644 > index 0000000..27b2806 > --- /dev/null > +++ b/Documentation/devicetree/bindings/mips/img/boston.txt > @@ -0,0 +1,15 @@ > +Imagination Technologies Boston Development Board > +================================================= > + > +Required properties: > +-------------------- > + - compatible: Must be "img,boston". No SOC compatible in addition? > + > +Boot protocol: > +-------------- > +In accordance with the MIPS UHI specification[1], the bootloader must pass the > +following arguments to the kernel: > + - $a0: -2. > + - $a1: KSEG0 address of the flattened device-tree blob. If this is standard, I don't know that we need to repeat it for every board. Rob > + > +[1] http://prplfoundation.org/wiki/MIPS_documentation