Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758946AbaDCEV5 (ORCPT ); Thu, 3 Apr 2014 00:21:57 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:47769 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758907AbaDCEVw convert rfc822-to-8bit (ORCPT ); Thu, 3 Apr 2014 00:21:52 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Tarek Dakhran , linux-kernel@vger.kernel.org From: Mike Turquette In-Reply-To: <1393213435-20863-3-git-send-email-t.dakhran@samsung.com> Cc: "Rob Herring" , "Pawel Moll" , "Mark Rutland" , "Ian Campbell" , "Kumar Gala" , "Rob Landley" , "Kukjin Kim" , "Russell King" , "Ben Dooks" , "Tomasz Figa" , "Vyacheslav Tyrtov" , "Thomas Abraham" , "Kyungmin Park" , "Heiko Stuebner" , "Romain Naour" , "Chander Kashyap" , devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, "Tarek Dakhran" , "Tarek Dakhran" References: <1393213435-20863-1-git-send-email-t.dakhran@samsung.com> <1393213435-20863-3-git-send-email-t.dakhran@samsung.com> Message-ID: <20140403042139.5762.23354@quantum> User-Agent: alot/0.3.5 Subject: Re: [PATCH v7 2/3] clk: exynos5410: register clocks using common clock framework Date: Wed, 02 Apr 2014 21:21:39 -0700 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Tarek Dakhran (2014-02-23 19:43:54) > +External clock: > + > +There is clock that is generated outside the SoC. It is expected > +that it is defined using standard clock bindings with following > +clock-output-name: > + - "fin_pll" - PLL input clock - required. > +Example 2: Required external clock. > + > + fin_pll: clock-fin-pll { > + compatible = "fixed-clock"; > + reg = <0>; > + #clock-cells = <0>; > + clock-frequency = <24000000>; > + clock-output-names = "fin_pll"; > + }; I guess this part is a little strange for a binding definition. Basically this is DTS data specific to 5410; not sure why it belongs in the DT binding definition. Rest of the clock driver appears OK to me. Regards, Mike -- 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/