Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933285AbbDQQUX (ORCPT ); Fri, 17 Apr 2015 12:20:23 -0400 Received: from mail-lb0-f176.google.com ([209.85.217.176]:33321 "EHLO mail-lb0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932949AbbDQQUU (ORCPT ); Fri, 17 Apr 2015 12:20:20 -0400 Message-ID: <553132BE.9070602@cogentembedded.com> Date: Fri, 17 Apr 2015 19:20:14 +0300 From: Sergei Shtylyov Organization: Cogent Embedded User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Alban Bedel , linux-mips@linux-mips.org CC: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Thomas Gleixner , Jason Cooper , Ralf Baechle , Andrew Bresticker , Qais Yousef , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 07/14] devicetree: Add bindings for the ATH79 PLL controllers References: <1429280669-2986-1-git-send-email-albeu@free.fr> <1429280669-2986-8-git-send-email-albeu@free.fr> In-Reply-To: <1429280669-2986-8-git-send-email-albeu@free.fr> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1489 Lines: 45 On 04/17/2015 05:24 PM, Alban Bedel wrote: > Signed-off-by: Alban Bedel > --- > .../devicetree/bindings/clock/qca,ath79-pll.txt | 33 ++++++++++++++++++++++ > 1 file changed, 33 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/qca,ath79-pll.txt > diff --git a/Documentation/devicetree/bindings/clock/qca,ath79-pll.txt b/Documentation/devicetree/bindings/clock/qca,ath79-pll.txt > new file mode 100644 > index 0000000..2d2da3f > --- /dev/null > +++ b/Documentation/devicetree/bindings/clock/qca,ath79-pll.txt > @@ -0,0 +1,33 @@ > +Binding for Qualcomm Atheros AR7xxx/AR9XXX PLL controller > + > +The PPL controller provides the 3 main clocks of the SoC: CPU, DDR and AHB. > + > +Required Properties: > +- compatible: has to be "qca,-cpu-intc" and one of the following > + fallback: Fallbacks. > + - "qca,ar7100-pll" > + - "qca,ar7240-pll" > + - "qca,ar9130-pll" > + - "qca,ar9330-pll" > + - "qca,ar9340-pll" > + - "qca,ar9550-pll" > +- reg: Base address and size of the controllers memory area > +- clock-names: Name of the input clock, has to be "ref" > +- clock: phandle of the external reference clock The prop name is "clocks", not "clock". [...] WBR, Sergei -- 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/