From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753574AbcIBMid (ORCPT ); Fri, 2 Sep 2016 08:38:33 -0400 Received: from mail-oi0-f65.google.com ([209.85.218.65]:34492 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753160AbcIBMi3 (ORCPT ); Fri, 2 Sep 2016 08:38:29 -0400 Date: Fri, 2 Sep 2016 07:38:28 -0500 From: Rob Herring To: Paul Burton Cc: linux-mips@linux-mips.org, Ralf Baechle , devicetree@vger.kernel.org, Mark Rutland , linux-kernel@vger.kernel.org Subject: Re: [PATCH 13/26] dt-bindings: Document mti,mips-cdmm binding Message-ID: <20160902123828.GA1327@rob-hp-laptop> References: <20160826153725.11629-1-paul.burton@imgtec.com> <20160826153725.11629-14-paul.burton@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160826153725.11629-14-paul.burton@imgtec.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 26, 2016 at 04:37:12PM +0100, Paul Burton wrote: > Document a binding for the MIPS Common Device Memory Map (CDMM) which > simply allows the device tree to specify where the CDMM registers should > be mapped. > > Signed-off-by: Paul Burton > --- > > Documentation/devicetree/bindings/misc/mti,mips-cdmm.txt | 8 ++++++++ Try to find another location for these. Perhaps bindings/bus/? Even bindings/mips/ would be better. > 1 file changed, 8 insertions(+) > create mode 100644 Documentation/devicetree/bindings/misc/mti,mips-cdmm.txt > > diff --git a/Documentation/devicetree/bindings/misc/mti,mips-cdmm.txt b/Documentation/devicetree/bindings/misc/mti,mips-cdmm.txt > new file mode 100644 > index 0000000..5b0fc40 > --- /dev/null > +++ b/Documentation/devicetree/bindings/misc/mti,mips-cdmm.txt > @@ -0,0 +1,8 @@ > +Binding for MIPS Common Device Memory Map (CDMM) bus. > + > +This binding allows a system to specify where the CDMM registers should be > +mapped using device tree. > + > +Required properties: > +compatible : Should be "mti,mips-cdmm". > +regs: Should describe the address & size of the CDMM register region. > -- > 2.9.3 >