Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752988AbbDSOat (ORCPT ); Sun, 19 Apr 2015 10:30:49 -0400 Received: from arrakis.dune.hu ([78.24.191.176]:48164 "EHLO arrakis.dune.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752747AbbDSOar (ORCPT ); Sun, 19 Apr 2015 10:30:47 -0400 MIME-Version: 1.0 In-Reply-To: <1429448288-20742-8-git-send-email-albeu@free.fr> References: <1429448288-20742-1-git-send-email-albeu@free.fr> <1429448288-20742-8-git-send-email-albeu@free.fr> From: Jonas Gorski Date: Sun, 19 Apr 2015 16:30:13 +0200 Message-ID: Subject: Re: [PATCH v2 07/12] devicetree: Add bindings for the ATH79 PLL controllers To: Alban Bedel Cc: MIPS Mailing List , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Thomas Gleixner , Jason Cooper , Ralf Baechle , Andrew Bresticker , Qais Yousef , Gabor Juhos , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1429 Lines: 41 Hi, On Sun, Apr 19, 2015 at 2:58 PM, Alban Bedel wrote: > Signed-off-by: Alban Bedel > --- > v2: * Fixed the node names to respect ePAPR > * Fixed the missing 's' in 'fallbacks' and the 'clocks' property > --- > .../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..df3dbc8 > --- /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 > + fallbacks: > + - "qca,ar7100-pll" > + - "qca,ar7240-pll" > + - "qca,ar9130-pll" > + - "qca,ar9330-pll" > + - "qca,ar9340-pll" > + - "qca,ar9550-pll" Shouldn't this be "qca,qca9550-pll"? Jonas -- 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/