Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757052AbdLPS0n (ORCPT ); Sat, 16 Dec 2017 13:26:43 -0500 Received: from mail-ot0-f193.google.com ([74.125.82.193]:37082 "EHLO mail-ot0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756694AbdLPS0l (ORCPT ); Sat, 16 Dec 2017 13:26:41 -0500 X-Google-Smtp-Source: ACJfBouQkHgkKD3hBtrOP4RaW8J9Km8sTwzILVZkqzHZis9APDyGLCx64mCK1AsIoITt9KraA8FEpw== Date: Sat, 16 Dec 2017 12:26:38 -0600 From: Rob Herring To: Aleksandar Markovic Cc: linux-mips@linux-mips.org, Paul Burton , Aleksandar Markovic , devicetree@vger.kernel.org, Douglas Leung , Goran Ferenc , James Hogan , linux-kernel@vger.kernel.org, Mark Rutland , Miodrag Dinic , Petar Jovanovic , Raghu Gandham Subject: Re: [PATCH 1/2] dt-bindings: Document mti,mips-cpc binding Message-ID: <20171216182638.3vd2rbkyos74e4jo@rob-hp-laptop> References: <1513356723-7393-1-git-send-email-aleksandar.markovic@rt-rk.com> <1513356723-7393-2-git-send-email-aleksandar.markovic@rt-rk.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1513356723-7393-2-git-send-email-aleksandar.markovic@rt-rk.com> 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: 1285 Lines: 37 On Fri, Dec 15, 2017 at 05:51:59PM +0100, Aleksandar Markovic wrote: > From: Paul Burton > > 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 > Signed-off-by: Aleksandar Markovic > --- > Documentation/devicetree/bindings/misc/mti,mips-cpc.txt | 8 ++++++++ > 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. Not really where you map registers, but where they are located. > + > +Required properties: > +compatible : Should be "mti,mips-cpc". Only one version of the block? > +regs: Should describe the address & size of the CPC register region. > -- > 2.7.4 >