Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753958AbbEKNS0 (ORCPT ); Mon, 11 May 2015 09:18:26 -0400 Received: from down.free-electrons.com ([37.187.137.238]:47181 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752427AbbEKNSY (ORCPT ); Mon, 11 May 2015 09:18:24 -0400 Message-ID: <5550AC1E.6040901@free-electrons.com> Date: Mon, 11 May 2015 15:18:22 +0200 From: Gregory CLEMENT User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Michael Turquette , Sebastian Hesselbarth CC: Stephen Boyd , Jean-Francois Moine , Michael Welling , Russell King , Jason Cooper , Andrew Lunn , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/3] ARM: dove: Add clock-names to CuBox Si5351 clk generator References: <1430773456-15203-1-git-send-email-sebastian.hesselbarth@gmail.com> <1430773456-15203-3-git-send-email-sebastian.hesselbarth@gmail.com> <554A13AE.6000904@free-electrons.com> <20150508190050.16410.52142@quantum> In-Reply-To: <20150508190050.16410.52142@quantum> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2324 Lines: 82 Hi Mike, Sebastian, On 08/05/2015 21:00, Michael Turquette wrote: > Quoting Gregory CLEMENT (2015-05-06 06:14:22) >> Hi Sebastian, >> >> On 04/05/2015 23:04, Sebastian Hesselbarth wrote: >>> Si5351 clock generator on CuBox uses XTAL as clock reference, name the >>> clock phandle accordingly. >> >> as soon as the binding will be accepted (in patch 1), I will apply it >> on mvebu/fixes. > applied on mvebu/fixes Thanks, Gregory > It is on the clk git mirror now. Should be picked up in -next soon. > > Regards, > Mike > >> >> Thanks, >> >> Gregory >> >> >>> >>> Signed-off-by: Sebastian Hesselbarth >>> --- >>> Cc: Mike Turquette >>> Cc: Stephen Boyd >>> Cc: Jean-Francois Moine >>> Cc: Michael Welling >>> Cc: Russell King >>> Cc: Jason Cooper >>> Cc: Andrew Lunn >>> Cc: Gregory Clement >>> Cc: linux-clk@vger.kernel.org >>> Cc: linux-arm-kernel@lists.infradead.org >>> Cc: linux-kernel@vger.kernel.org >>> --- >>> arch/arm/boot/dts/dove-cubox.dts | 1 + >>> 1 file changed, 1 insertion(+) >>> >>> diff --git a/arch/arm/boot/dts/dove-cubox.dts b/arch/arm/boot/dts/dove-cubox.dts >>> index aae7efc09b0b..e6fa251e17b9 100644 >>> --- a/arch/arm/boot/dts/dove-cubox.dts >>> +++ b/arch/arm/boot/dts/dove-cubox.dts >>> @@ -87,6 +87,7 @@ >>> >>> /* connect xtal input to 25MHz reference */ >>> clocks = <&ref25>; >>> + clock-names = "xtal"; >>> >>> /* connect xtal input as source of pll0 and pll1 */ >>> silabs,pll-source = <0 0>, <1 0>; >>> >> >> >> -- >> Gregory Clement, Free Electrons >> Kernel, drivers, real-time and embedded Linux >> development, consulting, training and support. >> http://free-electrons.com -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com -- 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/