From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Turquette Subject: Re: [PATCH v2 1/6] clk: shmobile: Deprecate renesas,clock-indices Date: Wed, 19 Nov 2014 11:21:04 -0800 Message-ID: <20141119192104.25314.14333@quantum> References: <1415645379-3366-1-git-send-email-geert+renesas@glider.be> <1415645379-3366-2-git-send-email-geert+renesas@glider.be> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Return-path: In-Reply-To: <1415645379-3366-2-git-send-email-geert+renesas@glider.be> Sender: linux-sh-owner@vger.kernel.org To: Simon Horman , Magnus Damm Cc: Ben Dooks , devicetree@vger.kernel.org, linux-sh@vger.kernel.org, Geert Uytterhoeven List-Id: devicetree@vger.kernel.org Quoting Geert Uytterhoeven (2014-11-10 10:49:34) > Commit 8e33f91a0b84ae19 ("clk: shmobile: clk-mstp: change to using > clock-indices") forgot to replace all occurrences of > "renesas,clock-indices" in the driver-specific binding documentation. > > Signed-off-by: Geert Uytterhoeven > Acked-by: Simon Horman > Acked-by: Kuninori Morimoto > Acked-by: Laurent Pinchart Applied to clk-next. Regards, Mike > --- > v2: > - Drop the reference to "renesas,clock-indices" completely, > - Add Acked-by. > --- > .../devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt > index e566fb79af9e4d37..0a80fa70ca265c0f 100644 > --- a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt > +++ b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt > @@ -27,11 +27,11 @@ Required Properties: > must appear in the same order as the output clocks. > - #clock-cells: Must be 1 > - clock-output-names: The name of the clocks as free-form strings > - - renesas,clock-indices: Indices of the gate clocks into the group (0 to 31) > + - clock-indices: Indices of the gate clocks into the group (0 to 31) > > -The clocks, clock-output-names and renesas,clock-indices properties contain one > -entry per gate clock. The MSTP groups are sparsely populated. Unimplemented > -gate clocks must not be declared. > +The clocks, clock-output-names and clock-indices properties contain one entry > +per gate clock. The MSTP groups are sparsely populated. Unimplemented gate > +clocks must not be declared. > > > Example > -- > 1.9.1 >