From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756613AbbFQOgI (ORCPT ); Wed, 17 Jun 2015 10:36:08 -0400 Received: from down.free-electrons.com ([37.187.137.238]:35044 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753116AbbFQOgF (ORCPT ); Wed, 17 Jun 2015 10:36:05 -0400 Date: Wed, 17 Jun 2015 16:36:01 +0200 From: Boris Brezillon To: Nicolas Ferre Cc: , Alexandre Belloni , Ludovic Desroches , Josh Wu , , Subject: Re: [PATCH] clk: at91: trivial: typo in peripheral clock description Message-ID: <20150617163601.213e9e67@bbrezillon> In-Reply-To: <1434547371-12123-1-git-send-email-nicolas.ferre@atmel.com> References: <1434547371-12123-1-git-send-email-nicolas.ferre@atmel.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 17 Jun 2015 15:22:51 +0200 Nicolas Ferre wrote: > Signed-off-by: Nicolas Ferre Acked-by: Boris Brezillon > --- > 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. -- Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: boris.brezillon@free-electrons.com (Boris Brezillon) Date: Wed, 17 Jun 2015 16:36:01 +0200 Subject: [PATCH] clk: at91: trivial: typo in peripheral clock description In-Reply-To: <1434547371-12123-1-git-send-email-nicolas.ferre@atmel.com> References: <1434547371-12123-1-git-send-email-nicolas.ferre@atmel.com> Message-ID: <20150617163601.213e9e67@bbrezillon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, 17 Jun 2015 15:22:51 +0200 Nicolas Ferre wrote: > Signed-off-by: Nicolas Ferre Acked-by: Boris Brezillon > --- > 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. -- Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com