Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752245AbcLLMis (ORCPT ); Mon, 12 Dec 2016 07:38:48 -0500 Received: from foss.arm.com ([217.140.101.70]:58112 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751356AbcLLMiq (ORCPT ); Mon, 12 Dec 2016 07:38:46 -0500 Date: Mon, 12 Dec 2016 12:40:05 +0000 From: Lorenzo Pieralisi To: Juri Lelli Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, peterz@infradead.org, vincent.guittot@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com, linux@arm.linux.org.uk, sudeep.holla@arm.com, catalin.marinas@arm.com, will.deacon@arm.com, morten.rasmussen@arm.com, dietmar.eggemann@arm.com, broonie@kernel.org, Pawel Moll , Ian Campbell , Kumar Gala , Maxime Ripard , Olof Johansson , Gregory CLEMENT , Paul Walmsley , Linus Walleij , Chen-Yu Tsai , Thomas Petazzoni Subject: Re: [PATCH v7 1/8] Documentation: arm: define DT cpu capacity-dmips-mhz bindings Message-ID: <20161212124005.GA19177@red-moon> References: <1473085372-2840-1-git-send-email-juri.lelli@arm.com> <1473085372-2840-2-git-send-email-juri.lelli@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1473085372-2840-2-git-send-email-juri.lelli@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1526 Lines: 41 On Mon, Sep 05, 2016 at 03:22:45PM +0100, Juri Lelli wrote: [...] > +=========================================== > +5 - References > +=========================================== > + > +[1] ARM Linux Kernel documentation - CPUs bindings > + Documentation/devicetree/bindings/arm/cpus.txt > diff --git a/Documentation/devicetree/bindings/arm/cpus.txt b/Documentation/devicetree/bindings/arm/cpus.txt > index e6782d50cbcd..c1dcf4cade2e 100644 > --- a/Documentation/devicetree/bindings/arm/cpus.txt > +++ b/Documentation/devicetree/bindings/arm/cpus.txt > @@ -241,6 +241,14 @@ nodes to be present and contain the properties described below. > # List of phandles to idle state nodes supported > by this cpu [3]. > > + - capacity-dmips-mhz > + Usage: Optional > + Value type: > + Definition: > + # u32 value representing CPU capacity [3] in > + DMIPS/MHz, relative to highest capacity-dmips-mhz > + in the system. > + > - rockchip,pmu > Usage: optional for systems that have an "enable-method" > property value of "rockchip,rk3066-smp" > @@ -464,3 +472,5 @@ cpus { > [2] arm/msm/qcom,kpss-acc.txt > [3] ARM Linux kernel documentation - idle states bindings > Documentation/devicetree/bindings/arm/idle-states.txt > +[3] ARM Linux kernel documentation - cpu capacity bindings > + Documentation/devicetree/bindings/arm/cpu-capacity.txt Trivia: bumped into this while reviewing something else, too many threes, you will have to fix the added reference up. Thanks, Lorenzo