From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCHv2 1/9] Documentation: dt-bindings: Add binding documentation for TI clkctrl clocks Date: Fri, 17 Mar 2017 07:18:13 -0700 Message-ID: <20170317141813.GS20572@atomide.com> References: <1489741781-12816-1-git-send-email-t-kristo@ti.com> <1489741781-12816-2-git-send-email-t-kristo@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1489741781-12816-2-git-send-email-t-kristo@ti.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Tero Kristo Cc: Paul Walmsley , mturquette@baylibre.com, sboyd@codeaurora.org, linux-omap@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org * Tero Kristo [170317 02:12]: > From: Tony Lindgren > +Example: Clock controller node on omap 4430: > + > +&cm2 { > + l4per: cm@1400 { > + cm_l4per@0 { > + cm_l4per_clkctrl: clk@20 { > + compatible = "ti,clkctrl"; > + reg = <0x20 0x1b0>; > + #clock-cells = <4>; > + }; > + }; > + }; > +}; The #clock-cells = <4> is a typo left over from earlier revisions, care to update it to 2 like the binding doc specifies? Regards, Tony