Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759236AbdLRPjb convert rfc822-to-8bit (ORCPT ); Mon, 18 Dec 2017 10:39:31 -0500 Received: from 9pmail.ess.barracuda.com ([64.235.154.211]:44931 "EHLO 9pmail.ess.barracuda.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752708AbdLRPjY (ORCPT ); Mon, 18 Dec 2017 10:39:24 -0500 From: Aleksandar Markovic To: Rob Herring , Aleksandar Markovic CC: "linux-mips@linux-mips.org" , Paul Burton , "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 Thread-Topic: [PATCH 1/2] dt-bindings: Document mti,mips-cpc binding Thread-Index: AQHTdcUog40x7M5wm0mKRD6zzY7yt6NG0WQAgAJtuhs= Date: Mon, 18 Dec 2017 15:38:16 +0000 Message-ID: References: <1513356723-7393-1-git-send-email-aleksandar.markovic@rt-rk.com> <1513356723-7393-2-git-send-email-aleksandar.markovic@rt-rk.com>,<20171216182638.3vd2rbkyos74e4jo@rob-hp-laptop> In-Reply-To: <20171216182638.3vd2rbkyos74e4jo@rob-hp-laptop> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [82.117.201.26] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-BESS-ID: 1513611502-321457-15330-188348-4 X-BESS-VER: 2017.14-r1710272128 X-BESS-Apparent-Source-IP: 12.201.5.28 X-BESS-Outbound-Spam-Score: 0.00 X-BESS-Outbound-Spam-Report: Code version 3.2, rules version 3.2.2.188103 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------- 0.00 BSF_BESS_OUTBOUND META: BESS Outbound X-BESS-Outbound-Spam-Status: SCORE=0.00 using account:ESS59374 scores of KILL_LEVEL=7.0 tests=BSF_BESS_OUTBOUND X-BESS-BRTS-Status: 1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1542 Lines: 45 > From: Rob Herring [robh@kernel.org] > Sent: Saturday, December 16, 2017 7:26 PM > To: Aleksandar Markovic > Subject: Re: [PATCH 1/2] dt-bindings: Document mti,mips-cpc binding > > 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 > > .. > > +++ 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. > This will be corrected in the next version. > > + > > +Required properties: > > +compatible : Should be "mti,mips-cpc". > > Only one version of the block? > I am not clear what you mean by "version of the block". I you meant number of allowed values for *compatible* property, yes, we want and need just one such value (string). > > +regs: Should describe the address & size of the CPC register region. > > --