From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753029AbcIBMeX (ORCPT ); Fri, 2 Sep 2016 08:34:23 -0400 Received: from mail-oi0-f67.google.com ([209.85.218.67]:36244 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752554AbcIBMeV (ORCPT ); Fri, 2 Sep 2016 08:34:21 -0400 Date: Fri, 2 Sep 2016 07:34:19 -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 11/26] dt-bindings: Document mti,mips-cpc binding Message-ID: <20160902123419.GA31627@rob-hp-laptop> References: <20160826153725.11629-1-paul.burton@imgtec.com> <20160826153725.11629-12-paul.burton@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160826153725.11629-12-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:10PM +0100, Paul Burton wrote: > Document a binding for the MIPS Cluster Power Controller (CPC) which > simply allows the device tree to specify where the CPC registers should > be mapped. > > Signed-off-by: Paul Burton > --- > > Documentation/devicetree/bindings/misc/mti,mips-cpc.txt | 8 ++++++++ This is for power domains, right? Move to bindings/power. > 1 file changed, 8 insertions(+) > create mode 100644 Documentation/devicetree/bindings/misc/mti,mips-cpc.txt > > diff --git a/Documentation/devicetree/bindings/misc/mti,mips-cpc.txt b/Documentation/devicetree/bindings/misc/mti,mips-cpc.txt > new file mode 100644 > index 0000000..92eb08f > --- /dev/null > +++ b/Documentation/devicetree/bindings/misc/mti,mips-cpc.txt > @@ -0,0 +1,8 @@ > +Binding for MIPS Cluster Power Controller (CPC). > + > +This binding allows a system to specify where the CPC registers should be > +mapped using device tree. > + > +Required properties: > +compatible : Should be "mti,mips-cpc". > +regs: Should describe the address & size of the CPC register region. Also needs #power-domain-cells property. > -- > 2.9.3 >