Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756603AbbFQOpU (ORCPT ); Wed, 17 Jun 2015 10:45:20 -0400 Received: from down.free-electrons.com ([37.187.137.238]:35418 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753367AbbFQOpS (ORCPT ); Wed, 17 Jun 2015 10:45:18 -0400 Date: Wed, 17 Jun 2015 16:45:17 +0200 From: Alexandre Belloni To: Nicolas Ferre Cc: Boris BREZILLON , linux-arm-kernel@lists.infradead.org, Ludovic Desroches , Josh Wu , linux-kernel@vger.kernel.org, mturquette@baylibre.com Subject: Re: [PATCH] clk: at91: trivial: typo in peripheral clock description Message-ID: <20150617144517.GJ6549@piout.net> References: <1434547371-12123-1-git-send-email-nicolas.ferre@atmel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1434547371-12123-1-git-send-email-nicolas.ferre@atmel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1456 Lines: 34 It is mandatory to always include a commit message :) On 17/06/2015 at 15:22:51 +0200, Nicolas Ferre wrote : > Signed-off-by: Nicolas Ferre > --- > Documentation/devicetree/bindings/clock/at91-clock.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/clock/at91-clock.txt b/Documentation/devicetree/bindings/clock/at91-clock.txt > index 7a4d4926f44e..5ba6450693b9 100644 > --- a/Documentation/devicetree/bindings/clock/at91-clock.txt > +++ b/Documentation/devicetree/bindings/clock/at91-clock.txt > @@ -248,7 +248,7 @@ Required properties for peripheral clocks: > - #address-cells : shall be 1 (reg is used to encode clk id). > - clocks : shall be the master clock phandle. > e.g. clocks = <&mck>; > -- name: device tree node describing a specific system clock. > +- name: device tree node describing a specific peripheral clock. > * #clock-cells : from common clock binding; shall be set to 0. > * reg: peripheral id. See Atmel's datasheets to get a full > list of peripheral ids. > -- > 2.1.3 > -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/