From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752451AbcFNMmk (ORCPT ); Tue, 14 Jun 2016 08:42:40 -0400 Received: from mail-oi0-f67.google.com ([209.85.218.67]:34169 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751062AbcFNMmi (ORCPT ); Tue, 14 Jun 2016 08:42:38 -0400 Date: Tue, 14 Jun 2016 07:42:36 -0500 From: Rob Herring To: Gregory CLEMENT Cc: Mike Turquette , Stephen Boyd , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Thomas Petazzoni , linux-arm-kernel@lists.infradead.org, Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Nadav Haklai , Victor Gu , Romain Perier , Omri Itach , Marcin Wojtas , Wilson Ding , Shadi Ammouri Subject: Re: [PATCH 09/10] dt-bindings: clock: add DT binding for the peripheral clocks on Armada 3700 Message-ID: <20160614124236.GA2001@rob-hp-laptop> References: <1465565018-14172-1-git-send-email-gregory.clement@free-electrons.com> <1465565018-14172-10-git-send-email-gregory.clement@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1465565018-14172-10-git-send-email-gregory.clement@free-electrons.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 10, 2016 at 03:23:37PM +0200, Gregory CLEMENT wrote: > This commit adds the DT binding documentation for the peripheral clocks > used in the Marvell Armada 3700 SoCs. > > Signed-off-by: Gregory CLEMENT > --- > .../bindings/clock/armada3700-periph-clock.txt | 70 ++++++++++++++++++++++ > 1 file changed, 70 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/armada3700-periph-clock.txt > > diff --git a/Documentation/devicetree/bindings/clock/armada3700-periph-clock.txt b/Documentation/devicetree/bindings/clock/armada3700-periph-clock.txt > new file mode 100644 > index 000000000000..549a5ad14031 > --- /dev/null > +++ b/Documentation/devicetree/bindings/clock/armada3700-periph-clock.txt > @@ -0,0 +1,70 @@ > +* Peripheral Clock bindings for Marvell Armada 37xx SoCs > + > +Marvell Armada 37xx SoCs provide peripheral clocks which are > +used as clock source for the peripheral of the SoC. > + > +There are two different block associated to north bridge and south s/block/blocks/ Otherwise, Acked-by: Rob Herring