Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752045AbaFEHvs (ORCPT ); Thu, 5 Jun 2014 03:51:48 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:47635 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751685AbaFEHvp (ORCPT ); Thu, 5 Jun 2014 03:51:45 -0400 Date: Thu, 5 Jun 2014 08:51:41 +0100 From: Peter Griffin To: Gabriel FERNANDEZ Cc: mturquette@linaro.org, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, devicetree@vger.kernel.org, kernel@stlinux.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Gabriel Fernandez , Lee Jones , linux-arm-kernel@lists.infradead.org Subject: Re: [STLinux Kernel] [PATCH RESEND 02/12] clk: st: Adds Flexgen clock binding Message-ID: <20140605075141.GB3865@griffinp-ThinkPad-X1-Carbon-2nd> References: <1401892320-18211-1-git-send-email-gabriel.fernandez@linaro.org> <1401892320-18211-3-git-send-email-gabriel.fernandez@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1401892320-18211-3-git-send-email-gabriel.fernandez@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Gabi, > +Example: > + > + clockgenD2@x9106000 { > + compatible = "st,clkgen-c32"; > + reg = <0x9106000 0x1000>; > + > + CLK_S_D2_FLEXGEN: CLK_S_D2_FLEXGEN { > + compatible = "st,flexgen"; > + > + #clock-cells = <1>; > + clocks = <&CLK_S_D2_QUADFS 0>, > + <&CLK_S_D2_QUADFS 1>, > + <&CLK_S_D2_QUADFS 2>, > + <&CLK_S_D2_QUADFS 3>; > + > + clock-output-names = "CLK_PIX_MAIN_DISP", > + "CLK_PIX_PIP", > + "CLK_PIX_GDP1", > + "CLK_PIX_GDP2"; With the upper case to lower case renaming of the STI device tree this example also needs to be converted to lower case names throughout. Once rectified you can add my: Acked-by: Peter Griffin regards, Peter. -- 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/